~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/index.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-06-18 05:22:35 UTC
  • mfrom: (1551.15.27 Aaron's mergeable stuff)
  • Revision ID: pqm@pqm.ubuntu.com-20070618052235-mvns8j28szyzscy0
Turn list-weave into list-versionedfile

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
=================================
2
 
Bazaar Developer Document Catalog
3
 
=================================
4
 
 
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.
33
 
 
34
 
* `Network protocol <network-protocol.html>`_ |--| Custom network protocol.
35
 
 
36
 
Data formats
37
 
============
38
 
 
39
 
* `Knit pack repositories <packrepo.html>`_ |--| KnitPack repositories 
40
 
  (new in Bazaar 0.92).
41
 
 
42
 
 
43
 
.. |--| unicode:: U+2014
 
1
=======================
 
2
Bazaar Developers Guide
 
3
=======================
 
4
 
 
5
-------------------
 
6
Documentation index
 
7
-------------------
 
8
 
 
9
* `General HACKING HOWTO <HACKING.htm>`_
 
10
 
 
11
  Guide to policies and tools for working on Bazaar itself.
 
12
 
 
13
* `Performance roadmap <performance-roadmap.htm>`_
 
14
 
 
15
  The roadmap for fixing performance in bzr over the next few releases.
 
16
 
 
17
* `Container format <container-format.htm>`_
 
18
 
 
19
  Notes on a container format for streaming and storing Bazaar data.
 
20
 
 
21
* `Profiling notes <profiling.htm>`_
 
22
 
 
23
  Instructions on how to profile bzr code and visualize the results.