Skip to content

Commit

Permalink
Fix API for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
kboone committed Apr 23, 2019
1 parent f51bf4d commit 6ef3fcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
2 changes: 2 additions & 0 deletions avocado/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
from .dataset import *

from . import plasticc

__all__ = ['Dataset', 'AstronomicalObject']
18 changes: 1 addition & 17 deletions docs/reference.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,4 @@
Reference / API
===============

.. currentmodule:: avocado

Dataset
=======

.. autosummary::
:toctree: api

Dataset

AstronomicalObject
==================

.. autosummary::
:toctree: api

AstronomicalObject
.. automodule:: avocado

0 comments on commit 6ef3fcd

Please sign in to comment.