-
Notifications
You must be signed in to change notification settings - Fork 3
Labels
documentationMissing documentation, docstring conventions, ...Missing documentation, docstring conventions, ...
Milestone
Description
Lines like these ones
python-imcflibs/src/imcflibs/imagej/bdv.py
Lines 453 to 455 in ea1e903
| SINGLE_FILE = "[NO (one %s)]" | |
| MULTI_SINGLE_FILE = "[YES (all %ss in one file)]" | |
| MULTI_MULTI_FILE = "[YES (one file per %s)]" |
should have:
- either proper "variable docstrings" (usually preferred)
- or be explicitly excluded from the API docs by adding a
"""@private"""pseudo-docstring (see lines 21 to 24 in the same file)
Pinging @lguerard
Metadata
Metadata
Assignees
Labels
documentationMissing documentation, docstring conventions, ...Missing documentation, docstring conventions, ...
Type
Projects
Status
Done