DOC: Deep revision of documentation building #3120
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR follows up on #3119 (merge that one first for a clean diff, or
diff against
oesteban:maint/dedup-apigen-code
).In practice, this PR fixes several broken points of our documentation
(e.g., the workflows list was empty and now it has been updated,
changelog not rendered, API of pure python code not rendered by the
Nipype API parser was missing, etc.).
CHANGES
numpydoc
sphinx extension withsphinxcontrib-napoleon
.docs/sphinxext/*
, as nothing is now used from thereafter re-enabling apidoc.
API generator. This required some fixes of some docstrings.
Beyond those corresponding to the Nipype API generator, only missing
links remain as warnings (for sections in the navbar).