5. Updating Documentation#
This page is work in progress, but tl;dr:
Setup a python virtual environment the usual way (i.e. run
python scripts/setup_venv.pyfrom the top-levelopynsimproject directory).If you just want to build the documentation, activate the virtual environment then use
sphinx-buildto build it (google)Alternatively, if you want to develop the documentation, the recommended development environment for doing so is to use Visual Studio Code with the Esbonio Plugin. The
opynsimproject already has a suitablepyproject.tomlfile indocs/that configures the plugin, provided the local virtual environment has been set up.