You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.