-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sam Lamont
committed
Feb 15, 2024
1 parent
eea6d9e
commit 734cb8c
Showing
2 changed files
with
102 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
.. "TEEHR: Tools for Exploratory Evaluation in Hydrologic Research" documentation master file, created by | ||
sphinx-quickstart on Mon Jan 29 10:49:57 2024. | ||
You can adapt this file completely to your liking, but it should at least | ||
contain the root `toctree` directive. | ||
.. image: ../images/teehr.png | ||
******************** | ||
TEEHR documentation | ||
******************** | ||
|
||
TEEHR (pronounced "tier") is a python tool set for loading, storing, processing and visualizing hydrologic data, particularly National Water Model data, for the purpose of exploring and evaluating the datasets to assess their skill and performance. | ||
|
||
.. grid:: 1 2 2 2 | ||
:gutter: 4 | ||
:padding: 2 2 0 0 | ||
:class-container: sd-text-center | ||
|
||
.. grid-item-card:: Getting started | ||
:img-top: _static/index_getting_started.svg | ||
:class-card: intro-card | ||
:shadow: md | ||
|
||
New to *TEEHR*? Check out the getting started guides. They contain an | ||
introduction to *TEEHR'* main concepts and links to additional tutorials. | ||
|
||
+++ | ||
|
||
.. button-ref:: getting_started | ||
:ref-type: ref | ||
:click-parent: | ||
:color: secondary | ||
:expand: | ||
|
||
To the getting started guides | ||
|
||
.. grid-item-card:: User guide | ||
:img-top: _static/index_user_guide.svg | ||
:class-card: intro-card | ||
:shadow: md | ||
|
||
The user guide provides in-depth information on the | ||
key concepts of pandas with useful background information and explanation. | ||
|
||
+++ | ||
|
||
.. button-ref:: user_guide | ||
:ref-type: ref | ||
:click-parent: | ||
:color: secondary | ||
:expand: | ||
|
||
To the user guide | ||
|
||
.. grid-item-card:: API reference | ||
:img-top: _static/index_api.svg | ||
:class-card: intro-card | ||
:shadow: md | ||
|
||
The reference guide contains a detailed description of | ||
the TEEHR API. The reference describes how the methods work and which parameters can | ||
be used. It assumes that you have an understanding of the key concepts. | ||
|
||
+++ | ||
|
||
.. button-ref:: autoapi | ||
:ref-type: ref | ||
:click-parent: | ||
:color: secondary | ||
:expand: | ||
|
||
To the reference guide | ||
|
||
.. grid-item-card:: Developer guide | ||
:img-top: _static/index_contribute.svg | ||
:class-card: intro-card | ||
:shadow: md | ||
|
||
Saw a typo in the documentation? Want to improve | ||
existing functionalities? The contributing guidelines will guide | ||
you through the process of improving TEEHR. | ||
|
||
+++ | ||
|
||
.. button-ref:: development | ||
:ref-type: ref | ||
:click-parent: | ||
:color: secondary | ||
:expand: | ||
|
||
To the development guide | ||
|
||
|
||
.. toctree:: | ||
:hidden: | ||
:titlesonly: | ||
:maxdepth: 3 | ||
|
||
getting_started/index | ||
user_guide/index | ||
development/index | ||
changelog/index |