~ubuntu-branches/ubuntu/maverick/sphinx/maverick

« back to all changes in this revision

Viewing changes to tests/root/includes.txt

  • Committer: Bazaar Package Importer
  • Author(s): Mikhail Gusarov, Mikhail Gusarov, Piotr Ożarowski
  • Date: 2009-04-12 14:37:30 UTC
  • mfrom: (5.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090412143730-nb04j8o5cul2cquo
Tags: 0.6.1-2
[ Mikhail Gusarov ]
* Fix debian/README.source: s/dpatch/quilt/ (Closes: #523293).
* Add debian/rfind-invocation.patch, fixing breakage on python-werkzeug
  docs.

[ Piotr Ożarowski ]
* Install .mo files (Closes: #526027)

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
   :encoding: latin-1
15
15
.. include:: wrongenc.inc
16
16
   :encoding: latin-1
 
17
 
 
18
Literalinclude options
 
19
======================
 
20
 
 
21
.. highlight:: text
 
22
 
 
23
.. cssclass:: inc-pyobj1
 
24
.. literalinclude:: literal.inc
 
25
   :pyobject: Foo
 
26
 
 
27
.. cssclass:: inc-pyobj2
 
28
.. literalinclude:: literal.inc
 
29
   :pyobject: Bar.baz
 
30
 
 
31
.. cssclass:: inc-lines
 
32
.. literalinclude:: literal.inc
 
33
   :lines: 6-7,9
 
34
 
 
35
.. cssclass:: inc-startend
 
36
.. literalinclude:: literal.inc
 
37
   :start-after: coding: utf-8
 
38
   :end-before: class Foo
 
39
 
 
40
 
 
41
Testing downloadable files
 
42
==========================
 
43
 
 
44
Download :download:`img.png` here.
 
45
Download :download:`this <subdir/img.png>` there.
 
46
Don't download :download:`this <nonexisting.png>`.