Image 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 years ago
..
_build 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 years ago
_static 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 years ago
_templates 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 years ago
design 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 years ago
html 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 years ago
image_processing 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 years ago
images 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 years ago
tutorial 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 years ago
Jamfile 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 years ago
Makefile 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 years ago
README.md 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 years ago
conf.py 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 years ago
doxyfile 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 years ago
doxygen-boost.css 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 years ago
footer.html 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 years ago
header.html 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 years ago
index.html 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 years ago
index.rst 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 years ago
installation.rst 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 years ago
io.rst 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 years ago
naming.rst 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 years ago
numeric.rst 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 years ago
reference.dox 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 years ago
requirements.txt 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 years ago
toolbox.rst 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 years ago
warnings.txt 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 years ago

README.md

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