Skip to content

Commit 980cd11

Browse files
authored
Remove empty code cells from rendered docs [skip ci]
1 parent aa79f51 commit 980cd11

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/nist/nist.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ parameters you can also specify. For instance use the ``linename`` parameter to
2121
specify the spectrum you wish to fetch. By default this is set to "H I", but
2222
you can set it to several other values like "Na;Mg", etc. Lets now see a simple example.
2323

24-
.. code-block:: python
2524
.. doctest-remote-data::
2625

2726
>>> from astroquery.nist import Nist
@@ -67,7 +66,6 @@ Similarly you can set the ``output_order`` to any one of 'wavelength' or
6766
'multiplet'. A final parameter you may also set is the ``wavelength_type`` to one of 'vacuum'
6867
or 'vac+air'. Here is an example with all these parameters.
6968

70-
.. code-block:: python
7169
.. doctest-remote-data::
7270

7371
>>> from astroquery.nist import Nist

0 commit comments

Comments
 (0)