/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

Merge bzr.dev r3466

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Bazaar Developer Document Catalog
3
3
=================================
4
4
 
5
 
See the `Main Document Catalog <../index.html>`_ for additional documents
6
 
including the Bazaar Developer Guide and bzrlib API reference.
 
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>`_
7
13
 
8
14
Process
9
15
=======
10
16
 
 
17
* `Releasing Bazaar <releasing.html>`_ -- How to make a release of Bazaar,
 
18
  and how to coordinate the monthly development cycle.
 
19
 
11
20
* `Profiling notes <profiling.html>`_ |--| Instructions on how to profile 
12
21
  bzr code and visualize the results.
13
22
 
22
31
 
23
32
* `API versioning <api-versioning.html>`_ |--| bzrlib API versioning.
24
33
 
 
34
* `Authentication ring <authentication-ring.html>`_ |--| Configuring
 
35
  authentication.
 
36
 
25
37
* `Bundles <bundles.html>`_ |--| All about bzr bundles.
26
38
 
27
39
* `Container format <container-format.html>`_ |--| Notes on a container format
28
40
  for streaming and storing Bazaar data.
29
41
 
 
42
* `Repository stream <repository-stream.html>`_ |--| Notes on streaming data
 
43
  for repositories (a layer above the container format).
 
44
 
30
45
* `Indices <indices.html>`_ |--| The index facilities available within bzrlib.
31
46
 
32
47
* `Inventories <inventory.html>`_ |--| Tree shape abstraction.
35
50
 
36
51
* `Network protocol <network-protocol.html>`_ |--| Custom network protocol.
37
52
 
 
53
* `Plugin APIs <plugin-api.html>`_ |--| APIs plugins should use.
 
54
 
38
55
* `Repositories <repository.html>`_ |--| What repositories do and are used for.
39
56
 
 
57
* `Integration Guide <integration.html>`_ |--| A guide to integrate bzrlib into
 
58
  any python application.
 
59
 
40
60
Data formats
41
61
============
42
62