/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/developers/index.txt

  • Committer: Martin Pool
  • Date: 2009-12-14 06:06:59 UTC
  • mfrom: (4889 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4891.
  • Revision ID: mbp@sourcefrog.net-20091214060659-1ucv8hpnky0cbnaj
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Bazaar Developer Document Catalog
3
3
=================================
4
4
 
5
 
Bazaar user documentation is in the 
6
 
`Main Document Catalog <../index.html>`_.
7
 
 
8
 
Overall developer documentation
9
 
===============================
10
 
 
11
 
* `Developer Guide <en/developer-guide/HACKING.html>`_
12
 
* `bzrlib API reference <http://bazaar-vcs.org/BzrLib>`_
13
 
* `Design Principles <principles.html>`_
14
 
 
15
 
Process
16
 
=======
17
 
 
18
 
* `Releasing Bazaar <releasing.html>`_ -- How to make a release of Bazaar,
19
 
  and how to coordinate the monthly development cycle.
20
 
 
21
 
* `Profiling notes <profiling.html>`_ |--| Instructions on how to profile 
22
 
  bzr code and visualize the results.
23
 
 
24
 
Plans
25
 
=====
26
 
 
27
 
* `Performance roadmap <performance-roadmap.html>`_ |--| The roadmap 
28
 
  for fixing performance in bzr over the next few releases.
29
 
 
30
 
Specifications
31
 
==============
32
 
 
33
 
* `API versioning <api-versioning.html>`_ |--| bzrlib API versioning.
34
 
 
35
 
* `Authentication ring <authentication-ring.html>`_ |--| Configuring
36
 
  authentication.
37
 
 
38
 
* `Bundles <bundles.html>`_ |--| All about bzr bundles.
39
 
 
40
 
* `Container format <container-format.html>`_ |--| Notes on a container format
41
 
  for streaming and storing Bazaar data.
42
 
 
43
 
* `Repository stream <repository-stream.html>`_ |--| Notes on streaming data
44
 
  for repositories (a layer above the container format).
45
 
 
46
 
* `Indices <indices.html>`_ |--| The index facilities available within bzrlib.
47
 
 
48
 
* `Inventories <inventory.html>`_ |--| Tree shape abstraction.
49
 
 
50
 
* `LCA merge <lca-merge.html>`_ |--| A nice new merge algorithm.
51
 
 
52
 
* `Network protocol <network-protocol.html>`_ |--| Custom network protocol.
53
 
 
54
 
* `Plugin APIs <plugin-api.html>`_ |--| APIs plugins should use.
55
 
 
56
 
* `Repositories <repository.html>`_ |--| What repositories do and are used for.
57
 
 
58
 
* `Integration Guide <integration.html>`_ |--| A guide to integrate bzrlib into
59
 
  any python application.
60
 
 
61
 
Data formats
 
5
 
 
6
Introduction
62
7
============
63
8
 
64
 
* `Knit pack repositories <packrepo.html>`_ |--| KnitPack repositories 
65
 
  (new in Bazaar 0.92).
 
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
66
54
 
67
55
 
68
56
.. |--| unicode:: U+2014
 
57
 
 
58
..
 
59
   vim: ft=rst tw=74 ai