diff --git a/docs/conf.py b/docs/conf.py index 034c7c3..9977095 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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'] diff --git a/docs/ncempy.io.rst b/docs/ncempy.io.rst index fafe00e..b03281c 100644 --- a/docs/ncempy.io.rst +++ b/docs/ncempy.io.rst @@ -5,12 +5,11 @@ Submodules ---------- ncempy.io.read module --------------------- +--------------------- .. automodule:: ncempy.io.read :members: :undoc-members: - :show-inheritance: ncempy.io.emd module -------------------- @@ -18,14 +17,12 @@ 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 ------------------------- @@ -33,7 +30,6 @@ ncempy.io.emdVelox module .. automodule:: ncempy.io.emdVelox :members: :undoc-members: - :show-inheritance: ncempy.io.mrc module -------------------- @@ -41,7 +37,6 @@ ncempy.io.mrc module .. automodule:: ncempy.io.mrc :members: :undoc-members: - :show-inheritance: ncempy.io.ser module -------------------- @@ -49,4 +44,3 @@ ncempy.io.ser module .. automodule:: ncempy.io.ser :members: :undoc-members: - :show-inheritance: diff --git a/ncempy/io/emd.py b/ncempy/io/emd.py index 86f7a89..67a26e5 100644 --- a/ncempy/io/emd.py +++ b/ncempy/io/emd.py @@ -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