2
0
mirror of https://github.com/boostorg/gil.git synced 2026-02-18 14:12:10 +00:00
Files
gil/doc/README.md
Mateusz Łoskot 4bd08aac67 Start doc/README.md document [ci skip]
Add Python pip requirements.txt (preparing for Exhale prototype).
2018-11-20 15:59:01 +01:00

469 B

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