Skip to content

Commit

Permalink
Merge pull request #191 from carlgogo/master
Browse files Browse the repository at this point in the history
Fixing documentation and setup.py
  • Loading branch information
carlos-gg authored May 4, 2018
2 parents 52b9d58 + e2c1d77 commit 3abe1ab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
14 changes: 11 additions & 3 deletions docs/source/vip_hci.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,18 @@ Subpackages
Submodules
----------

vip\_hci\.hci\_cube module
--------------------------
vip\_hci\.hci\_dataset module
-----------------------------

.. automodule:: vip_hci.hci_cube
.. automodule:: vip_hci.hci_dataset
:members:
:undoc-members:
:show-inheritance:

vip\_hci\.hci\_postproc module
------------------------------

.. automodule:: vip_hci.hci_postproc
:members:
:undoc-members:
:show-inheritance:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def run(self):


PACKAGES = ['vip_hci',
'vip_hci.andromeda',
'vip_hci.conf',
'vip_hci.exlib',
'vip_hci.fits',
Expand Down

0 comments on commit 3abe1ab

Please sign in to comment.