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

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