Skip to content

Streamline Library Interface #53

@ddmarshall

Description

@ddmarshall

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.

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationenhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions