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

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