Skip to content

Commit f5ff301

Browse files
authored
Merge pull request #79 from NEFSC/dev
pull documentation changes into main
2 parents e8c9b6b + e949f45 commit f5ff301

File tree

6 files changed

+42
-231
lines changed

6 files changed

+42
-231
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: NEFSCspatial
22
Title: Spatial data package for regions in the northeast atlantic
3-
Version: 0.1.0
3+
Version: 0.1.1
44
Authors@R: c(person("Andy", "Beet", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-8270-7090")),
55
person("Joshua", "Hatch", email = "[email protected]", role = "aut"),
66
person("Kimberly", "Bastille", email = "[email protected]", role = "aut"))

NEWS.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# NEFSCspatial 0.1.1
2+
3+
## Minor fixes
4+
5+
- Migrated to Bootstrap 5
6+
- Updated Team Members vignette
7+
18
# NEFSCspatial 0.1.0
29

310
## Data set additions/removals
@@ -13,7 +20,6 @@
1320
- Removed leaflet documentation
1421
- Standardized data set documentation with added examples
1522

16-
1723
# NEFSCspatial 0.0.1
1824

1925
Initial release of sf objects

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ This repository is a scientific product and is not official communication of the
2020

2121
<img src="https://raw.githubusercontent.com/nmfs-fish-tools/nmfspalette/main/man/figures/noaa-fisheries-rgb-2line-horizontal-small.png" width="185" alt="NOAA Fisheries">
2222

23-
[U.S. Department of Commerce](https://www.commerce.gov/) | [National Oceanographic and Atmospheric Administration](https://www.noaa.gov) | [NOAA Fisheries](https://www.fisheries.noaa.gov/) | [NEFSC](https://www.fisheries.noaa.gov/about/northeast-fisheries-science-center)
23+
[U.S. Department of Commerce](https://www.commerce.gov/) | [NOAA](https://www.noaa.gov) | [NOAA Fisheries](https://www.fisheries.noaa.gov/) | [NEFSC](https://www.fisheries.noaa.gov/about/northeast-fisheries-science-center)

pkgdown/_pkgdown.yml

Lines changed: 24 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,52 @@
11
url: https://nefsc.github.io/NEFSC-Spatial/
22

3+
home:
4+
title: NEFSC Spatial Data for R
5+
6+
authors:
7+
Andy Beet:
8+
href: https://andybeet.com
9+
Joshua Hatch:
10+
href: https://github.com/jmhatch-NOAA
11+
Kimberly Bastille:
12+
href: https://github.com/kimberly-bastille
13+
314
template:
4-
bootstrap: 3
15+
bootstrap: 5
16+
math-rendering: mathjax
17+
light-switch: false
18+
bslib:
19+
primary: "#004391"
20+
danger: "#0085CA"
21+
border-radius: 0.5rem
22+
btn-border-radius: 0.25rem
523

624
deploy:
725
install_metadata: true
826

927
navbar:
28+
bg: primary
1029
structure:
11-
left:
12-
- home
13-
- getting started
14-
- reference
15-
- issue
16-
- articles
17-
right:
18-
- search
19-
- github
30+
left: [getting started, reference, issue, articles, news]
31+
right: [search, github]
2032
components:
21-
home:
22-
icon: fas fa-home fa-lg
23-
href: index.html
24-
aria-label: Home
2533
getting started:
2634
text: Getting Started
27-
icon: fas fa-solid fa-play
2835
href: articles/NEFSCspatial.html
2936
reference:
3037
text: Data
31-
icon: fas fa-database fa-lg
3238
href: reference/index.html
3339
issue:
3440
text: Issues
35-
icon: fas fa-question-circle fa-lg
3641
href: https://github.com/NEFSC/NEFSC-Spatial/issues
3742
articles:
3843
text: Articles
39-
icon: fas fa-file-contract fa-lg
4044
menu:
41-
- text: MDEB datasets
45+
- text: MDEB Datasets
4246
href: articles/mdeb_datasets.html
4347
- text: Team Members
4448
href: articles/teamMembers.html
49+
4550
reference:
4651
- title: Fishing Areas / Management Areas
4752
desc: Areas in which fishing is reported
@@ -75,12 +80,3 @@ reference:
7580
desc: Areas defining model boundaries
7681
- contents:
7782
- "Neus_atlantis"
78-
79-
80-
authors:
81-
Andy Beet:
82-
href: https://andybeet.com
83-
Kimberly Bastille:
84-
href: https://github.com/kimberly-bastille
85-
Joshua Hatch:
86-
href: https://github.com/jmhatch-NOAA

pkgdown/extra.css

Lines changed: 8 additions & 199 deletions
Original file line numberDiff line numberDiff line change
@@ -1,203 +1,12 @@
1-
/*---Use template from: https://ocsdata.ncd.noaa.gov/HSRP/css/ocs-fonts.css---*/
2-
/*---Use template from: https://www.legislative.noaa.gov/noaa-web/css/contentFormatting.css---*/
3-
body {
4-
font-family: "Open Sans", sans-serif;
5-
font-size: 14px;
6-
line-height: 1.42857143;
7-
color: #000000;
8-
background-color: #FFFFFF;
1+
h1, h2, h3, h4, h5, h6 {
2+
color: #004391 !important;
93
}
104

11-
.fas fa-home fa-lg{
12-
background-color: #FFFFFF;
5+
.form-inline .form-control {
6+
background-color: #f0f0f0;
137
}
148

15-
h1, h2, h3, h4, h5, h6, p {
16-
font-family: "Open Sans", sans-serif;
17-
color: #00467f;
18-
}
19-
20-
21-
h1 {
22-
font-size: 36px;
23-
}
24-
25-
h2 {
26-
font-size: 20px;
27-
}
28-
29-
h3 {
30-
font-size: 18px
31-
}
32-
33-
h4 {
34-
font-size: 16px
35-
}
36-
37-
h5 {
38-
font-size: 14px;
39-
line-height: 22px;
40-
margin-bottom: 10px;
41-
}
42-
43-
h6 {
44-
font-size: 14px;
45-
}
46-
47-
p {
48-
margin-top: 0px;
49-
line-height: 19px;
50-
margin-bottom: .9em;
51-
text-align: left;
52-
color: #000000;
53-
}
54-
55-
h1.title {
56-
font-family: "Open Sans", sans-serif;
57-
font-size: 40px;
58-
line-height: 40px;
59-
margin-bottom: 25px;
60-
letter-spacing: 0px;
61-
font-weight: 700;
62-
color: #00467f;
63-
}
64-
65-
h1.mobile {
66-
font-family: "Open Sans", sans-serif;
67-
font-size: 40px;
68-
line-height: 40px;
69-
margin-bottom: 25px;
70-
letter-spacing: 0px;
71-
font-weight: 700;
72-
color: #00467f;
73-
}
74-
75-
a { font-weight: bold; }
76-
a:link { color: #007eb2; }
77-
a:visited { color: #007eb2; }
78-
a:hover { color: #007eb2; }
79-
80-
.leftAlignImage img, .rightAlignImage img {
81-
width: 200px;
82-
border: none;
83-
}
84-
85-
.leftAlignImage, .rightAlignImage {
86-
padding: 4px;
87-
border: none;
88-
width: 200px;
89-
height: auto;
90-
}
91-
92-
.leftAlignImage {
93-
float: left;
94-
margin-right: 10px;
95-
}
96-
97-
.rightAlignImage {
98-
float: right;
99-
margin-left: 10px;
100-
}
101-
102-
.rightAlignImage p:first-child, .leftAlignImage p:first-child {
103-
margin-left: 0px;
104-
margin-top: 0px;
105-
}
106-
107-
.rightAlignImage p, .leftAlignImage p {
108-
margin-bottom: 0px;
109-
margin-top: 6px;
110-
}
111-
112-
/*---navbar ---*/
113-
.navbar {
114-
margin-bottom: 0px;
115-
border-radius: 0px;
116-
color: #FFFFFF;
117-
background-color: #054698;
118-
width: auto;
119-
}
120-
121-
.navbar-default .navbar-nav>li>a {
122-
color: #FFFFFF;
123-
background-color: #054698;
124-
} /*navbar text*/
125-
126-
127-
.navbar-default .navbar-link {
128-
color: #FFFFFF;
129-
} /*navbar link*/
130-
131-
.navbar-default .navbar-link:focus, .navbar-default .navbar-link:hover {
132-
color: #FFFFFF;
133-
text-decoration: underline;
134-
}
135-
136-
.nav>li {
137-
position: relative;
138-
color: #054698;
139-
}
140-
141-
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
142-
color: #FFFFFF;
143-
text-decoration: underline;
144-
}
145-
146-
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
147-
color: #FFFFFF;
148-
text-decoration: underline;
149-
background-color: #054698;
150-
}
151-
152-
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
153-
color: #FFFFFF;
154-
background-color: #054698;
155-
text-decoration: underline;
156-
} /*Home button*/
157-
158-
nav[data-toggle='toc'] .nav > li > a {
159-
padding: 4px 20px 4px 6px;
160-
font-size: 1.5rem;
161-
font-weight: 400;
162-
color: #00467f;
163-
background-color: #FFFFFF;
164-
} /*Table of content in the vignettes*/
165-
166-
nav[data-toggle='toc'] .nav > li > a:focus, nav[data-toggle='toc'] .nav > li > a:hover{
167-
color: #00467f;
168-
background-color: #FFFFFF;
169-
}
170-
171-
nav[data-toggle='toc'] .nav > .active > a, nav[data-toggle='toc'] .nav > .active:hover > a, nav[data-toggle='toc'] .nav > .active:focus > a {
172-
color: #FFFFFF;
173-
}
174-
175-
/*---footer---*/
176-
footer {
177-
font-size: 14px;
178-
color: #00467f;
179-
background-color: #FFFFFF;
180-
padding-top: 15px;
181-
margin-bottom: 0px;
182-
border-radius: 0px;
183-
width: auto;
184-
}
185-
186-
footer p {
187-
margin-left: 3px;
188-
margin-right: 3px;
189-
color: #00467f;
190-
}
191-
192-
footer a:link { color: #00467f; text-decoration: none; }
193-
footer a:visited { color: #00467f; text-decoration: none; }
194-
footer a:hover { color: #00467f; text-decoration: none; }
195-
196-
/*---fix footer txt alignment---*/
197-
footer .pkgdown p {
198-
text-align: right;
199-
}
200-
201-
footer .copyright p {
202-
text-align: left;
203-
}
9+
.form-inline .form-control::placeholder {
10+
color: #004391;
11+
opacity: 0.5;
12+
}

vignettes/teamMembers.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ knitr::opts_chunk$set(echo = TRUE)
1717
|---|---|---|---|
1818
| <img src = "https://avatars.githubusercontent.com/u/39955661?s=100&v=4" alt="Kimberly Bastille"> | [kimberly-bastille](https://github.com/kimberly-bastille) | READ | SSB |
1919
| <img src = "https://avatars1.githubusercontent.com/u/22455149?s=100&v=4" alt="Andy Beet" >| [andybeet](https://github.com/andybeet) | READ | EDAB |
20-
| <img src = "https://avatars.githubusercontent.com/u/35869229?s=100&v=4" alt="Joshua Hatch" > | [jmhatch](https://github.com/jmhatch) | PEMAD | OWEB |
20+
| <img src = "https://avatars.githubusercontent.com/u/35869229?s=100&v=4" alt="Joshua Hatch" > | [jmhatch](https://github.com/jmhatch) | PEMAD | MDEB |

0 commit comments

Comments
 (0)