Skip to content

API Documentation

Damian Owerko edited this page Feb 26, 2018 · 2 revisions

API documentation can be viewed at https://pennaerial.github.io/pennair2/.

Updating API documentation is very simple. From inside pennair2/docs call: sphinx-apidoc -o ./modules ../src/pennair2 -f && make html or alternatively ./build.sh

Then you can upload the code to gh-pages using deploy.sh if you have permissions to the repository.

Clone this wiki locally