Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Install Prerequisitesgiot

pip install -r requirements-docs.txt

To build docs from source

First run

make clean

To build latest developer docs from docstrings

sphinx-apidoc -o source/developer/ ../lmcache

To build HTML

make html

Serve documentation page locally

python -m http.server -d build/html/

Launch your browser and open localhost:8000.