Image 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing %!s(int64=4) %!d(string=hai) anos
..
_build 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing %!s(int64=4) %!d(string=hai) anos
_static 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing %!s(int64=4) %!d(string=hai) anos
_templates 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing %!s(int64=4) %!d(string=hai) anos
design 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing %!s(int64=4) %!d(string=hai) anos
html 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing %!s(int64=4) %!d(string=hai) anos
image_processing 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing %!s(int64=4) %!d(string=hai) anos
images 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing %!s(int64=4) %!d(string=hai) anos
tutorial 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing %!s(int64=4) %!d(string=hai) anos
Jamfile 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing %!s(int64=4) %!d(string=hai) anos
Makefile 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing %!s(int64=4) %!d(string=hai) anos
README.md 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing %!s(int64=4) %!d(string=hai) anos
conf.py 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing %!s(int64=4) %!d(string=hai) anos
doxyfile 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing %!s(int64=4) %!d(string=hai) anos
doxygen-boost.css 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing %!s(int64=4) %!d(string=hai) anos
footer.html 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing %!s(int64=4) %!d(string=hai) anos
header.html 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing %!s(int64=4) %!d(string=hai) anos
index.html 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing %!s(int64=4) %!d(string=hai) anos
index.rst 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing %!s(int64=4) %!d(string=hai) anos
installation.rst 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing %!s(int64=4) %!d(string=hai) anos
io.rst 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing %!s(int64=4) %!d(string=hai) anos
naming.rst 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing %!s(int64=4) %!d(string=hai) anos
numeric.rst 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing %!s(int64=4) %!d(string=hai) anos
reference.dox 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing %!s(int64=4) %!d(string=hai) anos
requirements.txt 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing %!s(int64=4) %!d(string=hai) anos
toolbox.rst 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing %!s(int64=4) %!d(string=hai) anos
warnings.txt 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing %!s(int64=4) %!d(string=hai) anos

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