CloudResolvingClimateModeling / dales

Dutch Atmospheric Large-Eddy Simulation model
GNU General Public License v3.0
1 stars 0 forks source link

Documentation #16

Open goord opened 5 years ago

goord commented 5 years ago

The DALES python interface needs sphinx documentation and an entry in readthedocs.io. This has high priority because other issues depend on this.

fjansson commented 5 years ago

There is now a skeleton for Sphinx documentation set up inomuse/doc. For each model, the documentation can be placed in a 'doc' inside the models directory. For Dales, this is already done.

To build the documentation, run make html in the doc directory. The compiled documentation is placed in omuse/doc/_build/.

If OMUSE was installed in a virtual Python environment, the documentation should be build with the same environment active. Use pip install sphinx sphinx_rtd_theme to install Sphinx in the environment.

Still to do: