Skip to content

Commit

Permalink
show class inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebachmeier committed Dec 30, 2024
1 parent 8021499 commit 5317e6a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/source/api_reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ API Reference
=============

.. automodule:: easylink
:show-inheritance:

.. toctree::
:maxdepth: 1
Expand Down
1 change: 0 additions & 1 deletion docs/source/api_reference/pipeline_graph.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
.. automodule:: easylink.pipeline_graph
:show-inheritance:
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@
"private-members": True,
# Include special members.
"special-members": "__init__",
# Show class inheritance.
"show-inheritance": True,
}
# Display type hints in the description instead of the signature.
autodoc_typehints = "description"
Expand Down

0 comments on commit 5317e6a

Please sign in to comment.