We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c63f02 + 67dc5d8 commit b44adfeCopy full SHA for b44adfe
docs/source/user_guide/ms_data.rst
@@ -5,7 +5,7 @@ Spectrum
5
********
6
7
The most important container for raw data and peaks is :py:class:`~.MSSpectrum` which we
8
-have already worked with in the `Getting Started <getting_started.html>`_
+have already worked with in the `Getting Started <first_steps.html#iteration>`_
9
tutorial. :py:class:`~.MSSpectrum` is a container for 1-dimensional peak data (a
10
container of :py:class:`~.Peak1D`). You can access these objects directly, by using an iterator or indexing.
11
Meta-data is accessible through inheritance of the :py:class:`~.SpectrumSettings`
0 commit comments