~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/index.txt

  • Committer: Danny van Heumen
  • Date: 2010-03-09 21:42:11 UTC
  • mto: (4634.139.5 2.0)
  • mto: This revision was merged to the branch mainline in revision 5160.
  • Revision ID: danny@dannyvanheumen.nl-20100309214211-iqh42x6qcikgd9p3
Reverted now-useless TODO list.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
=======================
2
 
Bazaar Developers Guide
3
 
=======================
4
 
 
5
 
###################
6
 
Documentation index
7
 
###################
8
 
 
9
 
Process
10
 
=======
11
 
 
12
 
* `General HACKING HOWTO <HACKING.htm>`_
13
 
 
14
 
  Guide to policies and tools for working on Bazaar itself.
15
 
 
16
 
* `Profiling notes <profiling.htm>`_
17
 
 
18
 
  Instructions on how to profile bzr code and visualize the results.
19
 
 
20
 
Plans
21
 
=====
22
 
 
23
 
* `Performance roadmap <performance-roadmap.htm>`_
24
 
 
25
 
  The roadmap for fixing performance in bzr over the next few releases.
26
 
 
27
 
Specifications
28
 
==============
29
 
 
30
 
* `API versioning <api-versioning.htm>`_
31
 
 
32
 
  bzrlib API versioning.
33
 
 
34
 
* `Bundles <bundles.htm>`_
35
 
 
36
 
  All about bzr bundles.
37
 
 
38
 
* `Container format <container-format.htm>`_
39
 
 
40
 
  Notes on a container format for streaming and storing Bazaar data.
41
 
 
 
1
=================================
 
2
Bazaar Developer Document Catalog
 
3
=================================
 
4
 
 
5
Enhancing Bazaar
 
6
================
 
7
 
 
8
.. toctree::
 
9
   :maxdepth: 1
 
10
 
 
11
   process
 
12
   HACKING
 
13
   testing
 
14
 
 
15
* `Bazaar Writer Guide <http://bazaar-vcs.org/ContributingToTheDocs>`_ (web link)
 
16
 
 
17
 
 
18
Developing using bzrlib
 
19
=======================
 
20
 
 
21
.. toctree::
 
22
   :maxdepth: 1
 
23
 
 
24
   overview
 
25
   integration
 
26
 
 
27
* `Writing plugins for Bazaar <http://bazaar-vcs.org/WritingPlugins>`_ (web link) 
 
28
 
 
29
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_ 
 
30
  (web link)
 
31
 
 
32
 
 
33
Other documents
 
34
===============
 
35
 
 
36
.. toctree::
 
37
   :maxdepth: 1
 
38
 
 
39
   plans
 
40
   specifications
 
41
   implementation-notes
 
42
   miscellaneous-notes
 
43
 
 
44
 
 
45
.. |--| unicode:: U+2014
 
46
 
 
47
..
 
48
   vim: ft=rst tw=74 ai