Skip to content

Commit 78c8e88

Browse files
authored
Merge pull request #231 from knutfrode/dev
Updated to documentation
2 parents 473c705 + 708b810 commit 78c8e88

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ TrajAn will detect which type of dataset you have and you will have access to th
6565

6666
While the Ragged format is more general it often limits analysis that require trajectories to be sampled at the same points, you can therefor convert a Ragged dataset to Orthogonal by using :meth:`xarray.Dataset.traj.gridtime`.
6767

68-
Methods applicable to both types of datasets can be found in: :class:`trajan.accessor.TrajA`, methods for Orthogonal datasets: :class:`trajan.traj.orthogonal.Orthogonal`, and Ragged: :class:`trajan.traj.ragged.Ragged`. All methods are forwarded to the accessor, so you call the methods on :mod:`ds.traj`:
68+
Methods applicable to both types of datasets can be found in: `.traj accessor <https://opendrift.github.io/trajan/api.html#dataset>`_, methods for Orthogonal datasets: :class:`trajan.traj.orthogonal.Orthogonal`, and Ragged: :class:`trajan.traj.ragged.Ragged`. All methods are forwarded to the accessor, so you call the methods on :mod:`ds.traj`:
6969

7070
.. code-block:: python
7171
@@ -74,9 +74,9 @@ Methods applicable to both types of datasets can be found in: :class:`trajan.acc
7474
7575
7676
Generic plotting is available in the standard `Xarray` way, and strives to stay as close to `matplotlib` as possible:
77-
:class:`ds.traj.plot <xarray.Dataset.traj.plot.Plot>`
77+
:attr:`ds.traj.plot <xarray.Dataset.traj.plot>` (see :class:`trajan.plot.Plot`)
7878
TrajAn also contains an animation builder mechanism the can be chained:
79-
:class:`ds.traj.animation <xarray.Dataset.traj.animation.Animation`
79+
:attr:`ds.traj.animate <xarray.Dataset.traj.animate>` (see :class:`trajan.animation.Animation`)
8080

8181
Contents
8282
--------

0 commit comments

Comments
 (0)