Documentation#
Install the developer requirements of the BSB:
pip install -e .[dev]
Then from the docs
directory run:
cd docs
make html
The output will be in the /docs/_build
folder.
Conventions#
Values are marked as
5
or"hello"
using double backticks (`` ``).Configuration attributes are marked as attribute using the guilabel directive (
:guilabel:`attribute`
)