This is the main AvaFrame repository
https://www.avaframe.org
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.
Matthias Tonnel d549c370ef | 4 years ago | |
---|---|---|
avaframe | 4 years ago | |
benchmarks | 4 years ago | |
docs | 4 years ago | |
LICENSE.txt | 4 years ago | |
README.md | 4 years ago |
README.md
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