Browse Source

tutorial: move to compiling a global document

Hervé Cauwelier 15 years ago
parent
commit
8b01f46257

+ 1 - 0
docs/tutorial/.gitignore

@@ -0,0 +1 @@
+*.html

+ 0 - 4
docs/tutorial/0-introduction.txt

@@ -1,7 +1,3 @@
-================
-Dulwich Tutorial
-================
-
 Introduction
 ============
 

+ 0 - 4
docs/tutorial/1-initial-commit.txt

@@ -1,7 +1,3 @@
-================
-Dulwich Tutorial
-================
-
 The Repository
 ==============
 

+ 4 - 0
docs/tutorial/Makefile

@@ -0,0 +1,4 @@
+ALL: index.html
+
+index.html: index.txt
+	rst2html.py $< $@

+ 8 - 0
docs/tutorial/index.txt

@@ -0,0 +1,8 @@
+================
+Dulwich Tutorial
+================
+
+.. contents::
+
+.. include:: 0-introduction.txt
+.. include:: 1-initial-commit.txt