Skip to content

Commit

Permalink
Remove methods section from classes. These are redundant.
Browse files Browse the repository at this point in the history
  • Loading branch information
ercius committed Dec 30, 2020
1 parent 01f3533 commit 78a50a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
'sphinx.ext.napoleon',
]

napoleon_include_init_with_doc = False

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down
8 changes: 1 addition & 7 deletions docs/ncempy.io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,48 +5,42 @@ Submodules
----------

ncempy.io.read module
--------------------
---------------------

.. automodule:: ncempy.io.read
:members:
:undoc-members:
:show-inheritance:

ncempy.io.emd module
--------------------

.. automodule:: ncempy.io.emd
:members:
:undoc-members:
:show-inheritance:

ncempy.io.dm module
-------------------

.. automodule:: ncempy.io.dm
:members:
:show-inheritance:

ncempy.io.emdVelox module
-------------------------

.. automodule:: ncempy.io.emdVelox
:members:
:undoc-members:
:show-inheritance:

ncempy.io.mrc module
--------------------

.. automodule:: ncempy.io.mrc
:members:
:undoc-members:
:show-inheritance:

ncempy.io.ser module
--------------------

.. automodule:: ncempy.io.ser
:members:
:undoc-members:
:show-inheritance:
1 change: 1 addition & 0 deletions ncempy/io/emd.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class fileEMD:
Attributes
----------
file_hdl : h5py.File
The h5py file handle which provides direct access to the underlying h5py file structure.
version : tuple
Expand Down

0 comments on commit 78a50a0

Please sign in to comment.