Skip to content
Snippets Groups Projects
Commit 80c1508f authored by David Schäfer's avatar David Schäfer
Browse files

fixing doc references

parent 4fcfcee9
No related branches found
No related tags found
4 merge requests!685Release 2.4,!684Release 2.4,!567Release 2.2.1,!566Release 2.2
Pipeline #124384 failed with stages
in 3 minutes and 57 seconds
...@@ -35,7 +35,7 @@ doc: ...@@ -35,7 +35,7 @@ doc:
# generate environment table from dictionary # generate environment table from dictionary
@$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) @$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
# make test, clean up # run tests
test: test:
# generate parent fake module for the functions to be documented # generate parent fake module for the functions to be documented
@$(SPHINXBUILD) -M doctest "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) @$(SPHINXBUILD) -M doctest "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
......
...@@ -14,8 +14,8 @@ library. ...@@ -14,8 +14,8 @@ library.
#. Initially, we introduce and motivate regularization techniques and we do import the tutorial data. #. Initially, we introduce and motivate regularization techniques and we do import the tutorial data.
* :ref:`Why Regularization <cookbooks/DataRegularisation:Why Regularization>` * :ref:`Why Regularization <cookbooks/DataRegularisation:Why Regularization?>`
* :ref:`Tutorial Data <cookbooks/Regularization:Tutorial Data>` * :ref:`Tutorial Data <cookbooks/DataRegularisation:Tutorial Data>`
#. We will get an overview over the main :ref:`Regularization <cookbooks/DataRegularisation:regularization>` methods, starting with the shift. #. We will get an overview over the main :ref:`Regularization <cookbooks/DataRegularisation:regularization>` methods, starting with the shift.
......
...@@ -170,7 +170,7 @@ But checking out values around *2017-10-29*, we notice, that the sampling rate s ...@@ -170,7 +170,7 @@ But checking out values around *2017-10-29*, we notice, that the sampling rate s
Those instabilities do bias most statistical evaluations and it is common practice to apply some Those instabilities do bias most statistical evaluations and it is common practice to apply some
:doc:`resampling functions <../funcs/resampling>` onto the data, to obtain a regularly spaced timestamp. :doc:`resampling functions <../funcs/resampling>` onto the data, to obtain a regularly spaced timestamp.
(See also the :ref:`harmonization tutorial <cookbooks/DataRegularisation:data regularisation>` for more informations (See also the :ref:`harmonization tutorial <cookbooks/DataRegularisation:data regularization>` for more informations
on that topic.) on that topic.)
We will apply :py:meth:`linear harmonisation <saqc.SaQC.linear>` to all the sensor data variables, We will apply :py:meth:`linear harmonisation <saqc.SaQC.linear>` to all the sensor data variables,
......
...@@ -69,7 +69,7 @@ Features ...@@ -69,7 +69,7 @@ Features
* or use SaQC as a commandline application and configure your pipelines via plain text * or use SaQC as a commandline application and configure your pipelines via plain text
* - |sacRaw| * - |sacRaw|
- * easily load data from multiple sources, concatenating them in a SaQC object - * easily load data from multiple sources, concatenating them in a SaQC object
* :ref:`preprocess your data, by aligning it to shared frequency grids <cookbooks/DataRegularisation:Data Regularisation>` * :ref:`preprocess your data, by aligning it to shared frequency grids <cookbooks/DataRegularisation:Data Regularization>`
* - |sacFlagged| * - |sacFlagged|
- * apply basic plausibility checks, as well as - * apply basic plausibility checks, as well as
* more complex, univariat flagging Functions * more complex, univariat flagging Functions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment