-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STYLE: Use a leading underscore to name private methods
Use a leading underscore to name private methods: using a trailing underscore is translated by Sphinx into the same method name as its underscoreless counterpart. Fixes: ``` /dipy/dipy/doc/reference/dipy.workflows.rst:651: ERROR: Duplicate target name, cannot be used as a unique reference: "io_iterator". ``` and similar errors raised for example in: https://github.com/dipy/dipy/actions/runs/10472634043/job/29002561651#step:5:1146 Documentation: https://peps.python.org/pep-0008/#method-names-and-instance-variables
- Loading branch information
1 parent
754b5e7
commit 6e2a7f7
Showing
3 changed files
with
15 additions
and
15 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
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