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

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