commit | ec288fe770da8ef03a692203601f8e9f14485955 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Sat Nov 26 18:28:01 2022 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Sat Nov 26 22:08:04 2022 -0500 |
tree | a136b29d7059f162419bd5ba50e11689cdeb6c34 | |
parent | d4f94a3e9642de43ccb49907f96bbd24542cd421 [diff] |
Homogenize markup used for section headings Plus other minor cleanups Change-Id: I356642e8d4c379ffb1b70789cba24497a7f8f393
To "compile" the specification in HTML format, you must first install the Sphinx documentation generator.
If you're running Ubuntu Linux:
sudo apt install make python3-pip pip3 install -U pip pip3 install -r requirements.txt
If you're running macOS or another operating system, see the instructions at https://www.sphinx-doc.org/en/master/usage/installation.html
Just type:
make html
And a set of HTML pages will be generated inside _build/html
.
You can also type:
make latexpdf
Sphinx will generate a .tex
file and will try to create a .pdf
document from it using pdflatex
(which must be installed).
For further options, type make help
.