From c00a113919919ce5109d0fe1e24a0258d8a4e5cd Mon Sep 17 00:00:00 2001
From: Beatrix Becker <beatrix.becker@iws.uni-stuttgart.de>
Date: Thu, 20 Dec 2018 14:26:16 +0100
Subject: [PATCH] [handbook] rename files

---
 doc/handbook/0_dumux-handbook.tex             | 34 +++++++++----------
 ...ailedinstall.tex => 3_detailedinstall.tex} |  0
 doc/handbook/{3_course.tex => 4_course.tex}   |  0
 ...therpractice.tex => 4_furtherpractice.tex} |  0
 ...ystem.tex => 5_assemblinglinearsystem.tex} |  0
 ...elopingdumux.tex => 5_developingdumux.tex} |  0
 ..._externaltools.tex => 5_externaltools.tex} |  0
 ...ewfoldersetup.tex => 5_newfoldersetup.tex} |  0
 ...arameterfiles.tex => 5_parameterfiles.tex} |  0
 ...mulations.tex => 5_restartsimulations.tex} |  0
 .../{4_structure.tex => 5_structure.tex}      |  0
 doc/handbook/{5_basics.tex => 6_basics.tex}   |  0
 .../{5_inputoutput.tex => 6_inputoutput.tex}  |  0
 .../{5_parallel.tex => 6_parallel.tex}        |  0
 ...ropertysystem.tex => 6_propertysystem.tex} |  0
 ...tions.tex => 6_spatialdiscretizations.tex} |  0
 ...imulation.tex => 6_stepsofasimulation.tex} |  0
 ...ions.tex => 6_temporaldiscretizations.tex} |  0
 doc/handbook/CMakeLists.txt                   | 34 +++++++++----------
 19 files changed, 34 insertions(+), 34 deletions(-)
 rename doc/handbook/{2_detailedinstall.tex => 3_detailedinstall.tex} (100%)
 rename doc/handbook/{3_course.tex => 4_course.tex} (100%)
 rename doc/handbook/{3_furtherpractice.tex => 4_furtherpractice.tex} (100%)
 rename doc/handbook/{4_assemblinglinearsystem.tex => 5_assemblinglinearsystem.tex} (100%)
 rename doc/handbook/{4_developingdumux.tex => 5_developingdumux.tex} (100%)
 rename doc/handbook/{4_externaltools.tex => 5_externaltools.tex} (100%)
 rename doc/handbook/{4_newfoldersetup.tex => 5_newfoldersetup.tex} (100%)
 rename doc/handbook/{4_parameterfiles.tex => 5_parameterfiles.tex} (100%)
 rename doc/handbook/{4_restartsimulations.tex => 5_restartsimulations.tex} (100%)
 rename doc/handbook/{4_structure.tex => 5_structure.tex} (100%)
 rename doc/handbook/{5_basics.tex => 6_basics.tex} (100%)
 rename doc/handbook/{5_inputoutput.tex => 6_inputoutput.tex} (100%)
 rename doc/handbook/{5_parallel.tex => 6_parallel.tex} (100%)
 rename doc/handbook/{5_propertysystem.tex => 6_propertysystem.tex} (100%)
 rename doc/handbook/{5_spatialdiscretizations.tex => 6_spatialdiscretizations.tex} (100%)
 rename doc/handbook/{5_stepsofasimulation.tex => 6_stepsofasimulation.tex} (100%)
 rename doc/handbook/{5_temporaldiscretizations.tex => 6_temporaldiscretizations.tex} (100%)

diff --git a/doc/handbook/0_dumux-handbook.tex b/doc/handbook/0_dumux-handbook.tex
index b8bf6d986b..d238f6e34d 100644
--- a/doc/handbook/0_dumux-handbook.tex
+++ b/doc/handbook/0_dumux-handbook.tex
@@ -125,11 +125,11 @@ instructions in the next chapter \ref{detailed-install}.
 In this chapter, we provide more detailed information on how to obtain source code, build and test \Dune and \Dumux.
 It further contains information on
 how to build the documentation and about external libraries and modules.
