-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
There should be a small number of top level modules that are exposed to the library user. All of the IBL methods should be inside an ibl.py with the implementations in hidden _*.py files. This will allow the large modules to be split up into smaller, more manageable lengths. Every current top level module could use this.
The main problem with this is that the current sphinx workflow will show the modules belonging to _*.py and not the module exposed to the external users. This will probably require some hand coding of the rst files that are currently autogenerated into the _autosummary directory.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request