Skip to content

Commit b63bcdc

Browse files
committed
Minor cleanup to remove empty cells
1 parent 346fe21 commit b63bcdc

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/exoplanet_orbit_database/exoplanet_orbit_database.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,21 @@ Accessing the planet table
1010
You can access the complete tables from each table source, with units assigned
1111
to columns wherever possible.
1212

13-
.. code-block:: python
1413
.. doctest-remote-data::
1514

1615
>>> from astroquery.exoplanet_orbit_database import ExoplanetOrbitDatabase
1716
>>> eod_table = ExoplanetOrbitDatabase.get_table()
1817
>>> eod_table[:2]
1918
<QTable length=2>
20-
A AUPPER ... NAME_LOWERCASE sky_coord
21-
AU AU ... deg,deg
22-
float64 float64 ... str19 object
19+
A AUPPER ... NAME_LOWERCASE sky_coord
20+
AU AU ... deg,deg
21+
float64 float64 ... str19 object
2322
--------- ----------- ... -------------- -----------------------------------
2423
0.0780099 0.00130017 ... kepler-107d 297.0282083332539,48.20861111111111
2524
0.0344721 0.000675924 ... kepler-1049b 287.3467499971389,47.7729444445504
2625

2726
You can query for the row from each table corresponding to one exoplanet:
2827

29-
.. code-block:: python
3028
.. doctest-remote-data::
3129

3230
>>> from astroquery.exoplanet_orbit_database import ExoplanetOrbitDatabase
@@ -40,7 +38,6 @@ The properties of each planet are stored in a table, with `columns defined by
4038
the Exoplanet Orbit Database <http://exoplanets.org/help/common/data>`_. There
4139
is also a special column of sky coordinates for each target, named ``sky_coord``.
4240

43-
.. code-block:: python
4441
.. doctest-remote-data::
4542

4643
>>> from astroquery.exoplanet_orbit_database import ExoplanetOrbitDatabase

0 commit comments

Comments
 (0)