Nox automation ============== We chose to use `Nox `_ seems to be the defacto automation tool, especially for python testing. `nox `_ is the automation tool we use generate or update the documentation that will eventually produce HTML documentation in the docs/build folder. See our :doc:`nox guide ` about our use of nox in healthy-meals. We use the `github pages `_ style of docstrings for the documentation of healthy-meals. Instructions: to run a nox automation function listed below, the format of the command is: .. code-block:: shell nox -s Note: any functions descriptions that have a trailing :code:`>:(`, indicates the functions need repair since the PDM install .. literalinclude:: ../qa/nox_docs.txt :lines: 5-