Meshroom/docs
2022-10-13 12:12:26 +02:00
..
logo update meshroom logo, icon and banner 2018-04-21 11:56:22 +02:00
source [docs] minor code refactoring 2022-10-13 12:12:26 +02:00
.gitignore [doc] sphinx documentation setup 2022-10-11 09:59:33 +02:00
make.bat [doc] sphinx documentation setup 2022-10-11 09:59:33 +02:00
Makefile [doc] sphinx documentation setup 2022-10-11 09:59:33 +02:00
README.md [doc] sphinx documentation setup 2022-10-11 09:59:33 +02:00

Documentation

We use Sphinx to generate Meshroom's documentation.

To install all the requirements for building the documentation, simply run:

pip install sphinx sphinx-rtd-theme myst-parser

Note: since Sphinx will import the entire meshroom package, all requirements for Meshroom must also be installed

To generate the documentation, go to the docs folder and run the Sphinx makefile:

cd meshroom/docs
make html

To access the documentation, simply go to meshroom/docs/build/html and open index.html in a browser.