| Server IP : 82.208.35.60 / Your IP : 216.73.217.33 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/textproc/py-docutils/work-py39/docutils-0.17.1/test/data/ |
Upload File : |
Test input for test_dependencies.
Docutils can write a list of files required to generate the output like
included files or embedded stylesheets. This is particularly useful in
conjunction with programs like ``make``.
Included files are recorded:
.. include:: include.txt
.. raw:: HTML
:file: raw.txt
Dependencies are recorded only once:
.. include:: include.txt
Image files are only recorded, if actually accessed
(to extract the size or if embedded in the output document):
.. image:: test.jpg
.. figure:: ../docs/user/rst/images/title.png
:figwidth: image
Scaled images without given size are recorded by the html writer:
.. image:: ../docs/user/rst/images/biohazard.png
:scale: 50 %
TODO: Paths in included files should be rewritten relative to the base
document.
* when loading images,
* when recording dependencies.
.. include: subdir/dependencies-included.txt