/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: 2008-06-03 07:03:55 UTC
  • mto: This revision was merged to the branch mainline in revision 3491.
  • Revision ID: mbp@sourcefrog.net-20080603070355-65ca5vd490vj9rnk
Doc updates re PPAs

Show diffs side-by-side

added added

removed removed

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