From b11d6bfc2d5e7a97be667476938b49ccb6946a69 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Thu, 14 Dec 2023 15:28:20 +0100 Subject: [PATCH] DOC: Mostly whitespace changes. --- src/doc/conf.py | 2 +- src/doc/index.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/doc/conf.py b/src/doc/conf.py index 7fd147fd..15991064 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -28,7 +28,7 @@ import sphinx_rtd_theme # noqa: E402 # -- Project information ----------------------------------------------------- -project = 'LinkAhead-Crawler' +project = 'LinkAhead Crawler' copyright = '2023, IndiScale' author = 'Alexander Schlemmer' diff --git a/src/doc/index.rst b/src/doc/index.rst index 825e92c2..6bd30e68 100644 --- a/src/doc/index.rst +++ b/src/doc/index.rst @@ -16,7 +16,7 @@ CaosDB-Crawler Documentation How to upgrade <how-to-upgrade> API documentation <_apidoc/modules> Back to Overview <https://docs.indiscale.com/> - + This is the documentation for LinkAhead-Crawler (previously known as crawler 2.0) the main tool for automatic data insertion into LinkAhead. @@ -31,8 +31,8 @@ The hierarchical structure can be for example a file tree. However it can be also something different like the contents of a JSON file or a file tree with 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>`. +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. -- GitLab