This project contains pntOS-Python and an example implementation called Cobra.
For a full set of documentation, visit the hosted, pre-generated documentation here: pntOS-Python Documentation.
Some quick references:
See CONTRIBUTING.md.
This section assumes you have a Python environment with the necessary dependencies installed. Please see Environment Setup for more information on how to do so.
From the project directory, you can build the docs with:
sphinx-build --exception-on-warning docs/ docs/build/Then, in a web browser, open the outputted docs/build/index.html file to view the documentation
you just generated.