Skip to content

Commit ef59480

Browse files
committed
From refs/heads/main f5c3d8d
1 parent 27ac738 commit ef59480

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1058
-478
lines changed

.buildinfo

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
2-
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: ec8abc018b81dc419654f69a25c8c2f8
2+
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 4e4b75ab0124c33bf53272ba773d5614
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

.buildinfo.bak

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: ec8abc018b81dc419654f69a25c8c2f8
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

.nojekyll

Whitespace-only changes.

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#GitHub Pages
2+
3+
Last update of sphinx html documentation from [f5c3d8d](https://github.com/lanl/hydropop/tree/f5c3d8dc87d7b2b850e6c48a8e9e9d1733a9504c)

_sources/index.rst.txt

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Welcome to hpdocs's documentation!
1010

1111
pages/installation
1212
pages/hpdata
13+
pages/terminology
1314

1415

1516
.. Indices and tables

_sources/modules.rst.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
docs
2+
====
3+
4+
.. toctree::
5+
:maxdepth: 4
6+

_sources/pages/installation.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _hpdata:
1+
.. _installation:
22
.. role:: raw-html(raw)
33
:format: html
44

_sources/pages/terminology.rst.txt

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. _terminology:
2+
.. role:: raw-html(raw)
3+
:format: html
4+
5+
=============
6+
Hydropop Terminology
7+
=============
8+
9+
- hthi: hydrotopo hab index - a combination of four indicators of water availability likelihood (distance to persistent waterbody, topographic wetness, height above nearest drainage, human created habitat)
10+
11+
- mhi: mosquito habitat indicator
12+
13+
- pop: population density

_static/_sphinx_javascript_frameworks_compat.js

+3-14
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
1-
/*
2-
* _sphinx_javascript_frameworks_compat.js
3-
* ~~~~~~~~~~
4-
*
5-
* Compatability shim for jQuery and underscores.js.
6-
*
7-
* WILL BE REMOVED IN Sphinx 6.0
8-
* xref RemovedInSphinx60Warning
1+
/* Compatability shim for jQuery and underscores.js.
92
*
3+
* Copyright Sphinx contributors
4+
* Released under the two clause BSD licence
105
*/
116

12-
/**
13-
* select a different prefix for underscore
14-
*/
15-
$u = _.noConflict();
16-
17-
187
/**
198
* small helper function to urldecode strings
209
*

_static/basic.css

+49-34
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
/*
2-
* basic.css
3-
* ~~~~~~~~~
4-
*
52
* Sphinx stylesheet -- basic theme.
6-
*
7-
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
8-
* :license: BSD, see LICENSE for details.
9-
*
103
*/
114

125
/* -- main layout ----------------------------------------------------------- */
@@ -115,15 +108,11 @@ img {
115108
/* -- search page ----------------------------------------------------------- */
116109

117110
ul.search {
118-
margin: 10px 0 0 20px;
119-
padding: 0;
111+
margin-top: 10px;
120112
}
121113

122114
ul.search li {
123-
padding: 5px 0 5px 20px;
124-
background-image: url(file.png);
125-
background-repeat: no-repeat;
126-
background-position: 0 7px;
115+
padding: 5px 0;
127116
}
128117

129118
ul.search li a {
@@ -236,17 +225,11 @@ div.body p, div.body dd, div.body li, div.body blockquote {
236225
a.headerlink {
237226
visibility: hidden;
238227
}
239-
a.brackets:before,
240-
span.brackets > a:before{
241-
content: "[";
242-
}
243228

244-
a.brackets:after,
245-
span.brackets > a:after {
246-
content: "]";
229+
a:visited {
230+
color: #551A8B;
247231
}
248232

249-
250233
h1:hover > a.headerlink,
251234
h2:hover > a.headerlink,
252235
h3:hover > a.headerlink,
@@ -334,11 +317,17 @@ aside.sidebar {
334317
p.sidebar-title {
335318
font-weight: bold;
336319
}
320+
321+
nav.contents,
322+
aside.topic,
337323
div.admonition, div.topic, blockquote {
338324
clear: left;
339325
}
340326

341327
/* -- topics ---------------------------------------------------------------- */
328+
329+
nav.contents,
330+
aside.topic,
342331
div.topic {
343332
border: 1px solid #ccc;
344333
padding: 7px;
@@ -377,13 +366,17 @@ div.body p.centered {
377366

378367
div.sidebar > :last-child,
379368
aside.sidebar > :last-child,
369+
nav.contents > :last-child,
370+
aside.topic > :last-child,
380371
div.topic > :last-child,
381372
div.admonition > :last-child {
382373
margin-bottom: 0;
383374
}
384375

385376
div.sidebar::after,
386377
aside.sidebar::after,
378+
nav.contents::after,
379+
aside.topic::after,
387380
div.topic::after,
388381
div.admonition::after,
389382
blockquote::after {
@@ -608,19 +601,27 @@ ol.simple p,
608601
ul.simple p {
609602
margin-bottom: 0;
610603
}
611-
dl.footnote > dt,
612-
dl.citation > dt {
604+
605+
aside.footnote > span,
606+
div.citation > span {
613607
float: left;
614-
margin-right: 0.5em;
615608
}
616-
617-
dl.footnote > dd,
618-
dl.citation > dd {
609+
aside.footnote > span:last-of-type,
610+
div.citation > span:last-of-type {
611+
padding-right: 0.5em;
612+
}
613+
aside.footnote > p {
614+
margin-left: 2em;
615+
}
616+
div.citation > p {
617+
margin-left: 4em;
618+
}
619+
aside.footnote > p:last-of-type,
620+
div.citation > p:last-of-type {
619621
margin-bottom: 0em;
620622
}
621-
622-
dl.footnote > dd:after,
623-
dl.citation > dd:after {
623+
aside.footnote > p:last-of-type:after,
624+
div.citation > p:last-of-type:after {
624625
content: "";
625626
clear: both;
626627
}
@@ -636,10 +637,6 @@ dl.field-list > dt {
636637
padding-left: 0.5em;
637638
padding-right: 5px;
638639
}
639-
dl.field-list > dt:after {
640-
content: ":";
641-
}
642-
643640

644641
dl.field-list > dd {
645642
padding-left: 0.5em;
@@ -666,6 +663,16 @@ dd {
666663
margin-left: 30px;
667664
}
668665

666+
.sig dd {
667+
margin-top: 0px;
668+
margin-bottom: 0px;
669+
}
670+
671+
.sig dl {
672+
margin-top: 0px;
673+
margin-bottom: 0px;
674+
}
675+
669676
dl > dd:last-child,
670677
dl > dd:last-child > :last-child {
671678
margin-bottom: 0;
@@ -734,6 +741,14 @@ abbr, acronym {
734741
cursor: help;
735742
}
736743

744+
.translated {
745+
background-color: rgba(207, 255, 207, 0.2)
746+
}
747+
748+
.untranslated {
749+
background-color: rgba(255, 207, 207, 0.2)
750+
}
751+
737752
/* -- code displays --------------------------------------------------------- */
738753

739754
pre {

_static/css/badge_only.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/css/theme.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/doctools.js

-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
/*
2-
* doctools.js
3-
* ~~~~~~~~~~~
4-
*
52
* Base JavaScript utilities for all Sphinx HTML documentation.
6-
*
7-
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
8-
* :license: BSD, see LICENSE for details.
9-
*
103
*/
114
"use strict";
125

_static/documentation_options.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
var DOCUMENTATION_OPTIONS = {
2-
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
1+
const DOCUMENTATION_OPTIONS = {
32
VERSION: '0.1',
43
LANGUAGE: 'en',
54
COLLAPSE_INDEX: false,

_static/fonts/Lato/lato-bold.eot

250 KB
Binary file not shown.

_static/fonts/Lato/lato-bold.ttf

587 KB
Binary file not shown.

_static/fonts/Lato/lato-bold.woff

302 KB
Binary file not shown.

_static/fonts/Lato/lato-bold.woff2

181 KB
Binary file not shown.
260 KB
Binary file not shown.
608 KB
Binary file not shown.
316 KB
Binary file not shown.
189 KB
Binary file not shown.

_static/fonts/Lato/lato-italic.eot

262 KB
Binary file not shown.

_static/fonts/Lato/lato-italic.ttf

624 KB
Binary file not shown.

_static/fonts/Lato/lato-italic.woff

321 KB
Binary file not shown.

_static/fonts/Lato/lato-italic.woff2

191 KB
Binary file not shown.

_static/fonts/Lato/lato-regular.eot

248 KB
Binary file not shown.

_static/fonts/Lato/lato-regular.ttf

593 KB
Binary file not shown.

_static/fonts/Lato/lato-regular.woff

302 KB
Binary file not shown.

_static/fonts/Lato/lato-regular.woff2

178 KB
Binary file not shown.
77.7 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)