2
0
mirror of https://github.com/boostorg/gil.git synced 2026-02-19 14:32:10 +00:00
Files
gil/doc
Mateusz Łoskot 42a14c1f4c Fix Sphinx warnig about html_add_permalinks type [ci skip]
WARNING: The config value `html_add_permalinks' has type `bool',
         defaults to `str'.
2018-11-20 19:41:36 +01: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-09-21 18:02:37 +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

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

TODO