FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit b0e4a3f3 authored by L. Bower's avatar L. Bower
Browse files

plotting API stuff

parent 5cc45a26
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,10 @@ intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
}
autodoc_default_options = {
"private-members": True
}
autosummary_generate = True # Turn on sphinx.ext.autosummary
autoclass_content = "both" # Add __init__ doc (ie. params) to class summaries
html_show_sourcelink = False # Remove 'view source code' from top of page (for html, not python)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment