Skip to content

Commit

Permalink
Merge pull request #640 from tomato42/document-private-methods
Browse files Browse the repository at this point in the history
include private members in documentation
  • Loading branch information
tomato42 committed Feb 14, 2020
2 parents 0d1603d + e72f77f commit 64a7668
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,10 @@
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/': None,
'https://tlslite-ng.readthedocs.io/en/latest/': None}

# -- Options for autodoc extension -------------------------------------------
autodoc_default_options = {
'undoc-members': True,
'private-members': True,
'inherited-members': True,
}

0 comments on commit 64a7668

Please sign in to comment.