Documentation development
OSCAR uses MKDocs for the documentation. In particular, Material for MKDocs.
Install the following dependencies:
pip install mkdocs mkdocs-material mkdocs-render-swagger-plugin
The from the main folder oscar
run:
mkdocs serve
The documentation will be available in http://127.0.0.1:8000