/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: John Arbash Meinel
  • Date: 2008-07-08 14:55:19 UTC
  • mfrom: (3530 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3532.
  • Revision ID: john@arbash-meinel.com-20080708145519-paqg4kjwbpgs2xmq
Merge bzr.dev 3530

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
 
 
13
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi-oe/>`_ 
 
14
  (external link)
 
15
  |--| automatically generated API reference information
 
16
 
 
17
* `Integrating with Bazaar <http://bazaar-vcs.org/Integrating_with_Bazaar>`_
 
18
  (wiki) |--| a guide for writing Python programs that work with Bazaar.
 
19
 
 
20
* `Writing plugins <http://bazaar-vcs.org/WritingPlugins>`_ (wiki) 
 
21
  |--| specific advice on writing Bazaar plugins.
7
22
 
8
23
Process
9
24
=======
10
25
 
 
26
* `Releasing Bazaar <releasing.html>`_ |--| How to make a release of Bazaar,
 
27
  and how to coordinate the monthly development cycle.
 
28
 
 
29
* `Giving back <http://bazaar-vcs.org/BzrGivingBack>`_ (wiki) |--| How to get
 
30
  your changes to Bazaar integrated into a release.
 
31
 
11
32
* `Profiling notes <profiling.html>`_ |--| Instructions on how to profile 
12
33
  bzr code and visualize the results.
13
34
 
22
43
 
23
44
* `API versioning <api-versioning.html>`_ |--| bzrlib API versioning.
24
45
 
 
46
* `Authentication ring <authentication-ring.html>`_ |--| Configuring
 
47
  authentication.
 
48
 
25
49
* `Bundles <bundles.html>`_ |--| All about bzr bundles.
26
50
 
27
51
* `Container format <container-format.html>`_ |--| Notes on a container format
28
52
  for streaming and storing Bazaar data.
29
53
 
 
54
* `Repository stream <repository-stream.html>`_ |--| Notes on streaming data
 
55
  for repositories (a layer above the container format).
 
56
 
30
57
* `Indices <indices.html>`_ |--| The index facilities available within bzrlib.
31
58
 
32
59
* `Inventories <inventory.html>`_ |--| Tree shape abstraction.
35
62
 
36
63
* `Network protocol <network-protocol.html>`_ |--| Custom network protocol.
37
64
 
 
65
* `Plugin APIs <plugin-api.html>`_ |--| APIs plugins should use.
 
66
 
38
67
* `Repositories <repository.html>`_ |--| What repositories do and are used for.
39
68
 
 
69
* `Integration Guide <integration.html>`_ |--| A guide to integrate bzrlib into
 
70
  any python application.
 
71
 
40
72
Data formats
41
73
============
42
74
 
45
77
 
46
78
 
47
79
.. |--| unicode:: U+2014
 
80
 
 
81
..
 
82
   vim: ft=rst tw=74 ai