Merge lp:~ian-clatworthy/bzr/pdf-userref-486990 into lp:bzr

Proposed by Ian Clatworthy
Status: Merged
Approved by: Andrew Bennetts
Approved revision: no longer in the source branch.
Merged at revision: 5256
Proposed branch: lp:~ian-clatworthy/bzr/pdf-userref-486990
Merge into: lp:bzr
Diff against target: 27 lines (+2/-4)
2 files modified
bzrlib/hooks.py (+1/-3)
doc/en/conf.py (+1/-1)
To merge this branch: bzr merge lp:~ian-clatworthy/bzr/pdf-userref-486990
Reviewer Review Type Date Requested Status
Andrew Bennetts Approve
Review via email: mp+26012@code.launchpad.net

Commit message

This fixes PDF generation of the Bazaar User Reference via Sphinx.

Description of the change

This fixes PDF generation of the Bazaar User Reference via Sphinx.

To post a comment you must log in.
Revision history for this message
Andrew Bennetts (spiv) wrote :

 review approve
 merge approved

Looks good, and it will be great to have PDF docs working.

review: Approve
Revision history for this message
Robert Collins (lifeless) wrote :

sent to pqm by email

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bzrlib/hooks.py'
2--- bzrlib/hooks.py 2010-04-30 11:03:59 +0000
3+++ bzrlib/hooks.py 2010-05-26 04:35:34 +0000
4@@ -276,9 +276,7 @@
5
6 yyy.hooks.install_named_hook("xxx", ...)
7
8-See `Using hooks`_ in the User Guide for examples.
9-
10-.. _Using hooks: ../user-guide/hooks.html
11+See :doc:`Using hooks<../user-guide/hooks>` in the User Guide for examples.
12
13 The class that contains each hook is given before the hooks it supplies. For
14 instance, BranchHooks as the class is the hooks class for
15
16=== modified file 'doc/en/conf.py'
17--- doc/en/conf.py 2010-03-03 04:18:28 +0000
18+++ doc/en/conf.py 2010-05-26 04:35:34 +0000
19@@ -54,7 +54,7 @@
20 # Manuals
21 ('user-guide/index', 'bzr-%s-user-guide.tex' % (bzr_locale,),
22 bzr_title(u'Bazaar User Guide'), bzr_team, 'manual'),
23- ('user-reference/bzr_man', 'bzr-%s-user-reference.tex' % (bzr_locale,),
24+ ('user-reference/index', 'bzr-%s-user-reference.tex' % (bzr_locale,),
25 bzr_title(u'Bazaar User Reference'), bzr_team, 'manual'),
26 ('release-notes/NEWS', 'bzr-%s-release-notes.tex' % (bzr_locale,),
27 bzr_title(u'Bazaar Release Notes'), bzr_team, 'manual'),