~ubuntu-branches/ubuntu/quantal/dulwich/quantal

« back to all changes in this revision

Viewing changes to docs/tutorial/index.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2011-04-12 22:18:19 UTC
  • mfrom: (1.2.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20110412221819-xmoseax1zcc1r4u0
Tags: 0.7.1-1
* Add missing Breaks: field to python-dulwich.
* Switch to debhelper 7, drop cdbs.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
================
2
 
Dulwich Tutorial
3
 
================
4
 
 
5
 
.. contents::
6
 
 
7
 
.. include:: 0-introduction.txt
8
 
.. include:: 1-repo.txt
9
 
.. include:: 2-object-store.txt
10
 
.. include:: 3-conclusion.txt
 
1
.. _tutorial:
 
2
 
 
3
========
 
4
Tutorial
 
5
========
 
6
 
 
7
.. toctree::
 
8
   :maxdepth: 2
 
9
 
 
10
   introduction
 
11
   repo
 
12
   object-store
 
13
   conclusion
 
14