-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Difference between submodules and subpackages? #450
Comments
A package is a directory that contains an |
+1 to merging them; I think many packages like to move things between "submodule" and "subpackages" as an internal implementation detail (e.g. when a |
Terrific, thanks so much @AWhetter! |
any update on this, or maybe a workaround to have only submodules? |
I'm trying to use
autoapi
to document a package, and am getting the API docs grouped in both "submodules" and "subpackages":Does anyone know
The text was updated successfully, but these errors were encountered: