blob: ac52d9076ecae14298bc479abdfe3006de01a540 (
plain)
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
|
test-warnings
=============
.. automodule:: autodoc_fodder
:no-index:
.. autoclass:: MarkupError
.. a non-existing image with direct filename
.. image:: foo.png
.. a non-existing image with .*
.. image:: foo.*
.. an SVG image (for HTML at least)
.. image:: svgimg.*
.. should give a warning
.. literalinclude:: wrongenc.inc
:language: none
.. a non-existing download
Don't download :download:`this <nonexisting.png>`.
.. Invalid index markup
.. index::
single:
pair:
seealso:
.. Invalid code-block
.. code-block:: c
import sys
sys.stdout.write('hello world!\n')
.. unknown option
This used to crash: :option:`&option`
.. missing citation
[missing]_ citation
|