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

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