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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Test file and literal inclusion
===============================

.. include:: subdir/include.inc

.. literalinclude:: literal.inc
   :language: python

.. should give a warning
.. literalinclude:: wrongenc.inc

.. should succeed
.. literalinclude:: wrongenc.inc
   :encoding: latin-1
.. include:: wrongenc.inc
   :encoding: latin-1

Literalinclude options
======================

.. highlight:: text

.. cssclass:: inc-pyobj1
.. literalinclude:: literal.inc
   :pyobject: Foo

.. cssclass:: inc-pyobj2
.. literalinclude:: literal.inc
   :pyobject: Bar.baz

.. cssclass:: inc-lines
.. literalinclude:: literal.inc
   :lines: 6-7,9

.. cssclass:: inc-startend
.. literalinclude:: literal.inc
   :start-after: coding: utf-8
   :end-before: class Foo


Testing downloadable files
==========================

Download :download:`img.png` here.
Download :download:`this <subdir/img.png>` there.
Don't download :download:`this <nonexisting.png>`.