Skip to content

Undocumented "global" vars #17

@ehrenfeu

Description

@ehrenfeu

Lines like these ones

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, ...

Type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions