diff options
| author | Georg Brandl <georg@python.org> | 2009-06-04 17:57:58 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-06-04 17:57:58 +0200 |
| commit | 7ed7231c41f290d056686ceccc0410a3e7cf1305 (patch) | |
| tree | 5b9f9f5804820f8f2a7cfd8e9515baea8b0eee62 /tests/root/includes.txt | |
| parent | b71e52171b5d3d8cb581711dd30ca955be3c0019 (diff) | |
| download | sphinx-7ed7231c41f290d056686ceccc0410a3e7cf1305.tar.gz | |
Added the ``prepend`` and ``append`` options to the
``literalinclude`` directive.
Diffstat (limited to 'tests/root/includes.txt')
| -rw-r--r-- | tests/root/includes.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/root/includes.txt b/tests/root/includes.txt index 44e33af0..b8a6bee8 100644 --- a/tests/root/includes.txt +++ b/tests/root/includes.txt @@ -37,6 +37,10 @@ Literalinclude options :start-after: coding: utf-8 :end-before: class Foo +.. cssclass:: inc-preappend +.. literalinclude:: literal.inc + :prepend: START CODE + :append: END CODE Testing downloadable files ========================== |
