Skip to content

Commit

Permalink
Doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jzuhone committed Jan 9, 2024
1 parent 77db51c commit 457460b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/cookbook/Cosmo_Source_Catalog.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Second, define our parameters, including the location within the catalog where we are pointed via the argument ``cat_center``. To aid in picking a location, see [the halo map](../users_guide/source_catalog.html). "
"Second, define our parameters, including the location within the catalog where we are pointed via the argument ``cat_center``. To aid in picking a location, see [the halo map](../users_guide/source_catalogs.html). "
]
},
{
Expand Down
1 change: 1 addition & 0 deletions doc/source/users_guide/thermal_spectra.rst
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ The easiest way to ensure that you always use a particular abundance table
is to set the ``abund_table`` element in the :ref:`config`, like so:

.. code-block:: parsed-literal
[soxs]
soxs_data_dir = /Users/jzuhone/Data/soxs
abund_table = lodd
Expand Down
2 changes: 2 additions & 0 deletions soxs/response.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ def plot(
The axes to place the plot in. If not supplied,
one will be created.
Notes
-----
All other arguments are passed to the call to
:meth:`~matplotlib.axes.Axes.plot`.
Expand Down

0 comments on commit 457460b

Please sign in to comment.