~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/index.txt

  • Committer: Jelmer Vernooij
  • Date: 2008-06-11 18:58:19 UTC
  • mto: (3649.3.2 bzr.dev)
  • mto: This revision was merged to the branch mainline in revision 3658.
  • Revision ID: jelmer@samba.org-20080611185819-o4shi1ranh9zh01e
Move ftp transport into separate directory.

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
 
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
* `Inventories <inventory.html>`_ |--| Tree shape abstraction.
 
33
 
 
34
* `LCA merge <lca-merge.html>`_ |--| A nice new merge algorithm.
 
35
 
 
36
* `Network protocol <network-protocol.html>`_ |--| Custom network protocol.
 
37
 
 
38
* `Repositories <repository.html>`_ |--| What repositories do and are used for.
 
39
 
 
40
Data formats
7
41
============
8
42
 
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
 
 
29
 
* `Contributing to Bazaar Documentation <http://wiki.bazaar.canonical.com/ContributingToTheDocs>`_ (wiki)
30
 
 
31
 
 
32
 
Architecture overviews
33
 
======================
34
 
 
35
 
.. toctree::
36
 
   :maxdepth: 1
37
 
 
38
 
   transports
39
 
 
40
 
Releasing and Packaging
41
 
=======================
42
 
 
43
 
.. toctree::
44
 
   :maxdepth: 1
45
 
 
46
 
   releasing
47
 
   ppa
48
 
   ec2 
49
 
 
50
 
 
51
 
Developing using bzrlib
52
 
=======================
53
 
 
54
 
.. toctree::
55
 
   :maxdepth: 1
56
 
 
57
 
   overview
58
 
   integration
59
 
 
60
 
* `Writing plugins for Bazaar <http://doc.bazaar.canonical.com/plugins/en/plugin-development.html>`_ (web link)
61
 
 
62
 
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_
63
 
  (web link)
64
 
 
65
 
 
66
 
Other documents
67
 
===============
68
 
 
69
 
.. toctree::
70
 
   :maxdepth: 1
71
 
 
72
 
   principles
73
 
   plans
74
 
   specifications
75
 
   implementation-notes
76
 
   miscellaneous-notes
 
43
* `Knit pack repositories <packrepo.html>`_ |--| KnitPack repositories 
 
44
  (new in Bazaar 0.92).
77
45
 
78
46
 
79
47
.. |--| unicode:: U+2014
80
 
 
81
 
..
82
 
   vim: ft=rst tw=74 ai