-
-
Notifications
You must be signed in to change notification settings - Fork 89
Closed
Description
Have a look at http://ccdproc.readthedocs.org/en/latest/api/ccdproc.ccd_process.html ... there's some formatting issues with the docstring:
For the bullets you have to add an empty line above.
For the parameter types, you have to add a space before the colon to make them appear correctly.
@bsipocz - Is there a way to catch such issues in the Sphinx build and on travis-ci?
Probably we also have 100s of those in Gammapy and other affiliated packages?
Would be really nice if catching such things could be automated.