~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/index-plain.txt

  • Committer: Patrick Regan
  • Date: 2009-12-02 20:34:07 UTC
  • mto: (4852.3.3 2.1.0b4-doc-updates)
  • mto: This revision was merged to the branch mainline in revision 4856.
  • Revision ID: patrick.rubbs.regan@gmail.com-20091202203407-fjd0mshgn3j3foel
Removed trailing whitespace from files in doc directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
* `Architectural Overview <overview.html>`_ |--| describes some of the
12
12
  most important classes and concepts.
13
13
 
14
 
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_ 
 
14
* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi/>`_
15
15
  (external link)
16
16
  |--| automatically generated API reference information
17
17
 
24
24
 
25
25
* `Testing <testing.html>`_ |--| Guide to writing tests for Bazaar.
26
26
 
27
 
* `Writing plugins <http://bazaar-vcs.org/WritingPlugins>`_ (wiki) 
 
27
* `Writing plugins <http://bazaar-vcs.org/WritingPlugins>`_ (wiki)
28
28
  |--| specific advice on writing Bazaar plugins.
29
29
 
30
30
Process
32
32
 
33
33
* `The Bazaar Development Cycle <cycle.html>`_ |--| The monthly
34
34
  development cycle and how to run it.
35
 
  
36
 
* `Releasing Bazaar <releasing.html>`_ |--| 
 
35
 
 
36
* `Releasing Bazaar <releasing.html>`_ |--|
37
37
  Checklist to make a release of Bazaar.
38
38
 
39
39
* `Managing the Bazaar PPA <ppa.html>`_ |--| Packaging Bazaar for Ubuntu.
41
41
* `Giving back <http://bazaar-vcs.org/BzrGivingBack>`_ (wiki) |--| How to get
42
42
  your changes to Bazaar integrated into a release.
43
43
 
44
 
* `Profiling notes <profiling.html>`_ |--| Instructions on how to profile 
 
44
* `Profiling notes <profiling.html>`_ |--| Instructions on how to profile
45
45
  bzr code and visualize the results.
46
46
 
47
 
* `EC2 resources <ec2.html>`_ |--| A team resource for 
 
47
* `EC2 resources <ec2.html>`_ |--| A team resource for
48
48
  Windows packaging and testing, and Ubuntu testing.
49
49
 
50
 
* `Tracking Bugs in Bazaar <bug-handling.html>`_ |--| How we use the bug 
 
50
* `Tracking Bugs in Bazaar <bug-handling.html>`_ |--| How we use the bug
51
51
  tracker.
52
52
 
53
53
Plans
54
54
=====
55
55
 
56
 
* `Performance roadmap <performance-roadmap.html>`_ |--| The roadmap 
 
56
* `Performance roadmap <performance-roadmap.html>`_ |--| The roadmap
57
57
  for fixing performance in bzr over the next few releases.
58
58
 
59
59
* `Co-located branches <colocated-branches.html>`_ |--| Planned(?) support
114
114
Data formats
115
115
============
116
116
 
117
 
* `Knit pack repositories <packrepo.html>`_ |--| KnitPack repositories 
 
117
* `Knit pack repositories <packrepo.html>`_ |--| KnitPack repositories
118
118
  (new in Bazaar 0.92).
119
119
 
120
120
Implementation notes