| .. | ||
| _static | ||
| _templates | ||
| doxygen | ||
| images | ||
| adobe_logo.gif | ||
| adobe_source.css | ||
| boost.png | ||
| build.sh | ||
| conf.py | ||
| design_guide.rst | ||
| doxyfile | ||
| doxygen-boost.css | ||
| footer.html | ||
| header.html | ||
| index.html | ||
| index.rst | ||
| io.rst | ||
| Jamfile | ||
| Makefile | ||
| numeric.rst | ||
| README.md | ||
| reference.dox | ||
| requirements.txt | ||
| rst.css | ||
| shorten_file_name.sh | ||
| toolbox.rst | ||
| tutorial.rst | ||
Boost.GIL Documentation
A simple guide about writing and building documentation for Boost.GIL.
Prerequisites
- Python 3.4+
- Install Sphinx
- Install Doxygen
Installation
Create Python virtual environment:
$ cd boost/libs/gil
$ python3 -m venv .venv
$ source ./.venv/bin/activate
Install Sphinx and Sphinx extensions:
(.venv)$ pip install -r doc/requirements.txt
Build
TODO