Skip to content

Commit

Permalink
Autodocument members
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Mar 9, 2023
1 parent c90b44a commit 7b87fe7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_config.yml
Expand Up @@ -44,6 +44,10 @@ sphinx:
config:
#autosummary_generate: True # autosummary generates module-level .rst files?
add_module_names: False # Don't include module names in autosummary tables
autodoc_default_options: {
"members": True, # Include module/class members.
"member-order": 'bysource', # Order members as in source file.
}
intersphinx_mapping:
numpy [stable]:
- 'https://numpy.org/doc/stable/'
Expand Down

0 comments on commit 7b87fe7

Please sign in to comment.