From b0e4a3f3a57521387fdb2675451d018ce664c04f Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Thu, 8 Jun 2023 18:01:44 +0100 Subject: [PATCH] plotting API stuff --- docs/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 40f4c70..d3cd0b8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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) -- GitLab