Skip to content

Commit

Permalink
From refs/heads/main dd7f29e
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Dec 20, 2024
1 parent 31ffb8b commit f7d1858
Show file tree
Hide file tree
Showing 55 changed files with 1,814 additions and 478 deletions.
4 changes: 2 additions & 2 deletions .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: ec8abc018b81dc419654f69a25c8c2f8
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 0d54b7d158970617fba406fd3b6b72da
tags: 645f666f9bcd5a90fca523b33c5a78b7
4 changes: 4 additions & 0 deletions .buildinfo.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: ec8abc018b81dc419654f69a25c8c2f8
tags: 645f666f9bcd5a90fca523b33c5a78b7
Empty file added .nojekyll
Empty file.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#GitHub Pages

Last update of sphinx html documentation from [dd7f29e](https://github.com/lanl/ecopop/tree/dd7f29ee46260df4e3ac5210d4ebea24bb6ec0f7)
2 changes: 2 additions & 0 deletions _sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Welcome to hpdocs's documentation!

pages/installation
pages/hpdata
pages/terminology
pages/api


.. Indices and tables
Expand Down
6 changes: 6 additions & 0 deletions _sources/modules.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
docs
====

.. toctree::
:maxdepth: 4

10 changes: 10 additions & 0 deletions _sources/pages/api.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. currentmodule:: ecopop

API
===

ep_utils
----------------------------

.. automodule:: ecopop.ep_utils
:members:
2 changes: 1 addition & 1 deletion _sources/pages/installation.rst.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _hpdata:
.. _installation:
.. role:: raw-html(raw)
:format: html

Expand Down
13 changes: 13 additions & 0 deletions _sources/pages/terminology.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.. _terminology:
.. role:: raw-html(raw)
:format: html

====================
Hydropop Terminology
====================

- 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)

- mhi: mosquito habitat indicator

- pop: population density
17 changes: 3 additions & 14 deletions _static/_sphinx_javascript_frameworks_compat.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,9 @@
/*
* _sphinx_javascript_frameworks_compat.js
* ~~~~~~~~~~
*
* Compatability shim for jQuery and underscores.js.
*
* WILL BE REMOVED IN Sphinx 6.0
* xref RemovedInSphinx60Warning
/* Compatability shim for jQuery and underscores.js.
*
* Copyright Sphinx contributors
* Released under the two clause BSD licence
*/

/**
* select a different prefix for underscore
*/
$u = _.noConflict();