-\input{2_detailedinstall}
+\input{3_detailedinstall}
 
 \chapter{Learning to use \Dumux}\label{chp:tutorial}
-\input{3_course}
-\input{3_furtherpractice}
+\input{4_course}
+\input{4_furtherpractice}
 
 \chapter{Overview and Infrastructure}
 This chapter provides an overview of the general structure in \Dumux \ref{sc_structure}
@@ -137,24 +137,24 @@ and gives help for basic work with \Dumux
 (\ref{sc_newfoldersetup},\ref{sc_parameterfiles},\ref{sc_restartsimulations}, \ref{sc_developingdumux}).
 Further it presents useful external tools \ref{sc_externaltools} and basic
 concepts \ref{sc_linearsystem}.
-\input{4_structure}
-\input{4_newfoldersetup}
-\input{4_parameterfiles}
-\input{4_restartsimulations}
-\input{4_developingdumux}
-\input{4_externaltools}
-\input{4_assemblinglinearsystem}
+\input{5_structure}
+\input{5_newfoldersetup}
+\input{5_parameterfiles}
+\input{5_restartsimulations}
+\input{5_developingdumux}
+\input{5_externaltools}
+\input{5_assemblinglinearsystem}
 
 \chapter{Advanced \Dumux\ -- Detailed Instructions}
 This chapter contains detailed information for those who are interested
 in deeper modifications of underlying \Dumux models, classes, functions, etc.
-\input{5_basics}
-\input{5_temporaldiscretizations}
-\input{5_spatialdiscretizations}
-\input{5_stepsofasimulation}
-\input{5_propertysystem}
-\input{5_inputoutput}
-\input{5_parallel}
+\input{6_basics}
+\input{6_temporaldiscretizations}
+\input{6_spatialdiscretizations}
+\input{6_stepsofasimulation}
+\input{6_propertysystem}
+\input{6_inputoutput}
+\input{6_parallel}
 
 \bibliographystyle{plainnat}
 \bibliography{dumux-handbook}
