Skip to content

Commit

Permalink
Docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
hover2pi committed Feb 19, 2016
1 parent 14d723d commit 8021092
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.astrodbkit.astrodb
.. automodule:: astrodbkit.astrodb
:members:
:undoc-members:
:show-inheritance:
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ will return a table of the band, magnitude and uncertainty for all records in th

You can search any table in the database with the :py:meth:`~astrodb.get_db.identify` method by supplying a string, integer, or (ra,dec) coordinates along with the table to search. For example, if I want to find all the records in the SOURCES table in the HR 8799 system::

db.identify('8799','sources')
db.search('8799', 'sources')
Or all the papers published by Joe Filippazzo::

db.identify('Fili','publications')
db.search('Fili', 'publications')

You can also pass SQL queries wrapped in double-quotes (") to the :py:meth:`~astrodb.get_db.query` method::

Expand Down
2 changes: 1 addition & 1 deletion docs/votools.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
votools module
================

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

0 comments on commit 8021092

Please sign in to comment.