boost/libs/gil/doc
2021-10-05 21:37:46 +02:00
..
_build/doctrees [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
_static [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
_templates [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
design [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
html [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
image_processing [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
images [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
tutorial [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
conf.py [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
doxyfile [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
doxygen-boost.css [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
footer.html [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
header.html [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
index.html [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
index.rst [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
installation.rst [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
io.rst [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
Jamfile [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
Makefile [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
naming.rst [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
numeric.rst [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
README.md [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
reference.dox [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
requirements.txt [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
toolbox.rst [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00
warnings.txt [DEV] add v1.76.0 2021-10-05 21:37:46 +02:00

Boost.GIL Documentation

A simple guide about writing and building documentation for Boost.GIL.

Prerequisites

Installation

Create Python virtual environment:

$ python3 -m venv .venv
$ source ~/.venv/bin/activate

Install Sphinx and Sphinx extensions:

(.venv)$ cd boost-root
(.venv)$ pip install -r libs/gil/doc/requirements.txt

Build

$ echo "using doxygen ;" > ~/user-config.jam
$ cd boost-root
$ b2 libs/gil/doc