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