Documentation for Python source code - wattzhikang/terrainHydrology GitHub Wiki

Documentation can be found in the doc directory. Documentation is powered by Sphinx.

To generate the documentation, install Sphinx and run

make html

or

make pdf

For HTML documentation, you will need to install the readthedocs.org theme.

To generate PDF documentation, you will need the LaTeX toolchain.