-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueIndicates a good issue for first-time contributorsIndicates a good issue for first-time contributors
Description
Describe the feature request
The API exposes some functionality in modules via the __init__.py
. E.g. a user may call to power_grid_model_io.functions.has_value
.
However, the documentation refers to several API functions by their private module, e.g. power_grid_model_io.functions._functions.has_value(value: Any) → bool
This feature is about updating the documentation so that it refers to the public module that exposes the function, rather than the private module in which it is defined.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueIndicates a good issue for first-time contributorsIndicates a good issue for first-time contributors
Type
Projects
Status
No status