commit | 751939ce7386e6eb0990a52f685ae99e2b52e3d3 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Fri Jun 26 22:16:24 2020 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Wed Jul 01 01:12:55 2020 -0400 |
tree | 18e68084baa53d4eef851a13533305c9d1ae73a5 | |
parent | ec74676176eb54d38c80a2cc9b92547931dcb466 [diff] |
Refresh and improve the "named data" HTML theme Change-Id: I40402cfef15e6495454f846fcf2c5772412ed5db
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 setuptools pip3 install -U sphinx sphinxcontrib-bibtex sphinxcontrib-fulltoc
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 under _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
.