Skip to content

Commit

Permalink
docs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lamont committed Feb 12, 2024
1 parent 00d4279 commit 85a5822
Show file tree
Hide file tree
Showing 85 changed files with 904 additions and 692 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: documentation
on:
push:
branches: [112-add-documentation]
# tags: [ 'v*.*.*' ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
209 changes: 0 additions & 209 deletions CHANGELOG.md

This file was deleted.

70 changes: 0 additions & 70 deletions CONTRIBUTE.md

This file was deleted.

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,15 @@ assess their skill and performance.

NOTE: THIS PROJECT IS UNDER DEVELOPMENT - EXPECT TO FIND BROKEN AND INCOMPLETE CODE.

## Documentation
[TEEHR Documentation](https://rtiinternational.github.io/teehr/)

## How to Install TEEHR
Install poetry
```bash
$ pipx install poetry
```

Install from source
```bash
# Create and activate python environment, requires python >= 3.10
Expand Down
Binary file not shown.
Binary file modified docs/sphinx/_build/doctrees/autoapi/teehr/index.doctree
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/sphinx/_build/doctrees/changelog/index.doctree
Binary file not shown.
Binary file modified docs/sphinx/_build/doctrees/development/index.doctree
Binary file not shown.
Binary file modified docs/sphinx/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/sphinx/_build/doctrees/generated/teehr.doctree
Binary file not shown.
Binary file modified docs/sphinx/_build/doctrees/getting_started/index.doctree
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Specify input variables"
"## Specify input variables"
]
},
{
Expand Down Expand Up @@ -97,7 +97,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Fetch a template forcing netCDF file"
"## Fetch a template forcing netCDF file"
]
},
{
Expand All @@ -117,7 +117,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Fetch some example polygons (nextgen divides)"
"## Fetch some example polygons (nextgen divides)"
]
},
{
Expand All @@ -136,7 +136,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Start a local dask cluster"
"## Start a local dask cluster"
]
},
{
Expand All @@ -157,7 +157,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Generate the weights file"
"## Generate the weights file"
]
},
{
Expand Down Expand Up @@ -185,7 +185,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Fetch the gridded data summarized to the polygons"
"## Fetch the gridded data summarized to the polygons"
]
},
{
Expand Down
Loading

0 comments on commit 85a5822

Please sign in to comment.