diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index 896bc65..e613353 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -30,6 +30,8 @@ + + diff --git a/docs/LICENSE.html b/docs/LICENSE.html index 5fd999c..855fc8c 100644 --- a/docs/LICENSE.html +++ b/docs/LICENSE.html @@ -30,6 +30,8 @@ + + diff --git a/docs/_config.yml b/docs/_config.yml deleted file mode 100644 index c741881..0000000 --- a/docs/_config.yml +++ /dev/null @@ -1 +0,0 @@ -theme: jekyll-theme-slate \ No newline at end of file diff --git a/docs/articles/index.html b/docs/articles/index.html index 29555f0..29555b1 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -30,6 +30,8 @@ + + diff --git a/docs/articles/introduction.html b/docs/articles/introduction.html index c38bf38..9813b31 100644 --- a/docs/articles/introduction.html +++ b/docs/articles/introduction.html @@ -9,7 +9,8 @@ - + + - + + + diff --git a/docs/reference/echoAirGetFacilityInfo.html b/docs/reference/echoAirGetFacilityInfo.html index 73fc258..eb30d1a 100644 --- a/docs/reference/echoAirGetFacilityInfo.html +++ b/docs/reference/echoAirGetFacilityInfo.html @@ -30,6 +30,8 @@ + + + diff --git a/docs/reference/echoGetCAAPR.html b/docs/reference/echoGetCAAPR.html index 58246cd..d7cc31f 100644 --- a/docs/reference/echoGetCAAPR.html +++ b/docs/reference/echoGetCAAPR.html @@ -30,6 +30,8 @@ + + diff --git a/docs/reference/echoGetEffluent.html b/docs/reference/echoGetEffluent.html index 3704b44..de8ab71 100644 --- a/docs/reference/echoGetEffluent.html +++ b/docs/reference/echoGetEffluent.html @@ -30,6 +30,8 @@ + + diff --git a/docs/reference/echoWaterGetFacilityInfo.html b/docs/reference/echoWaterGetFacilityInfo.html index 48fc416..e039b48 100644 --- a/docs/reference/echoWaterGetFacilityInfo.html +++ b/docs/reference/echoWaterGetFacilityInfo.html @@ -30,6 +30,8 @@ + + + diff --git a/docs/reference/echoWaterGetParams.html b/docs/reference/echoWaterGetParams.html index 1fb9c0c..4631fab 100644 --- a/docs/reference/echoWaterGetParams.html +++ b/docs/reference/echoWaterGetParams.html @@ -30,6 +30,8 @@ + + diff --git a/docs/reference/figures/README-example3-1.png b/docs/reference/figures/README-example3-1.png index 0f83814..0fb5a44 100644 Binary files a/docs/reference/figures/README-example3-1.png and b/docs/reference/figures/README-example3-1.png differ diff --git a/docs/reference/index.html b/docs/reference/index.html index 5097deb..bde395d 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -30,6 +30,8 @@ + + diff --git a/man/figures/README-example3-1.png b/man/figures/README-example3-1.png index 0f83814..0fb5a44 100644 Binary files a/man/figures/README-example3-1.png and b/man/figures/README-example3-1.png differ diff --git a/pkgdown/extra.css b/pkgdown/extra.css new file mode 100644 index 0000000..fe8fe51 --- /dev/null +++ b/pkgdown/extra.css @@ -0,0 +1,125 @@ +@charset "utf-8"; +/* Documentation Boilerplate */ + + + +html { + font-size: 12px; +} + +body { + width: 87.5%; + margin-left: auto; + margin-right: auto; + padding-left: 12.5%; + font-family: 'Roboto', Arial, Helvetica, sans-serif; + background-color: #fffff8; + color: #111; + max-width: 1400px; + counter-reset: sidenote-counter; +} + +h1 { + font-weight: 400; + margin-top: 4rem; + margin-bottom: 1.5rem; + font-size: 3.2rem; + line-height: 1; + font-family: 'Roboto Condensed', sans-serif; +} + +h2 { + font-style: italic; + font-weight: 400; + margin-top: 2.1rem; + margin-bottom: 0; + font-size: 2.2rem; + line-height: 1; + font-family: 'Roboto Condensed', sans-serif; +} + +h3 { + font-style: italic; + font-weight: 400; + font-size: 1.7rem; + margin-top: 2rem; + margin-bottom: 0; + line-height: 1; + font-family: 'Roboto Condensed', sans-serif; +} + +subtitle { font-style: italic; + margin-top: 1rem; + margin-bottom: 1rem; + font-size: 1.8rem; + display: block; + line-height: 1; } + +table { width: 98%; + text-align: right; + font-size: 1.2rem; + line-height: 1.4; + margin: 1.4rem 1%; + border-collapse: separate; + border-spacing: 0 5px; + -webkit-font-feature-settings: 'tnum'; /* This is technically redundant */ + -moz-font-feature-settings: 'tnum'; + -ms-font-feature-settings: 'tnum'; } + +thead th { border-bottom: 1px solid #AAAAAA; + font-weight: 400; + border-collapse: separate; + border-spacing: 5px 5px; } + +td.text { text-align: left; } + +span.table-label { padding-top: 8px; } /* to maintain height relative to table header row */ + +article { position: relative; + padding: 5rem 0rem; } + +section { padding-top: 1rem; + padding-bottom: 1rem; } + +p, ol, ul { font-size: 1.4rem; } + +p { line-height: 2rem; + margin-top: 1.4rem; + margin-bottom: 1.4rem; + padding-right: 0; + vertical-align: baseline; } + +blockquote p { font-size: 1.1rem; + width: 50%; } + +blockquote footer { width: 50%; + text-align: right; } + +ul { list-style-type: none; } + +li { padding: 0.5rem 0; } + +figure { -webkit-margin-start: 0; + -webkit-margin-end: 0; } + +figcaption { float: right; + clear: right; + margin-right: 18.5%; + margin-top: 0; + margin-bottom: 0; + font-size: 1.0rem; + line-height: 1.6; + vertical-align: baseline; + position: relative; } + +figure.fullwidth figcaption { margin-right: 24%; } + +a { color: #636363; + text-decoration: none; + padding-bottom: 1px; } + +img { max-width: 100%; } + +.code{ font-family: 'Source Code Pro', monospace; }