2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-29 07:32:18 +00:00
Files
gil/doc
Mateusz Łoskot 5ec5566fe4 [doc] Removed unused files (#327) [ci skip]
The following files have been deleted:

- doc/adobe_logo.gif
- doc/adobe_source.css
- doc/boost.png
- doc/build.sh
- doc/rst.css
- doc/shorten_file_name.sh
2019-07-09 09:45:18 +02:00
..
2018-06-27 00:02:27 -04:00
2018-06-27 00:02:27 -04:00
2018-06-27 00:02:27 -04:00
2018-06-27 00:02:27 -04:00
2018-06-27 00:02:27 -04:00
2018-06-27 00:02:27 -04:00
2018-06-27 00:02:27 -04:00
2018-06-27 00:02:27 -04:00
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:

$ cd boost/libs/gil
$ python3 -m venv .venv
$ source ./.venv/bin/activate

Install Sphinx and Sphinx extensions:

(.venv)$ pip install -r doc/requirements.txt

Build

$ echo "using doxygen ;" > ~/user-config.jam
$ cd boost/libs/gil/doc
$ b2