~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/index.txt

  • Committer: Daniel Watkins
  • Date: 2007-08-02 18:04:35 UTC
  • mto: This revision was merged to the branch mainline in revision 2705.
  • Revision ID: d.m.watkins@warwick.ac.uk-20070802180435-cs6xalg5tkze209b
tests.blackbox.test_aliases now uses internals where appropriate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
=================================
2
 
Bazaar Developer Document Catalog
3
 
=================================
4
 
 
5
 
 
6
 
Introduction
7
 
============
8
 
 
9
 
.. toctree::
10
 
   :maxdepth: 1
11
 
 
12
 
   contribution-quickstart
13
 
 
14
 
 
15
 
Enhancing Bazaar
16
 
================
17
 
 
18
 
.. toctree::
19
 
   :maxdepth: 1
20
 
 
21
 
   process
22
 
   HACKING
23
 
   testing
24
 
 
25
 
* `Bazaar Writer Guide <http://bazaar-vcs.org/ContributingToTheDocs>`_ (web link)
26
 
 
27
 
 
28
 
Developing using bzrlib
29
 
=======================
30
 
 
31
 
.. toctree::
32
 
   :maxdepth: 1
33
 
 
34
 
   overview
35
 
   integration
36
 
 
37
 
* `Writing plugins for Bazaar <http://bazaar-vcs.org/WritingPlugins>`_ (web link)
38
 
 
39
 
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_
40
 
  (web link)
41
 
 
42
 
 
43
 
Other documents
44
 
===============
45
 
 
46
 
.. toctree::
47
 
   :maxdepth: 1
48
 
 
49
 
   principles
50
 
   plans
51
 
   specifications
52
 
   implementation-notes
53
 
   miscellaneous-notes
54
 
 
55
 
 
56
 
.. |--| unicode:: U+2014
57
 
 
58
 
..
59
 
   vim: ft=rst tw=74 ai
 
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
 
 
42
* `Indices <indices.txt>`_
 
43
 
 
44
  The index facilities available within bzrlib.
 
45
 
 
46
* `Repositories <repository.htm>`_
 
47
 
 
48
  What repositories do and are used for.