gil/doc/design/index.rst
Mateusz Łoskot fbec8a3aa4
[doc] Split design guide into multiple pages (#389)
Improve some titles and re-arrange several sections (e.g. in Metafunctions).
Remove section about I/O extension from design guide as outdated and
unnecessary (in design guide).
2019-09-06 17:09:23 +02:00

28 lines
448 B
ReStructuredText

Design Guide
============
The sections listed below are dedicated to describe the design,
structure and basic elements of the Generic Image Library (GIL).
.. toctree::
:maxdepth: 1
:caption: Table of Contents
basics
concepts
point
channel
color_space
color_base
pixel
pixel_iterator
pixel_locator
image_view
image
dynamic_image
metafunctions
examples
technicalities
extending
conclusions