-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
For example, see https://mesh-adaptation.github.io/docs/goalie.html#goalie.mesh_seq.MeshSeq . The class docstring is present, but not the __init__
docstring. In conf.py
we have "class-doc-from": "both"
which should include both (see https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#directive-option-autoclass-class-doc-from).
I tried changing to "class-doc-from": "init"
but that again did not render the __init__
docstring.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Type
Projects
Status
Backlog