Documentation¶
The galois
documentation is generated with Sphinx and the
Sphinx Immaterial theme.
Install¶
The documentation dependencies are stored in docs/requirements.txt
.
1 2 3 4 5 6 7 |
|
Install the documentation dependencies by passing the -r
switch to pip install
.
$ python3 -m pip install -r docs/requirements.txt
Build the docs¶
The documentation is built by running the sphinx-build
command.
$ sphinx-build -b html -v docs/ docs/build/
The HTML output is located in docs/build/
. The home page is docs/build/index.html
.
Last update:
May 17, 2022