This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC: Add
__init__
documentation to class documentation
Add `__init__` documentation to class documentation: - Add a function to the documentation configuration file that processes the signatures and adds the `__init__` method signature to the class signatures. - Make the class documentation contain the documentation from both the class and the `__ini__` method setting the `autoclass_content` option to `both`. Remove the short description of the `__init__` methods so that the class documentation reads seamlessly.
- Loading branch information
1 parent
f10fc12
commit 5d10d90
Showing
2 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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