Documented configuration INI file format
- Added a Sphinx extension for documenting INI file parameters.
- Documented most INI parameters
- Moved the version label from
setup.cfg
to the package's root__init__.py
, in order to make it accessible asrapidpe_rift_pipe.__version__
- Using this value in
doc/conf.py
to set the release number automatically
- Using this value in
Fixes #102 (closed)
Edited by Daniel Wysocki