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

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