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

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