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