Skip to content

Latest commit

 

History

History
 
 

docsrc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Building the FACT Documentation Locally

Installing the Requirements

python3 -m pip install -r doc_dependencies.txt

or

pip3 install -r doc_dependencies.txt

depending on your python / pip version / preference.

Building the Docs

make clean html

Viewing the Built Docs

firefox _build/html/index.html