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

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

FIX: Better implementation of split_restricted_path that fixes an error. Also...

See merge request !144
parents c5ac3014 4cf2c0d6
No related branches found
No related tags found
2 merge requests!160STY: styling,!144FIX: Better implementation of split_restricted_path that fixes an error. Also...
Pipeline #46619 passed
...@@ -29,7 +29,7 @@ import sphinx_rtd_theme # noqa: E402 ...@@ -29,7 +29,7 @@ import sphinx_rtd_theme # noqa: E402
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
project = 'caosdb-caoscrawler' project = 'caosdb-caoscrawler'
copyright = '2021, MPIDS' copyright = '2024, IndiScale'
author = 'Alexander Schlemmer' author = 'Alexander Schlemmer'
# The short X.Y version # The short X.Y version
......
...@@ -15,6 +15,9 @@ CaosDB-Crawler Documentation ...@@ -15,6 +15,9 @@ CaosDB-Crawler Documentation
Macros<macros> Macros<macros>
How to upgrade<how-to-upgrade> How to upgrade<how-to-upgrade>
API documentation<_apidoc/modules> API documentation<_apidoc/modules>
Related Projects<related_projects/index>
Back to Overview <https://docs.indiscale.com/>
......
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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment