Skip to content

Commit

Permalink
add vsimhdf5 to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
skuschel committed Feb 17, 2015
1 parent 467ee55 commit bd62e23
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions doc/apidoc/postpic.datareader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ postpic.datareader.epochsdf module
:undoc-members:
:show-inheritance:

postpic.datareader.vsimhdf5 module
----------------------------------

.. automodule:: postpic.datareader.vsimhdf5
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __getattr__(cls, name):
return Mock()

MOCK_MODULES = ['numpy', 'matplotlib.colors', 'matplotlib.pyplot', 'matplotlib',
'scipy', 'scipy.ndimage',
'scipy', 'scipy.ndimage', 'h5py',
'scipy.ndimage.interpolation', 'matplotlib.ticker']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

Expand Down

0 comments on commit bd62e23

Please sign in to comment.