~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/conf.py

  • Committer: Ian Clatworthy
  • Date: 2009-09-09 00:49:50 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-20090909004950-43z4zdicb5u91iet
tweak quick reference naming to make it consistent with other PDFs

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
  ('integration', 'bzr-en-integration-guide.tex', u'Bazaar Integration Guide',
44
44
   u'Bazaar Developers', 'howto'),
45
45
]
46
 
 
47
 
# List of documents that shouldn't be included in the build.
48
 
# Note: Maybe some of them *ought* to be linked in somewhere?
49
 
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',
71
 
]