Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add inherited members to dict-like classes. #398

Merged
merged 1 commit into from
Oct 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ The Collection
==============

.. autoclass:: Collection
:members:
:members:


The JSONDict
Expand All @@ -116,7 +116,8 @@ The JSONDict
This class implements the interface for the job's :attr:`~signac.contrib.job.Job.statepoint` and :attr:`~signac.contrib.job.Job.document` attributes, but can also be used stand-alone:

.. autoclass:: JSONDict
:members:
:members:
:inherited-members:


The H5Store
Expand All @@ -126,6 +127,7 @@ This class implements the interface to the job's :attr:`~signac.contrib.job.Job.

.. autoclass:: H5Store
:members:
:inherited-members:


The H5StoreManager
Expand All @@ -135,6 +137,7 @@ This class implements the interface to the job's :attr:`~signac.contrib.job.Job.

.. autoclass:: H5StoreManager
:members:
:inherited-members:
:show-inheritance:


Expand Down