Skip to content

Commit

Permalink
docs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaelicke committed May 20, 2021
1 parent 766a966 commit 65f5cbf
Show file tree
Hide file tree
Showing 12 changed files with 75 additions and 17 deletions.
Binary file modified doc/auto_examples/auto_examples_jupyter.zip
Binary file not shown.
Binary file modified doc/auto_examples/auto_examples_python.zip
Binary file not shown.
33 changes: 25 additions & 8 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to HydroBox's documentation!
====================================
Welcome to HydroBox
===================

.. note::
Major parts of the toolbox are currently re-written. Most interfaces of
Expand All @@ -14,15 +14,32 @@ Welcome to HydroBox's documentation!
this scope, instead of re-implementing functions that are already there.

.. toctree::
:hidden:
:maxdepth: 1
:caption: Contents:

toolboxes
toolboxes/index
auto_examples/index

Indices and tables
==================
Installation
============

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
PyPI
----

Install hydrobox from the Python Pachage Index like:

.. code-block:: bash
pip install hydrobox
Github
------

You can install hydrobox from source like:

.. code-block:: bash
git clone [email protected]:vforwater/hydrobox
cd hydrobox
pip install -e .
9 changes: 0 additions & 9 deletions doc/toolboxes.rst

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
hydrobox.geostat.ext\_drift\_kriging
====================================

.. currentmodule:: hydrobox.geostat

.. autofunction:: ext_drift_kriging
6 changes: 6 additions & 0 deletions doc/toolboxes/gen_modules/hydrobox.geostat.gridsearch.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
hydrobox.geostat.gridsearch
===========================

.. currentmodule:: hydrobox.geostat

.. autofunction:: gridsearch
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
hydrobox.geostat.ordinary\_kriging
==================================

.. currentmodule:: hydrobox.geostat

.. autofunction:: ordinary_kriging
6 changes: 6 additions & 0 deletions doc/toolboxes/gen_modules/hydrobox.geostat.simple_kriging.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
hydrobox.geostat.simple\_kriging
================================

.. currentmodule:: hydrobox.geostat

.. autofunction:: simple_kriging
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
hydrobox.geostat.universal\_kriging
===================================

.. currentmodule:: hydrobox.geostat

.. autofunction:: universal_kriging
6 changes: 6 additions & 0 deletions doc/toolboxes/gen_modules/hydrobox.geostat.variogram.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
hydrobox.geostat.variogram
==========================

.. currentmodule:: hydrobox.geostat

.. autofunction:: variogram
5 changes: 5 additions & 0 deletions doc/toolboxes/geostat.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
=============
Geostatistics
=============

.. automodule:: hydrobox.geostat
9 changes: 9 additions & 0 deletions doc/toolboxes/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
==================
Toolboxes Overview
==================

.. toctree::
:maxdepth: 1
:caption: All toolboxes

geostat

0 comments on commit 65f5cbf

Please sign in to comment.