Skip to content

Commit

Permalink
inherited members
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Apr 16, 2021
1 parent f67b70b commit 43c98d3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/api/nwbconverter.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
NWB Converter
==============

.. automodule:: onice_conversion.nwbconverter
.. automodule:: onice_conversion.nwbconverter
:inherited-members:
6 changes: 4 additions & 2 deletions docs/api/spec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ Spec
spec/spec.external_file

.. automodule:: onice_conversion.spec
:members:
:members:
:inherited-members:

Base Spec
--------------------

.. automodule:: onice_conversion.spec.base_spec
:members:
:members:
:inherited-members:
1 change: 1 addition & 0 deletions docs/api/spec/spec.external_file.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ External File Spec
===================

.. automodule:: onice_conversion.spec.external_file
:inherited-members:
1 change: 1 addition & 0 deletions docs/api/spec/spec.path.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ Path Spec
=============

.. automodule:: onice_conversion.spec.path
:inherited-members:

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
autodoc_default_options = {
'members': True,
'member-order': 'bysource',
'private-members': True,
'private-members': False,
'show-inheritance': False,
'toctree': True,
'undoc-members': True,
Expand Down

0 comments on commit 43c98d3

Please sign in to comment.