Skip to content

Commit

Permalink
Fixed docstrings so documentation generates with Sphinx.
Browse files Browse the repository at this point in the history
  • Loading branch information
hover2pi committed Feb 19, 2016
1 parent 8021092 commit e583c70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions astrodbkit/astrodb.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
import io, os, sys, itertools, sqlite3, warnings
import numpy as np, matplotlib.pyplot as plt
import astropy.io.fits as pf, astropy.io.ascii as ii, astropy.table as at
from . import votools # for exporing votables
import votools
warnings.simplefilter('ignore')

def create_database(dbpath):
"""
Create a new database at the given *dbpath.
Create a new database at the given dbpath
Parameters
----------
Expand Down
2 changes: 1 addition & 1 deletion docs/astrodb.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
astrodb module
==============

.. automodule:: astrodbkit.astrodb
.. automodule:: astrodb
:members:
:undoc-members:
:show-inheritance:

0 comments on commit e583c70

Please sign in to comment.