~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/HACKING.txt

Merge Ian's changes to Sphinx for doc generation

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
the Bazaar mailing list.  To propose a correction or addition to this
12
12
document, send a merge request or new text to the mailing list.
13
13
 
14
 
The current version of this document is available in the file 
15
 
``doc/en/developer-guide/HACKING.txt`` in the source tree, or at
16
 
http://doc.bazaar-vcs.org/bzr.dev/en/developer-guide/HACKING.html
17
 
 
18
 
See also:
19
 
`Bazaar Developer Documentation Catalog <../../developers/index.html>`_.
20
 
 
21
 
.. contents::
 
14
The latest developer documentation can be found online at
 
15
http://doc.bazaar-vcs.org/developers/.
22
16
 
23
17
 
24
18
Getting Started
266
260
Automatically-generated API reference information is available at 
267
261
<http://starship.python.net/crew/mwh/bzrlibapi/>.  
268
262
 
269
 
See also the `Bazaar Architectural Overview  <../../developers/overview.html>`_.
 
263
See also the `Bazaar Architectural Overview
 
264
<http://doc.bazaar-vcs.org/developers/overview.html>`_.
270
265
 
271
266
 
272
267
The Code Review Process
841
836
Test coverage
842
837
=============
843
838
 
844
 
All code should be exercised by the test suite.  See `Guide to Testing
845
 
Bazaar <../../developers/testing.html>`_ for detailed information about writing tests.
 
839
All code should be exercised by the test suite.  See the `Bazaar Testing
 
840
Guide <http://doc.bazaar-vcs.org/developers/testing.html>`_ for detailed
 
841
information about writing tests.
846
842
 
847
843
 
848
844
Core Topics
1403
1399
* reviewing changes
1404
1400
* reviewing blueprints
1405
1401
* planning releases
1406
 
* managing releases (see the `Releasing Bazaar <../../developers/releasing.html>`_)
 
1402
* managing releases (see `Releasing Bazaar <http://doc.bazaar-vcs.org/developers/releasing.html>`_)
1407
1403
 
1408
1404
.. note::
1409
1405
  Removing barriers to community participation is a key reason for adopting