/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/conf.py

  • Committer: Ian Clatworthy
  • Date: 2009-09-09 15:30:59 UTC
  • mto: (4634.37.2 prepare-2.0)
  • mto: This revision was merged to the branch mainline in revision 4689.
  • Revision ID: ian.clatworthy@canonical.com-20090909153059-sb038agvd38ci2q8
more link fixes in the User Guide

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
]
46
46
 
47
47
# List of documents that shouldn't be included in the build.
48
 
# Note: Maybe some of them *ought* to be linked in somewhere?
 
48
# Note: These are taken from the main Makefile. Maybe some of them *ought*
 
49
# to be linked in somewhere?
49
50
unused_docs = [
50
 
  'add',
51
 
  'annotate',
52
 
  'bundle-creation',
53
 
  'bundle-format4',
54
 
  'check',
55
 
  'commit',
56
 
  'diff',
57
 
  'directory-fingerprints',
58
 
  'gc',
59
 
  'index-plain',
60
 
  'incremental-push-pull',
61
 
  'initial-push-pull',
62
 
  'merge-scaling',
63
 
  'missing',
64
 
  'performance-roadmap-rationale',
65
 
  'performance-use-case-analysis',
66
 
  'planned-change-integration',
67
 
  'planned-performance-changes',
68
 
  'revert',
69
 
  'status',
70
 
  'uncommit',
 
51
  'doc/developers/add',
 
52
  'doc/developers/annotate',
 
53
  'doc/developers/bundle-creation',
 
54
  'doc/developers/commit',
 
55
  'doc/developers/diff',
 
56
  'doc/developers/directory-fingerprints',
 
57
  'doc/developers/gc',
 
58
  'doc/developers/implementation-notes',
 
59
  'doc/developers/incremental-push-pull',
 
60
  'doc/developers/index',
 
61
  'doc/developers/initial-push-pull',
 
62
  'doc/developers/merge-scaling',
 
63
  'doc/developers/miscellaneous-notes',
 
64
  'doc/developers/missing',
 
65
  'doc/developers/performance-roadmap-rationale',
 
66
  'doc/developers/performance-use-case-analysis',
 
67
  'doc/developers/planned-change-integration',
 
68
  'doc/developers/planned-performance-changes',
 
69
  'doc/developers/plans',
 
70
  'doc/developers/process',
 
71
  'doc/developers/revert',
 
72
  'doc/developers/specifications',
 
73
  'doc/developers/status',
 
74
  'doc/developers/uncommit.txt',
71
75
]