Skip to content

Commit

Permalink
Update docs (#121)
Browse files Browse the repository at this point in the history
* Adding readthedocs config file

Updating some Horizon docs just to mark change

* Install package and use system

* Fixing path in conf

* Move conf file back to source and update position

* Updating intersphinx

* Cleaning up docs
  • Loading branch information
wtgee authored Mar 1, 2020
1 parent 547b130 commit 96fe18b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 187 deletions.
8 changes: 4 additions & 4 deletions docs/conf.py → docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,12 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'python': ('https://docs.python.org/', None),
'python': ('https://docs.python.org/3/', None),
'astropy': ('http://docs.astropy.org/en/stable/', None),
'astroplan': ('https://astroplan.readthedocs.io/en/latest/', None),
'NumPy': ('http://docs.scipy.org/doc/numpy/', None),
'SciPy': ('http://docs.scipy.org/doc/scipy/reference', None),
'matplotlib': ('http://matplotlib.org', None),
'NumPy': ('https://docs.scipy.org/doc/numpy/', None),
'SciPy': ('https://docs.scipy.org/doc/scipy/reference', None),
'matplotlib': ('https://matplotlib.org', None),
}


Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PANOPTES Utilities
:maxdepth: 1
:caption: Contents:

panoptes_utils
panoptes.utils

.. mdinclude:: README.md

Expand Down
10 changes: 0 additions & 10 deletions docs/source/panoptes.utils.tests.data.rst

This file was deleted.

126 changes: 0 additions & 126 deletions docs/source/panoptes.utils.tests.rst

This file was deleted.

46 changes: 0 additions & 46 deletions docs/source/panoptes.utils.tests.serial_handlers.rst

This file was deleted.

0 comments on commit 96fe18b

Please sign in to comment.