Browse Source

Merged changelog and overview docs into main index file. Fixed typo at NEWS.

Lukasz Balcerzak 14 years ago
parent
commit
f61a26cb0a
4 changed files with 14 additions and 19 deletions
  1. 1 1
      NEWS
  2. 0 8
      docs/changelog.txt
  3. 13 3
      docs/index.txt
  4. 0 7
      docs/overview.txt

+ 1 - 1
NEWS

@@ -391,7 +391,7 @@ note: This list is most likely incomplete for 0.6.0.
 
  FEATURES
 
-  * A new function `commit_tree' has been added that can commit a tree 
+  * A new function 'commit_tree' has been added that can commit a tree 
     based on an index.
 
  BUG FIXES

+ 0 - 8
docs/changelog.txt

@@ -1,8 +0,0 @@
-.. _changelog:
-
-=========
-Changelog
-=========
-
-.. include:: ../NEWS
-

+ 13 - 3
docs/index.txt

@@ -4,19 +4,29 @@
 dulwich - Python implementation of Git
 ======================================
 
-**Documentation**:
+Overview
+========
+
+.. include:: ../README
+
+Documentation
+=============
+
 
 .. toctree::
     :maxdepth: 2
 
-    overview
     performance
     protocol
-    changelog
 
     tutorial/index
 
 
+Changelog
+=========
+
+.. include:: ../NEWS
+
 Indices and tables
 ==================
 

+ 0 - 7
docs/overview.txt

@@ -1,7 +0,0 @@
-.. _overview:
-
-Overview
-========
-
-.. include:: ../README
-