marsbroshok / imgaug-doc

Code and assets to generate the documentation of imgaug

Home Page:http://imgaug.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Code and assets to generate the documentation of imgaug

http://imgaug.readthedocs.io

License:MIT License


Languages

Language:Jupyter Notebook 95.3%Language:Python 4.7%Language:Batchfile 0.0%Language:Makefile 0.0%Language:Shell 0.0%