Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeon committed Nov 6, 2024
1 parent 6b77a59 commit d34e702
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@
html_static_path = ['_static']

# Autodoc
autodoc_member_order = 'bysource'
autodoc_default_options = {
"autoclass_content": "both"
}
3 changes: 2 additions & 1 deletion docs/ocfl.object.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@

.. automodule:: ocfl.object

.. autoclass: Object
.. autoclass:: Object
:members:

0 comments on commit d34e702

Please sign in to comment.