This repository contains the Techworks Best Practices in AI guide.
You can find the published version of the guide here
This guidance is maintained in Sphinx. It currently uses a version of the furo theme. Sphinx has strong integration with Python, which makes installation fairly easy.
Requirements:
- Python 3.9+
- Sphinx
- Furo theme
To install:
- Install Python
Then: pip install -U sphinx
And: pip install -U furo
To build the guide in html format run the following in a terminal in the root directory of the repository:
sphinx-build -b html source build
To build the guide in pdf format:
sphinx-build -b pdf source build