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

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