From e38e677010d2d39555e53a6040e0c7d86d572e3a Mon Sep 17 00:00:00 2001 From: Sina Rohde <s.rohde@indiscale.com> Date: Tue, 7 Nov 2023 12:09:47 +0100 Subject: [PATCH] back to overview --- src/doc/conf.py | 4 ++-- src/doc/index.rst | 13 ++++++++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/src/doc/conf.py b/src/doc/conf.py index a45097e8..7fd147fd 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -28,8 +28,8 @@ import sphinx_rtd_theme # noqa: E402 # -- Project information ----------------------------------------------------- -project = 'caosdb-caoscrawler' -copyright = '2021, MPIDS' +project = 'LinkAhead-Crawler' +copyright = '2023, IndiScale' author = 'Alexander Schlemmer' # The short X.Y version diff --git a/src/doc/index.rst b/src/doc/index.rst index 20f335f7..b438a149 100644 --- a/src/doc/index.rst +++ b/src/doc/index.rst @@ -1,4 +1,4 @@ -CaosDB-Crawler Documentation +LinkAhead-Crawler Documentation ============================ @@ -15,14 +15,14 @@ CaosDB-Crawler Documentation Macros<macros> How to upgrade<how-to-upgrade> API documentation<_apidoc/modules> - + Back to Overview <https://docs.indiscale.com/> -This is the documentation for CaosDB-Crawler (previously known as crawler 2.0) -the main tool for automatic data insertion into CaosDB. +This is the documentation for LinkAhead-Crawler (previously known as crawler 2.0) +the main tool for automatic data insertion into LinkAhead. Its task is to automatically synchronize data found on file systems or in other -sources of data with the semantic data model of CaosDB. +sources of data with the semantic data model of LinkAhead. More specifically, data that is contained in a hierarchical structure is converted to a data structure that is consistent with a predefined semantic data model. @@ -34,6 +34,9 @@ JSON files. This documentation helps you to :doc:`get started<getting_started/index>`, explains the most important :doc:`concepts<concepts>` and offers a range of :doc:`tutorials<tutorials/index>`. +Or go back to the general `overview`_ of the documentation. + +.. _overview: https://docs.indiscale.com/ Indices and tables ================== -- GitLab