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:
Jan Kundrát
2019-06-06 23:05:42 +02:00
parent bfecff0412
commit f46134fda5

View File

@@ -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']