Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Documentation

Documentation for tabular_trees is generated using Sphinx.

Build

To build the documentation locally, first run the following from the root of the project to install the documentation packages

poetry install --with docs

Then run the following to build the documentation

cd docs
make html