Clean up record_dependencies feature.
[docutils.git] / test / data / dependencies.txt
blobcf1660dcd0790129e709ea83de74abcf69a3a324
1 Test input for test_dependencies.
3 Docutils can write a list of files required to generate the output like
4 included files or embedded stylesheets. This is particularly useful in
5 conjunction with programs like ``make``.
7 Included files are recorded:
9 .. include:: include.txt
11 .. raw:: HTML
12    :file: raw.txt
14 Dependencies are recorded only once:
16 .. include:: include.txt
18 Image files are only recorded, if actually accessed
19 (to extract the size or if embedded in the output document):
21 .. image:: test.jpg
23 .. figure:: ../docs/user/rst/images/title.png
24    :figwidth: image
26 Scaled images without given size are recorded by the html writer:
28 .. image:: ../docs/user/rst/images/biohazard.png
29    :scale: 50 %