Skip to content

Commit

Permalink
Also document imported members
Browse files Browse the repository at this point in the history
e.g., shapes.disc (imported from circular.disc)
  • Loading branch information
JorisVincent committed Mar 9, 2023
1 parent 7b87fe7 commit 129d298
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/_config.yml
Expand Up @@ -44,6 +44,7 @@ sphinx:
config:
#autosummary_generate: True # autosummary generates module-level .rst files?
add_module_names: False # Don't include module names in autosummary tables
autosummary_imported_members: True
autodoc_default_options: {
"members": True, # Include module/class members.
"member-order": 'bysource', # Order members as in source file.
Expand Down

0 comments on commit 129d298

Please sign in to comment.