Documentation Work
==================
Requirements
------------
Sphinx
~~~~~~
- Download `Sphinx `_
Sphinx Requirements
~~~~~~~~~~~~~~~~~~~
- Install `python-myst-parser `_
- Install `pydata_sphinx_theme `_
Making Changes
--------------
- Navigate to the /doc directory.
- Remove the current documentation build if present:
On Linux/Mac use:
.. code-block:: bash
./make.sh clean
On Windows use:
.. code-block:: bash
./make.bat clean
- Make your changes.
- Rebuild the documentation:
On Linux/Mac use:
.. code-block:: bash
./make.sh html
On Windows use:
.. code-block:: bash
./make.bat html
- Ensure you get no warnings.
- Open the relevant html files from /doc/_build/html