-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatic documentation #141
Conversation
The docs job in CI fails, because of a misformatted docstring in |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #141 +/- ##
==========================================
+ Coverage 40.76% 42.48% +1.71%
==========================================
Files 65 65
Lines 4452 4566 +114
==========================================
+ Hits 1815 1940 +125
+ Misses 2637 2626 -11 ☔ View full report in Codecov by Sentry. |
… checkout action (cta-observatory#140) Co-authored-by: Jean-Philippe Lenain <[email protected]>
…vision-with-micromamba (cta-observatory#139) Co-authored-by: Jean-Philippe Lenain <[email protected]>
* Add a Tool that can split data based on delimiter trigger * Improve documentation * A bit of cleaning * Refactored split_run, some coding style --------- Co-authored-by: Jean-Philippe Lenain <[email protected]>
….com/cta-observatory/ctapipe_io_nectarcam/actions/runs/10183584596/job/28168887272?pr=54 when building ctapipe_io_nectarcam (cta-observatory#142) Co-authored-by: Jean-Philippe Lenain <[email protected]>
This PR extends #130 by including a full automatic documentation of the whole API, just by using the
recursive
option ofsphinx.ext.autosummary
.It also fixes quite a few typos in Docstrings, to comply with the reStructuredText format.