Skip to content
Snippets Groups Projects
Commit 0c0155bf authored by Peter Lünenschloß's avatar Peter Lünenschloß
Browse files

Merge branch 'newDocFixes' into 'develop'

fixed toctrees

See merge request !686
parents 12377f47 a0568836
No related branches found
No related tags found
1 merge request!686fixed toctrees
Pipeline #170526 passed with stages
in 6 minutes and 52 seconds
......@@ -7,6 +7,17 @@
Cook Books
==========
.. toctree::
:caption: Cookbooks
:maxdepth: 1
:hidden:
DataRegularisation
OutlierDetection
ResidualOutlierDetection
MultivariateFlagging
../documentation/GenericFunctions
.. grid:: 2
:gutter: 2
......
......@@ -5,6 +5,13 @@
Developers Resources
====================
.. toctree::
:caption: Developer Resources
:hidden:
:maxdepth: 1
Documentation Guide <HowToDoc>
Writing Functions <WritingFunctions>
.. grid:: 3
:gutter: 2
......
......@@ -7,6 +7,17 @@ Documentation
=============
.. toctree::
:caption: Documentation
:maxdepth: 1
:hidden:
ConfigurationFiles
GlobalKeywords
Customizations
SourceTarget
FlaggingTranslation
.. grid:: 3
:gutter: 2
......
......@@ -4,6 +4,7 @@
.. _funcs:
Anomaly Detection
------------------
......@@ -69,7 +70,7 @@ Data and Flags Tools
* copy and delete variables
+++
.. grid-item-card:: generic and custom function wrapper
.. grid-item-card:: Generic and Custom Functions
:link: genericWrapper
:link-type: doc
......@@ -86,7 +87,7 @@ Data Manipulation
.. grid:: 2
:gutter: 2
.. grid-item-card:: Data products
.. grid-item-card:: Data Products
:link: dataProducts
:link-type: doc
......
......@@ -7,6 +7,15 @@
Getting Started
===============
.. toctree::
:caption: Getting started
:maxdepth: 1
:titlesonly:
:hidden:
InstallationGuide
TutorialAPI
TutorialCLI
.. grid:: 3
:gutter: 2
......
......@@ -6,78 +6,23 @@
.. toctree::
:hidden:
:maxdepth: 1
Repository <https://git.ufz.de/rdm-software/saqc>
.. toctree::
:caption: Getting started
:maxdepth: 1
:hidden:
gettingstarted/GettingStartedPanels
gettingstarted/InstallationGuide
gettingstarted/TutorialAPI
gettingstarted/TutorialCLI
.. toctree::
:caption: Cookbooks
:maxdepth: 1
:hidden:
cookbooks/CookBooksPanels
cookbooks/DataRegularisation
cookbooks/OutlierDetection
cookbooks/ResidualOutlierDetection
cookbooks/MultivariateFlagging
.. toctree::
:caption: Documentation
:maxdepth: 1
:titlesonly:
:hidden:
documentation/documentationPanels
documentation/ConfigurationFiles
documentation/GenericFunctions
documentation/GlobalKeywords
documentation/Customizations
documentation/SourceTarget
documentation/FlaggingTranslation
..
.. toctree::
:caption: Functions
:hidden:
:maxdepth: 1
:glob:
:titlesonly:
resampling <funcs/resampling>
generic <funcs/generic>
outliers <funcs/outliers>
breaks <funcs/breaks>
constants <funcs/constants>
changepoints <funcs/changepoints>
drift <funcs/drift>
curvefit <funcs/curvefit>
interpolation <funcs/interpolation>
residuals <funcs/residuals>
tools <funcs/tools>
flagtools <funcs/flagtools>
rolling <funcs/rolling>
scores <funcs/scores>
transformation <funcs/transformation>
noise <funcs/noise>
pattern <funcs/pattern>
Repository <https://git.ufz.de/rdm-software/saqc>
Getting Started <gettingstarted/GettingStartedPanels>
Guides <cookbooks/CookBooksPanels>
Configurator <https://webapp.ufz.de/saqc-config-app/>
Documentation <documentation/documentationPanels>
Functions API <funcs/funcsPanels>
Developer Resources <devresources/devResPanels>
.. toctree::
:caption: SaQC
:hidden:
:maxdepth: 2
:maxdepth: 1
Package <modules/SaQC>
Core <modules/SaQCCore>
......@@ -85,15 +30,6 @@
Translations <modules/SaQCTranslation>
Constants <modules/SaQCConstants>
.. toctree::
:caption: Developer Resources
:hidden:
:maxdepth: 1
devresources/devResPanels
Documentation Guide <devresources/HowToDoc>
Writing Functions <devresources/WritingFunctions>
..
Indices and tables
......
......@@ -67,6 +67,7 @@ Documentation
+++
*Step-by-step guides to the implementation of basic QC tasks in SaQC*
.. grid-item-card:: Documentations
:link: ../documentation/documentationPanels
:link-type: doc
......@@ -78,8 +79,6 @@ Documentation
*Introductions to core mechanics and principles*
.. grid-item-card:: Developer Resources
:link: ../devresources/devResPanels
:link-type: doc
......
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