You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1006 B
1006 B
This is the AvaFrame repository
Installation, documentation
The documentation is hosted on ReadTheDocs: http://docs.avaframe.org
For local documentation install sphinx with:
pip install sphinx
(or equivalent conda command)
We use the ReadTheDocs theme, which you need to install with::
pip install sphinx-rtd-theme
Goto docs directory and e.g.::
make html
to generate html documentation within the _build directory.
Directory structure:
-avaframe: main python scripts etc
|-data: data needed for calibration/tests/etc
|-tests: pytest scripts
-benchmarks: our references
-docs: rst for ReadTheDoc documentation