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

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