Skip to content

Commit

Permalink
rebuilding docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjones315 committed Apr 14, 2024
1 parent 8bbcd10 commit 30b4552
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/api/simulator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ We have several frameworks available for simulating topologies:
:toctree: reference/

sim.BirthDeathFitnessSimulator
sim.ecDNABirthDeathSimulator
sim.CompleteBinarySimulator
sim.SimpleFitSubcloneSimulator

Expand Down
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"sphinx.ext.autosummary",
"scanpydoc.elegant_typehints",
"scanpydoc.definition_list_typed_field",
"scanpydoc.autosummary_generate_imported",
# "scanpydoc.autosummary_generate_imported",
*[p.stem for p in (HERE / "extensions").glob("*.py")],
"sphinx_gallery.load_style",
]
Expand Down Expand Up @@ -200,6 +200,8 @@ class AutoAutoSummary(Autosummary):
"toctree": directives.unchanged,
}

autosummary_imported_members = True

required_arguments = 1

@staticmethod
Expand Down

0 comments on commit 30b4552

Please sign in to comment.