Skip to content

Commit

Permalink
Updating docs references.
Browse files Browse the repository at this point in the history
  • Loading branch information
chummels committed Oct 13, 2021
1 parent 90c347e commit 534b3a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/ion_balance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dataset::
fn = 'enzo_cosmology_plus/RD0009/RD0009'
ds = yt.load(fn)

To add ion fields we use the :class:`~trident.add_ion_fields` function. This
To add ion fields we use the :class:`~trident.ion_balance.add_ion_fields` function. This
will add fields for whatever ions we specify in the form of:

* Ion fraction field. e.g. ``Mg_p1_ion_fraction``
Expand Down
4 changes: 2 additions & 2 deletions doc/source/light_ray_generator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Light Ray Generator
===================

The :class:`~trident.LightRay` is the one-dimensional object representing
The :class:`~trident.light_ray.LightRay` is the one-dimensional object representing
the pencil beam of light traveling from the source to the observer. Light
rays can stack multiple datasets together to span a redshift interval
larger than the simulation box.
Expand All @@ -25,7 +25,7 @@ together. The primary Trident interface to this is covered in
:ref:`compound-ray`. A light ray can also be made from a single dataset.
For information on this, see :ref:`single-ray`.

The arguments required to instantiate a :class:`~trident.LightRay` are
The arguments required to instantiate a :class:`~trident.light_ray.LightRay` are
the simulation parameter file, the simulation type, the nearest redshift,
and the furthest redshift.

Expand Down

0 comments on commit 534b3a5

Please sign in to comment.