docs folder overview

All documentation for the project should be included in this folder in either reStructuredText or Markdown files, with acceptable formatting for Sphinx. Further details are supplied in the contributing guidance.

To build the documentation, run the docs command from Makefile using the make utility at the top-level of this repository.

make docs

or, alternatively, run:

sphinx-build -b linkcheck ./docs ./docs/_build

The HTML-version of this documentation can then be viewed at docs/_build/index.html, relative to the top-level of this repository.

Analytical quality assurance (AQA)

All analytical quality assurance (AQA) documents can be found in the docs/aqa folder. These files document how this project meets organisational guidance on producing quality analysis for HM Government projects.