/**
* small helper function to urldecode strings
*
Expand Down
83 changes: 49 additions & 34 deletions _static/basic.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
/*
* basic.css
* ~~~~~~~~~
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/

/* -- main layout ----------------------------------------------------------- */
Expand Down Expand Up @@ -115,15 +108,11 @@ img {
/* -- search page ----------------------------------------------------------- */

ul.search {
margin: 10px 0 0 20px;
padding: 0;
margin-top: 10px;
}

ul.search li {
padding: 5px 0 5px 20px;
background-image: url(file.png);
background-repeat: no-repeat;
background-position: 0 7px;
padding: 5px 0;
}

ul.search li a {
Expand Down Expand Up @@ -236,17 +225,11 @@ div.body p, div.body dd, div.body li, div.body blockquote {
a.headerlink {
visibility: hidden;
}
a.brackets:before,
span.brackets > a:before{
content: "[";
}

a.brackets:after,
span.brackets > a:after {
content: "]";
a:visited {
color: #551A8B;
}


h1:hover > a.headerlink,
h2:hover > a.headerlink,
h3:hover > a.headerlink,
Expand Down Expand Up @@ -334,11 +317,17 @@ aside.sidebar {
p.sidebar-title {
font-weight: bold;
}

nav.contents,
aside.topic,
div.admonition, div.topic, blockquote {
clear: left;
}

/* -- topics ---------------------------------------------------------------- */

nav.contents,
aside.topic,
div.topic {
border: 1px solid #ccc;
padding: 7px;
Expand Down Expand Up @@ -377,13 +366,17 @@ div.body p.centered {

div.sidebar > :last-child,
aside.sidebar > :last-child,
nav.contents > :last-child,
aside.topic > :last-child,
div.topic > :last-child,
div.admonition > :last-child {
margin-bottom: 0;
}

div.sidebar::after,
aside.sidebar::after,
nav.contents::after,
aside.topic::after,
div.topic::after,
div.admonition::after,
blockquote::after {
Expand Down Expand Up @@ -608,19 +601,27 @@ ol.simple p,
ul.simple p {
margin-bottom: 0;
}
dl.footnote > dt,
dl.citation > dt {

aside.footnote > span,
div.citation > span {
float: left;
margin-right: 0.5em;
}

dl.footnote > dd,
dl.citation > dd {
aside.footnote > span:last-of-type,
div.citation > span:last-of-type {
padding-right: 0.5em;
}
aside.footnote > p {
margin-left: 2em;
}
div.citation > p {
margin-left: 4em;
}
aside.footnote > p:last-of-type,
div.citation > p:last-of-type {
margin-bottom: 0em;
}

dl.footnote > dd:after,
dl.citation > dd:after {
aside.footnote > p:last-of-type:after,
div.citation > p:last-of-type:after {
content: "";
clear: both;
}
Expand All @@ -636,10 +637,6 @@ dl.field-list > dt {
padding-left: 0.5em;
padding-right: 5px;
}
dl.field-list > dt:after {
content: ":";
}


dl.field-list > dd {
padding-left: 0.5em;
Expand All @@ -666,6 +663,16 @@ dd {
margin-left: 30px;
}

.sig dd {
margin-top: 0px;
margin-bottom: 0px;
}

.sig dl {
margin-top: 0px;
margin-bottom: 0px;
}

dl > dd:last-child,
dl > dd:last-child > :last-child {
margin-bottom: 0;
Expand Down Expand Up @@ -734,6 +741,14 @@ abbr, acronym {
cursor: help;
}

.translated {
background-color: rgba(207, 255, 207, 0.2)
}

.untranslated {
background-color: rgba(255, 207, 207, 0.2)
}

/* -- code displays --------------------------------------------------------- */

pre {
Expand Down
2 changes: 1 addition & 1 deletion _static/css/badge_only.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _static/css/theme.css

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions _static/doctools.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
/*
* doctools.js
* ~~~~~~~~~~~
*
* Base JavaScript utilities for all Sphinx HTML documentation.
*
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
"use strict";

Expand Down
3 changes: 1 addition & 2 deletions _static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
const DOCUMENTATION_OPTIONS = {
VERSION: '0.1',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
Expand Down
Binary file added _static/fonts/Lato/lato-bold.eot
Binary file not shown.
Binary file added _static/fonts/Lato/lato-bold.ttf
Binary file not shown.
Binary file added _static/fonts/Lato/lato-bold.woff
Binary file not shown.
Binary file added _static/fonts/Lato/lato-bold.woff2
Binary file not shown.
Binary file added _static/fonts/Lato/lato-bolditalic.eot
Binary file not shown.
Binary file added _static/fonts/Lato/lato-bolditalic.ttf
Binary file not shown.
Binary file added _static/fonts/Lato/lato-bolditalic.woff
Binary file not shown.
Binary file added _static/fonts/Lato/lato-bolditalic.woff2
Binary file not shown.
Binary file added _static/fonts/Lato/lato-italic.eot
Binary file not shown.
Binary file added _static/fonts/Lato/lato-italic.ttf
Binary file not shown.
Binary file added _static/fonts/Lato/lato-italic.woff
Binary file not shown.
Binary file added _static/fonts/Lato/lato-italic.woff2
Binary file not shown.
Binary file added _static/fonts/Lato/lato-regular.eot
Binary file not shown.
Binary file added _static/fonts/Lato/lato-regular.ttf
Binary file not shown.
Binary file added _static/fonts/Lato/lato-regular.woff
Binary file not shown.
Binary file added _static/fonts/Lato/lato-regular.woff2
Binary file not shown.
Binary file added _static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
Binary file not shown.
Binary file added _static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
Binary file not shown.
Binary file added _static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit f7d1858

Please sign in to comment.