mirror of
https://github.com/Telecominfraproject/oopt-gnpy.git
synced 2025-11-01 18:47:48 +00:00
docs: document the _private methods
This is a reference documentation, so it makes sense for it to be reasonably complete.
This commit is contained in:
@@ -173,4 +173,4 @@ texinfo_documents = [
|
||||
'Miscellaneous'),
|
||||
]
|
||||
|
||||
autodoc_default_flags = ['members', 'undoc-members', 'show-inheritance']
|
||||
autodoc_default_flags = ['members', 'undoc-members', 'private-members', 'show-inheritance']
|
||||
|
||||
Reference in New Issue
Block a user