All Projects → aleju → imgaug-doc

aleju / imgaug-doc

Licence: MIT License
Code and assets to generate the documentation of imgaug

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

imgaug-doc

This repository contains code and assets to generate the documentation of imgaug. The files were moved to their own repository (instead of a folder inside imgaug) as they were starting to become too large -- especially the images.

To generate the docs, first install the necessary packages, e.g. via:

pip install Sphinx numpydoc sphinx_rtd_theme

Then generate the documentation via

make html

When calling make html, the content of this repository (imgaug-doc) must be a folder inside the main repository (imgaug), i.e. something like imgaug/doc where doc contains this repository's content.

Note that when calling make html you will probably get lots of warnings saying WARNING: toctree contains reference to nonexisting document (...). That is normal. Just ignore these messages.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].