Removed autosummary non existing templates#13496
Closed
fconil wants to merge 1 commit intosphinx-doc:masterfrom
Closed
Removed autosummary non existing templates#13496fconil wants to merge 1 commit intosphinx-doc:masterfrom
fconil wants to merge 1 commit intosphinx-doc:masterfrom
Conversation
Member
|
I think this is trying to say that if you want to add your own templates, these are the ones that autosummary will look for, rather than that these are the default templates. I agree it is somewhat unclear, though. A |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Purpose
Reading
autosummaryextension documentation, "Customizing templates", I noticed some of the templates files described did not exist insphinx/ext/autosummary/templates/autosummary/.autosummary/function.rst– template for functionsautosummary/attribute.rst– template for class attributesautosummary/method.rst– template for class methodsThis pull request removed this part from the
autosummarydocumentation page.