@@ -9,9 +9,9 @@ Cosmology I/O & Convert
99Introduction
1010============
1111
12- The `` astropy.cosmology.io `` package provides a unified interface for reading, writing ,
13- and converting |Cosmology | objects. Most of the features of this package are accessible
14- through the |Cosmology | class, which provides the methods |Cosmology.read |,
12+ The :mod: ` astropy.cosmology.io ` package provides a unified interface for reading,
13+ writing, and converting |Cosmology | objects. Most of the features of this package are
14+ accessible through the |Cosmology | class, which provides the methods |Cosmology.read |,
1515|Cosmology.write |, |Cosmology.to_format |, and |Cosmology.from_format | for reading,
1616writing, and converting |Cosmology | objects, respectively.
1717
@@ -89,8 +89,8 @@ instances between packages!
8989
9090.. EXAMPLE START: Planck18 to QTable and back
9191
92- Another pre-registered format is "table", for converting a | Cosmology | to and
93- from a |QTable |.
92+ One of the pre-registered conversion formats is "astropy. table", for converting a
93+ | Cosmology | to and from a |QTable |.
9494
9595.. code-block ::
9696
@@ -154,3 +154,5 @@ Reference/API
154154=============
155155
156156.. automodapi :: astropy.cosmology.io
157+ :no-heading:
158+ :include-all-objects:
0 commit comments