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

index page tidied up

parent 9287f5b3
No related branches found
No related tags found
7 merge requests!685Release 2.4,!684Release 2.4,!567Release 2.2.1,!566Release 2.2,!501Release 2.1,!372fix doctest snippets,!369Current documentation
Pipeline #53646 failed with stages
in 2 minutes and 50 seconds
Config file Environment
=======================
.. list-table::
:header-rows: 1
......
......@@ -22,8 +22,6 @@ Getting Started
getting_started/TutorialAPI
getting_started/GettingStarted
Cookbooks
=========
.. toctree::
:caption: Cookbooks
......@@ -34,8 +32,6 @@ Cookbooks
cook_books/OutlierDetection
cook_books/MultivariateFlagging
Documentation
=============
.. toctree::
:caption: Documentation
:maxdepth: 1
......@@ -46,8 +42,6 @@ Documentation
documentation/SourceTarget
Developer Ressources
====================
.. toctree::
:caption: Developer Ressources
:hidden:
......@@ -55,10 +49,10 @@ Developer Ressources
Documentation Guide <how_to_doc/HowToDoc>
Functions
=========
.. toctree::
:caption: Functions
:hidden:
:maxdepth: 1
:glob:
:titlesonly:
......@@ -82,12 +76,14 @@ Functions
noise <moduleAPIs/Functionsnoise>
.. toctree::
:caption: SaQC
:hidden:
:maxdepth: 1
SaQC Object
===========
* :py:class:`saqc.SaQC <Core.Core.SaQC>`
SaQC Object <moduleAPIs/saqcClass>
Constants <moduleAPI/saqcConstants>
Config Environment <environment/configEnv>
Indices and tables
==================
......
......@@ -69,8 +69,11 @@ def main(envpath, targetpath, sphinxroot):
if len(doc.groups()) > 0:
doc_dict.update({entry: doc_dict.get(entry, "") + doc["Comment"]})
# make table directive
# make heading
heading = "Config file Environment"
lines = []
lines += [heading, len(heading) * "=", ""]
# make table directive
tab = " " * 3
new_row = tab + "* - "
new_col = tab + " " + " - "
......
SaQC
====
* :py:class:`saqc.SaQC <Core.Core.SaQC>`
\ No newline at end of file
......@@ -3,4 +3,5 @@ saqc
====
.. automodapi:: saqc.constants
:include-all-objects:
\ No newline at end of file
:include-all-objects:
:skip: [ENVIRONMENT]
\ No newline at end of file
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