.. NeuralHydrology documentation master file, created by
sphinx-quickstart on Mon Aug 17 14:00:15 2020.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to NeuralHydrology's documentation!
===========================================
This is the documentation for the NeuralHydrology Python package.
The source code is available on `GitHub `_.
On this documentation page, you'll find a :doc:`quickstart guide ` with step-by-step instructions on installation, required datasets, and command-line usage.
We've also written a few :doc:`tutorials ` that walk you through code examples to train your first models.
The :doc:`modelzoo ` lists all the models that come pre-packaged on installation (but you can add your own models, too).
Finally, the :doc:`API docs ` show in-depth information on all modules, classes, and functions within NeuralHydrology.
You might also be interested in our `Research Blog `_, where once in a while we post news about our papers and other projects.
.. toctree::
:maxdepth: 2
:caption: Contents:
usage/quickstart
usage/models
tutorials/index
usage/config
api/neuralhydrology
contributing