diff --git a/typo3/sysext/scheduler/Documentation/Administration/Index.rst b/typo3/sysext/scheduler/Documentation/Administration/Index.rst
index 61d621f7d41db5116e38f2621bb5e3c707f536c5..623f68318d061ab4db81a1319d451cc0214964be 100644
--- a/typo3/sysext/scheduler/Documentation/Administration/Index.rst
+++ b/typo3/sysext/scheduler/Documentation/Administration/Index.rst
@@ -9,8 +9,9 @@
 
 .. _administration:
 
-Administration
---------------
+======================
+Backend administration
+======================
 
 The Scheduler provides a BE module to manage tasks. It provides three
 screens: a setup check, an information screen and the main (default)
diff --git a/typo3/sysext/scheduler/Documentation/Index.rst b/typo3/sysext/scheduler/Documentation/Index.rst
index dfe1e3773d75075279f3831d6acaaa34bc4dfd8c..7e64b13c6a056e2c91ebb928ede0b1b952f8c5a8 100644
--- a/typo3/sysext/scheduler/Documentation/Index.rst
+++ b/typo3/sysext/scheduler/Documentation/Index.rst
@@ -59,6 +59,7 @@ a GNU/GPL CMS/Framework available from `www.typo3.org
    Overview/Index
    Installation/Index
    Administration/Index
+   Installation/SchedulerShellScript/Index
    DevelopersGuide/Index
    KnownProblems/Index
    AppendixA/Index
diff --git a/typo3/sysext/scheduler/Documentation/Installation/CronJob/Index.rst b/typo3/sysext/scheduler/Documentation/Installation/CronJob/Index.rst
index 6cd0f2df04b161ad1c25e1e850e940b60247953a..e12e5a1edc9cbbecf8c3beaaf54848f206be6f35 100644
--- a/typo3/sysext/scheduler/Documentation/Installation/CronJob/Index.rst
+++ b/typo3/sysext/scheduler/Documentation/Installation/CronJob/Index.rst
@@ -63,6 +63,11 @@ Save the modified crontab. Obviously the paths have to be adapted to
 your system. The above command will call up the Scheduler every 15
 minutes.
 
+.. seealso::
+
+   See :ref:`scheduler-shell-script` for more information about
+   calling the scheduler from the command line.
+
 If you are editing system crontabs (for example :code:`/etc/crontab`
 and :code:`/etc/cron.d/\*` ), there will be one additional parameter
 to enter, i.e. the user with which the job should run. Example
diff --git a/typo3/sysext/scheduler/Documentation/Installation/Index.rst b/typo3/sysext/scheduler/Documentation/Installation/Index.rst
index 193273f8cb6d46749f9ed1a1e00ab87f4749b573..2bff5a391df1e50d28ff66fd56feaffd62333ff6 100644
--- a/typo3/sysext/scheduler/Documentation/Installation/Index.rst
+++ b/typo3/sysext/scheduler/Documentation/Installation/Index.rst
@@ -9,8 +9,9 @@
 
 .. _installation:
 
-Installation
-------------
+====================
+Installation & setup
+====================
 
 
 .. toctree::
@@ -20,7 +21,6 @@ Installation
 
    Installing/Index
    SetupCheck/Index
-   SchedulerShellScript/Index
    CronJob/Index
    BaseTasks/Index