diff --git a/doc/handbook/2_detailedinstall.tex b/doc/handbook/3_detailedinstall.tex
similarity index 100%
rename from doc/handbook/2_detailedinstall.tex
rename to doc/handbook/3_detailedinstall.tex
diff --git a/doc/handbook/3_course.tex b/doc/handbook/4_course.tex
similarity index 100%
rename from doc/handbook/3_course.tex
rename to doc/handbook/4_course.tex
diff --git a/doc/handbook/3_furtherpractice.tex b/doc/handbook/4_furtherpractice.tex
similarity index 100%
rename from doc/handbook/3_furtherpractice.tex
rename to doc/handbook/4_furtherpractice.tex
diff --git a/doc/handbook/4_assemblinglinearsystem.tex b/doc/handbook/5_assemblinglinearsystem.tex
similarity index 100%
rename from doc/handbook/4_assemblinglinearsystem.tex
rename to doc/handbook/5_assemblinglinearsystem.tex
diff --git a/doc/handbook/4_developingdumux.tex b/doc/handbook/5_developingdumux.tex
similarity index 100%
rename from doc/handbook/4_developingdumux.tex
rename to doc/handbook/5_developingdumux.tex
diff --git a/doc/handbook/4_externaltools.tex b/doc/handbook/5_externaltools.tex
similarity index 100%
rename from doc/handbook/4_externaltools.tex
rename to doc/handbook/5_externaltools.tex
diff --git a/doc/handbook/4_newfoldersetup.tex b/doc/handbook/5_newfoldersetup.tex
similarity index 100%
rename from doc/handbook/4_newfoldersetup.tex
rename to doc/handbook/5_newfoldersetup.tex
diff --git a/doc/handbook/4_parameterfiles.tex b/doc/handbook/5_parameterfiles.tex
similarity index 100%
rename from doc/handbook/4_parameterfiles.tex
rename to doc/handbook/5_parameterfiles.tex
diff --git a/doc/handbook/4_restartsimulations.tex b/doc/handbook/5_restartsimulations.tex
similarity index 100%
rename from doc/handbook/4_restartsimulations.tex
rename to doc/handbook/5_restartsimulations.tex
diff --git a/doc/handbook/4_structure.tex b/doc/handbook/5_structure.tex
similarity index 100%
rename from doc/handbook/4_structure.tex
rename to doc/handbook/5_structure.tex
diff --git a/doc/handbook/5_basics.tex b/doc/handbook/6_basics.tex
similarity index 100%
rename from doc/handbook/5_basics.tex
rename to doc/handbook/6_basics.tex
diff --git a/doc/handbook/5_inputoutput.tex b/doc/handbook/6_inputoutput.tex
similarity index 100%
rename from doc/handbook/5_inputoutput.tex
rename to doc/handbook/6_inputoutput.tex
diff --git a/doc/handbook/5_parallel.tex b/doc/handbook/6_parallel.tex
similarity index 100%
rename from doc/handbook/5_parallel.tex
rename to doc/handbook/6_parallel.tex
diff --git a/doc/handbook/5_propertysystem.tex b/doc/handbook/6_propertysystem.tex
similarity index 100%
rename from doc/handbook/5_propertysystem.tex
rename to doc/handbook/6_propertysystem.tex
diff --git a/doc/handbook/5_spatialdiscretizations.tex b/doc/handbook/6_spatialdiscretizations.tex
similarity index 100%
rename from doc/handbook/5_spatialdiscretizations.tex
rename to doc/handbook/6_spatialdiscretizations.tex
diff --git a/doc/handbook/5_stepsofasimulation.tex b/doc/handbook/6_stepsofasimulation.tex
similarity index 100%
rename from doc/handbook/5_stepsofasimulation.tex
rename to doc/handbook/6_stepsofasimulation.tex
diff --git a/doc/handbook/5_temporaldiscretizations.tex b/doc/handbook/6_temporaldiscretizations.tex
similarity index 100%
rename from doc/handbook/5_temporaldiscretizations.tex
rename to doc/handbook/6_temporaldiscretizations.tex
diff --git a/doc/handbook/CMakeLists.txt b/doc/handbook/CMakeLists.txt
index c5e180fe3f..be113ebe70 100644
--- a/doc/handbook/CMakeLists.txt
+++ b/doc/handbook/CMakeLists.txt
@@ -2,24 +2,24 @@ set(TEX_INPUTS
   0_dumux-handbook.tex
   0_listingstyle.tex
   1_introduction.tex
-  2_detailedinstall.tex
   2_quickinstall.tex
-  3_course.tex
-  3_furtherpractice.tex
-  4_assemblinglinearsystem.tex
-  4_developingdumux.tex
-  4_externaltools.tex
-  4_newfoldersetup.tex
-  4_parameterfiles.tex
-  4_restartsimulations.tex
-  4_structure.tex
-  5_basics.tex
-  5_inputoutput.tex
-  5_parallel.tex
-  5_propertysystem.tex
-  5_spatialdiscretizations.tex
-  5_stepsofasimulation.tex
-  5_temporaldiscretizations.tex
+  3_detailedinstall.tex
+  4_course.tex
+  4_furtherpractice.tex
+  5_assemblinglinearsystem.tex
+  5_developingdumux.tex
+  5_externaltools.tex
+  5_newfoldersetup.tex
+  5_parameterfiles.tex
+  5_restartsimulations.tex
+  5_structure.tex
+  6_basics.tex
+  6_inputoutput.tex
+  6_parallel.tex
+  6_propertysystem.tex
+  6_spatialdiscretizations.tex
+  6_stepsofasimulation.tex
+  6_temporaldiscretizations.tex
   installDumux.sh)
 
 set(TEX_IMAGES
-- 
GitLab