Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 747 Bytes

README.rst

File metadata and controls

24 lines (15 loc) · 747 Bytes

Building

For building the documentation use Sphinx 1.0 or newer. Sphinx is available at Sphinx home page and nimfa library documentation sources are available at Github repository. Before building documentation, please install nimfa library.

Documentation can be built by issuing:

make html

Resulting documentation is saved to html directory. Without make utility, execute:

cd docs/source

sphinx-build -b html <source dir [.]>  <build dir [html]>

from the nimfa root directory.

Note

The nimfa library documentation is contained in docs source directory and scripts are in nimfa directory.