Skip to content

Commit

Permalink
Merge pull request #108 from lincc-frameworks/fix_autoapi_hits
Browse files Browse the repository at this point in the history
Improve Sphinx AutoAPI Readability
  • Loading branch information
dougbrn authored Jun 11, 2024
2 parents 5cf1fa5 + 1f958fb commit c44bfe1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
7 changes: 7 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@
autoapi_ignore = ["*/__main__.py", "*/_version.py"]
autoapi_add_toc_tree_entry = False
autoapi_member_order = "bysource"
autoapi_options = [
"members",
"undoc-members",
"show-inheritance",
"show-module-summary",
"special-members",
]

html_theme = "sphinx_book_theme"

Expand Down
14 changes: 0 additions & 14 deletions src/nested_pandas/example_benchmarks.py

This file was deleted.

0 comments on commit c44bfe1

Please sign in to comment.