Closed eirrgang closed 1 year ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 61.46%. Comparing base (
d624ce1
) to head (747e953
). Report is 312 commits behind head on devel.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This change addresses several issues:
To deduplicate documentation, the doctree is simply flattened a bit, though section delimiters are adjusted to better represent the document hierarchy.
Since there is no docstring for most packages (
__index__.py
files), theautomodule
directive didn't do anything, and is replaced with a static module directive in the rst document.Ref #375