Skip to content

Commit

Permalink
remove private docs; remove example benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbrn committed Jun 10, 2024
1 parent 0bea3d2 commit 1f958fb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18 deletions.
10 changes: 7 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,13 @@
autoapi_ignore = ["*/__main__.py", "*/_version.py"]
autoapi_add_toc_tree_entry = False
autoapi_member_order = "bysource"
autoapi_options = ['members', 'undoc-members', 'private-members',
'show-inheritance', 'show-module-summary',
'special-members',]
autoapi_options = [
"members",
"undoc-members",
"show-inheritance",
"show-module-summary",
"special-members",
]

html_theme = "sphinx_book_theme"

Expand Down
2 changes: 1 addition & 1 deletion src/nested_pandas/datasets/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .generation import generate_data, generate_parquet_file # noqa
from .generation import * # noqa
14 changes: 0 additions & 14 deletions src/nested_pandas/example_benchmarks.py

This file was deleted.

0 comments on commit 1f958fb

Please sign in to comment.