Skip to content

Commit 027e4b4

Browse files
committed
skip the doctests in quickstart for now
1 parent 54e1240 commit 027e4b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/quick_start.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Next, let's create an `~fiasco.Ion` object representing Fe XVIII:
1818
1919
>>> import fiasco
2020
>>> import astropy.units as u
21-
>>> fe_18 = fiasco.Ion('Fe XVIII', 1*u.MK)
21+
>>> fe_18 = fiasco.Ion('Fe XVIII', 1*u.MK) # doctest: +SKIP
2222
2323
After running this last line, you should see the following message:
2424

@@ -62,15 +62,15 @@ You can confirm this by looking at the default values read from the configuratio
6262

6363
.. code-block:: python
6464
65-
>>> fiasco.defaults
65+
>>> fiasco.defaults # doctest: +SKIP
6666
{'ascii_dbase_root': PosixPath('.../.fiasco/chianti_dbase'),
6767
'hdf5_dbase_root': PosixPath('.../.fiasco/chianti_dbase.h5')}
6868
6969
Now that you have your database, you can use your ion object that you created above to access information about Fe XVIII:
7070

7171
.. code-block:: python
7272
73-
>>> fe_18
73+
>>> fe_18 # doctest: +SKIP
7474
CHIANTI Database Ion
7575
---------------------
7676
Name: Fe 18

0 commit comments

Comments
 (0)