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

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