diff --git a/src/doc/conf.py b/src/doc/conf.py index a45097e8849329314b6a9529de7a7bf5e205912c..e13d7724351df30c59974d7b8136055ec684ed73 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -29,7 +29,7 @@ import sphinx_rtd_theme # noqa: E402 # -- Project information ----------------------------------------------------- project = 'caosdb-caoscrawler' -copyright = '2021, MPIDS' +copyright = '2024, IndiScale' author = 'Alexander Schlemmer' # The short X.Y version diff --git a/src/doc/index.rst b/src/doc/index.rst index 20f335f7885971b65caf91dfe723f867e46b8595..8a02ec62e50308a28899e71b4664f626dfa0c27b 100644 --- a/src/doc/index.rst +++ b/src/doc/index.rst @@ -15,6 +15,9 @@ CaosDB-Crawler Documentation Macros<macros> How to upgrade<how-to-upgrade> API documentation<_apidoc/modules> + 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 0000000000000000000000000000000000000000..1dc8f41d6b81cae202bd46e7945ca05c682e479f --- /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 <https://docs.indiscale.com/caosdb-server>`_: The Java part of the LinkAhead server. + + :`MySQL backend <https://docs.indiscale.com/caosdb-mysqlbackend>`_: The MySQl/MariaDB components of the LinkAhead server. + + :`WebUI <https://docs.indiscale.com/caosdb-webui>`_: The default web frontend for the LinkAhead server. + + :`PyLinkAhead <https://docs.indiscale.com/caosdb-pylib>`_: The LinkAhead Python library. + + :`Advanced user tools <https://docs.indiscale.com/caosdb-advanced-user-tools>`_: The advanced Python tools for LinkAhead. + + :`LinkAhead <https://docs.indiscale.com/caosdb-deploy>`_: Your all inclusive LinkAhead software package. + + :`Back to Overview <https://docs.indiscale.com/>`_: LinkAhead Documentation.