~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/index.txt

  • Committer: Robert Collins
  • Date: 2007-10-23 22:14:32 UTC
  • mto: (2592.6.3 repository)
  • mto: This revision was merged to the branch mainline in revision 2967.
  • Revision ID: robertc@robertcollins.net-20071023221432-j8zndh1oiegql3cu
* Commit updates the state of the working tree via a delta rather than
  supplying entirely new basis trees. For commit of a single specified file
  this reduces the wall clock time for commit by roughly a 30%.
  (Robert Collins, Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Bazaar Developer Document Catalog
3
3
=================================
4
4
 
5
 
 
6
 
Introduction
7
 
============
8
 
 
9
 
.. toctree::
10
 
   :maxdepth: 1
11
 
 
12
 
   contribution-quickstart
13
 
 
14
 
 
15
 
Working on Bazaar
16
 
=================
17
 
 
18
 
.. toctree::
19
 
   :maxdepth: 1
20
 
 
21
 
   cycle
22
 
   profiling
23
 
   bug-handling
24
 
   HACKING
25
 
   testing
26
 
   code-review
27
 
   code-style
28
 
   documenting-changes
29
 
 
30
 
* `Contributing to Bazaar Documentation <http://wiki.bazaar.canonical.com/ContributingToTheDocs>`_ (wiki)
31
 
 
32
 
 
33
 
Architecture overviews
34
 
======================
35
 
 
36
 
.. toctree::
37
 
   :maxdepth: 1
38
 
 
39
 
   transports
40
 
   ui
41
 
   fetch
42
 
 
43
 
Releasing and Packaging
44
 
=======================
45
 
 
46
 
.. toctree::
47
 
   :maxdepth: 1
48
 
 
49
 
   releasing
50
 
   ppa
51
 
   ec2 
52
 
 
53
 
 
54
 
Developing using bzrlib
55
 
=======================
56
 
 
57
 
.. toctree::
58
 
   :maxdepth: 1
59
 
 
60
 
   overview
61
 
   integration
62
 
 
63
 
* `Writing plugins for Bazaar <http://doc.bazaar.canonical.com/plugins/en/plugin-development.html>`_ (web link)
64
 
 
65
 
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_
66
 
  (web link)
67
 
 
68
 
 
69
 
Other documents
70
 
===============
71
 
 
72
 
.. toctree::
73
 
   :maxdepth: 1
74
 
 
75
 
   principles
76
 
   plans
77
 
   specifications
78
 
   implementation-notes
79
 
   miscellaneous-notes
 
5
See the `Main Document Catalog <../index.html>`_ for additional documents
 
6
including the Bazaar Developer Guide and bzrlib API reference.
 
7
 
 
8
Process
 
9
=======
 
10
 
 
11
* `Profiling notes <profiling.html>`_ |--| Instructions on how to profile 
 
12
  bzr code and visualize the results.
 
13
 
 
14
Plans
 
15
=====
 
16
 
 
17
* `Performance roadmap <performance-roadmap.html>`_ |--| The roadmap 
 
18
  for fixing performance in bzr over the next few releases.
 
19
 
 
20
Specifications
 
21
==============
 
22
 
 
23
* `API versioning <api-versioning.html>`_ |--| bzrlib API versioning.
 
24
 
 
25
* `Bundles <bundles.html>`_ |--| All about bzr bundles.
 
26
 
 
27
* `Container format <container-format.html>`_ |--| Notes on a container format
 
28
  for streaming and storing Bazaar data.
 
29
 
 
30
* `Indices <indices.html>`_ |--| The index facilities available within bzrlib.
 
31
 
 
32
* `Repositories <repository.html>`_ |--| What repositories do and are used for.
80
33
 
81
34
 
82
35
.. |--| unicode:: U+2014
83
 
 
84
 
..
85
 
   vim: ft=rst tw=74 ai