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

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