gil/doc
2019-11-04 23:09:14 +01:00
..
_static [doc] Split design guide into multiple pages (#389) 2019-09-06 17:09:23 +02:00
_templates [doc] Add footer with 'last built on' timestamp and Sphinx version 2019-09-03 20:07:49 +02:00
design [doc] Split design guide into multiple pages (#389) 2019-09-06 17:09:23 +02:00
image_processing [doc] Improve structure of image_processing/ node 2019-09-03 18:10:04 +02:00
images [doc] Split design guide into multiple pages (#389) 2019-09-06 17:09:23 +02:00
tutorial Fix Sphinx syntax of code-block directive 2019-08-05 12:31:43 +02:00
conf.py [doc] Remove incomplete copyright info from Sphinx config [ci skip] 2019-09-03 20:21:40 +02:00
doxyfile Add Image Processing section to Doxygen-based docs (#334) [ci skip] 2019-07-12 15:56:52 +01:00
doxygen-boost.css Update documentation. 2018-06-27 00:02:27 -04:00
footer.html Update documentation. 2018-06-27 00:02:27 -04:00
header.html Update documentation. 2018-06-27 00:02:27 -04:00
index.html Update documentation. 2018-06-27 00:02:27 -04:00
index.rst [doc] Split design guide into multiple pages (#389) 2019-09-06 17:09:23 +02:00
installation.rst [doc] Point link to download to GitHub not self, the website 2019-09-03 22:02:03 +02:00
io.rst Clarify what flavours of PNM formats can be read and written (#358) 2019-07-30 08:11:26 +02:00
Jamfile Restore copyright notice removed by accident [ci skip] 2019-05-21 11:31:53 +02:00
Makefile Update documentation. 2018-06-27 00:02:27 -04:00
naming.rst [doc] Split tutorial into separate documents for quickstart section [ci skip] (#325) 2019-07-21 20:54:03 +02:00
numeric.rst Tidy up, some doc8 linting, tabs to spaces. 2018-06-27 00:02:27 -04:00
README.md doc/README.md: clarify steps building docs [ci skip] 2019-11-04 23:09:14 +01:00
reference.dox Add Image Processing section to Doxygen-based docs (#334) [ci skip] 2019-07-12 15:56:52 +01:00
requirements.txt Bump Sphinx version from 1.7.9 to 2.1 (#346) 2019-07-22 01:49:47 +02:00
toolbox.rst Tidy up, some doc8 linting, tabs to spaces. 2018-06-27 00:02:27 -04:00

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