* Install Sphinx
 * change dir into doc
 * run sphinx-apidoc -o ./ ../
+  (you may have to add a -f if you added a new module)
 * run make html
   (this will create one .rst file for each python file in pyi2ncommon directory)
 
 Good to know
 ------------
 
+* lots of example documentation can be found in the docu of template.py (:py:mod:`template`)
 * this Documentation was initialized using sphinx-quickstart
 * doc/conf.py can be used to configure lots of the documentation
 * the autodoc extension is responsible for creating .rst files from documentation in .py files