From 49ccfb168f165c4a224e50d187f7d2d44e36208d Mon Sep 17 00:00:00 2001 From: Sina Rohde <s.rohde@indiscale.com> Date: Thu, 1 Feb 2024 11:39:50 +0100 Subject: [PATCH] added section related projects --- src/doc/index.rst | 1 + src/doc/related_projects/index.rst | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 src/doc/related_projects/index.rst diff --git a/src/doc/index.rst b/src/doc/index.rst index 24373d4d..5139461d 100644 --- a/src/doc/index.rst +++ b/src/doc/index.rst @@ -15,6 +15,7 @@ Welcome to PyLinkAhead's documentation! High Level API <high_level_api> Code gallery <gallery/index> API documentation <_apidoc/linkahead> + Related Projects <related_projects/index> Back to Overview <https://docs.indiscale.com/> diff --git a/src/doc/related_projects/index.rst b/src/doc/related_projects/index.rst new file mode 100644 index 00000000..68e0493a --- /dev/null +++ b/src/doc/related_projects/index.rst @@ -0,0 +1,25 @@ +Related Projects ++++++++++++++++ + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + :hidden: + +.. container:: projects + + For in-depth documentation for users, administrators and developers, you may want to visit the subproject-specific documentation pages for: + + :`Server <caosdb-server>`_: The Java part of the LinkAhead server. + + :`MySQL backend <caosdb-mysqlbackend>`_: The MySQl/MariaDB components of the LinkAhead server. + + :`WebUI <caosdb-webui>`_: The default web frontend for the LinkAhead server. + + :`Advanced user tools <caosdb-advanced-user-tools>`_: The advanced Python tools for LinkAhead. + + :`LinkAhead Crawler <https://docs.indiscale.com//caosdb-crawler/>`_: The crawler is the main tool for automatic data integration in LinkAhead. + + :`LinkAhead <https://docs.indiscale.com/caosdb-deploy>`_: Your all inclusive LinkAhead software package. + + :`Back to Overview <https://docs.indiscale.com/>`_: LinkAhead Documentation. \ No newline at end of file -- GitLab