From 9845d43d84e159471b9c59c996f58d1099be5f9a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bertrand=20N=C3=A9ron?= <bneron@pasteur.fr>
Date: Mon, 1 Sep 2014 01:28:21 +0200
Subject: [PATCH] remove sectnum directive as tey are replace by numbered in
 index.rst

---
 source/Data_Types.rst   | 3 ---
 source/Input_output.rst | 8 ++++----
 source/Variables.rst    | 3 ---
 3 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/source/Data_Types.rst b/source/Data_Types.rst
index 23cdd15..a9f8eca 100644
--- a/source/Data_Types.rst
+++ b/source/Data_Types.rst
@@ -1,6 +1,3 @@
-.. sectnum:: 
-   :start: 3
-
 .. _Data_Types:
 
 **********
diff --git a/source/Input_output.rst b/source/Input_output.rst
index df61015..dbf872a 100644
--- a/source/Input_output.rst
+++ b/source/Input_output.rst
@@ -1,8 +1,8 @@
-.. _Variables:
+.. _Input_Output:
 
-************************************
-Variables, Expression and statements
-************************************
+****************
+Input and Output
+****************
 
 Exercises
 =========
diff --git a/source/Variables.rst b/source/Variables.rst
index d4037b7..ec525c2 100644
--- a/source/Variables.rst
+++ b/source/Variables.rst
@@ -1,6 +1,3 @@
-.. sectnum:: 
-   :start: 2
-
 .. _Variables:
 
 ************************************
-- 
GitLab