From 3736aa60ada07d63d44e25908d17f0f407aa7fb2 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Sat, 9 Nov 2019 12:22:19 +0000
Subject: [PATCH] Added (empty) RTD files describing the time integration and
 time-step limiter.

---
 doc/RTD/source/TimeStepping/index.rst         | 19 +++++++++++++++++++
 .../source/TimeStepping/integer_time_line.rst |  7 +++++++
 .../source/TimeStepping/timestep_limiter.rst  |  7 +++++++
 .../TimeStepping/timestep_synchronization.rst |  7 +++++++
 doc/RTD/source/index.rst                      |  1 +
 5 files changed, 41 insertions(+)
 create mode 100644 doc/RTD/source/TimeStepping/index.rst
 create mode 100644 doc/RTD/source/TimeStepping/integer_time_line.rst
 create mode 100644 doc/RTD/source/TimeStepping/timestep_limiter.rst
 create mode 100644 doc/RTD/source/TimeStepping/timestep_synchronization.rst

diff --git a/doc/RTD/source/TimeStepping/index.rst b/doc/RTD/source/TimeStepping/index.rst
new file mode 100644
index 0000000000..5d8d547374
--- /dev/null
+++ b/doc/RTD/source/TimeStepping/index.rst
@@ -0,0 +1,19 @@
+.. Details of the time-stepping scheme
+   Matthieu Schaller 9th November 2019
+
+.. _time_stepping:
+   
+Time integration details
+========================
+
+This section of the documentation includes information on the time
+stepping and time integration used in SWIFT.
+
+.. toctree::
+   :maxdepth: 2
+   :caption: Contents:
+
+   integer_time_line
+   timestep_limiter
+   timestep_synchronization
+   
diff --git a/doc/RTD/source/TimeStepping/integer_time_line.rst b/doc/RTD/source/TimeStepping/integer_time_line.rst
new file mode 100644
index 0000000000..7bf0f95790
--- /dev/null
+++ b/doc/RTD/source/TimeStepping/integer_time_line.rst
@@ -0,0 +1,7 @@
+.. Integer time-line
+   Matthieu Schaller 9th November 2019
+
+.. _integer_time_line:
+   
+Integer time-line & time-bins
+=============================
diff --git a/doc/RTD/source/TimeStepping/timestep_limiter.rst b/doc/RTD/source/TimeStepping/timestep_limiter.rst
new file mode 100644
index 0000000000..74021a1c60
--- /dev/null
+++ b/doc/RTD/source/TimeStepping/timestep_limiter.rst
@@ -0,0 +1,7 @@
+.. Time-step limiter
+   Matthieu Schaller 9th November 2019
+
+.. _time_step_limiter:
+   
+Time-step limiter
+=================
diff --git a/doc/RTD/source/TimeStepping/timestep_synchronization.rst b/doc/RTD/source/TimeStepping/timestep_synchronization.rst
new file mode 100644
index 0000000000..4360cc3074
--- /dev/null
+++ b/doc/RTD/source/TimeStepping/timestep_synchronization.rst
@@ -0,0 +1,7 @@
+.. Time-step synchronization
+   Matthieu Schaller 9th November 2019
+
+.. _time_step_sync:
+   
+Time-step synchronization
+=========================
diff --git a/doc/RTD/source/index.rst b/doc/RTD/source/index.rst
index 154ad36f2e..28c8eba9a5 100644
--- a/doc/RTD/source/index.rst
+++ b/doc/RTD/source/index.rst
@@ -20,6 +20,7 @@ difference is the parameter file that will need to be adapted for SWIFT.
    InitialConditions/index
    Snapshots/index
    HydroSchemes/index
+   TimeStepping/index
    SubgridModels/index
    random
    FriendsOfFriends/index
-- 
GitLab