Skip to content
Snippets Groups Projects
Commit 38e4d44f authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

Merge branch 'f-related-projects' into 'dev'

F related projects

See merge request !127
parents 96804a8b 8dae529b
Branches
Tags
2 merge requests!131FIX: error in regexp to match URLs,!127F related projects
Pipeline #46993 passed
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
import sphinx_rtd_theme import sphinx_rtd_theme
project = 'linkahead-webui' project = 'linkahead-webui'
copyright = '2022, IndiScale GmbH' copyright = '2022 - 2024, IndiScale GmbH'
author = 'Daniel Hornung' author = 'Daniel Hornung'
# The short X.Y version # The short X.Y version
......
Welcome to the documentation of LinkAhead's web UI! Welcome to the documentation of LinkAhead's web UI!
================================================ ===================================================
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
...@@ -12,6 +12,8 @@ Welcome to the documentation of LinkAhead's web UI! ...@@ -12,6 +12,8 @@ Welcome to the documentation of LinkAhead's web UI!
administration/index.rst administration/index.rst
Extending the UI <extension> Extending the UI <extension>
API <api/index> API <api/index>
Related Projects <related_projects/index>
Back to overview <https://docs.indiscale.com/>
.. note:: .. note::
......
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.
:`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 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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment