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