diff options
author | strank <strank@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2007-03-12 11:36:05 +0000 |
---|---|---|
committer | strank <strank@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2007-03-12 11:36:05 +0000 |
commit | 94d9ff0e44c139a924a2a45d081d2aeca342811a (patch) | |
tree | 5a492f9290e4c4f370a0993c3f52a85713de4fac /docs/ref/rst | |
parent | 33fa19979381c41ba619ce55bb1411056bc82e28 (diff) | |
download | docutils-include-after-until.tar.gz |
renamed after/until options to start-after/end-beforeinclude-after-until
git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/include-after-until@5014 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/ref/rst')
-rw-r--r-- | docs/ref/rst/directives.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/rst/directives.txt b/docs/ref/rst/directives.txt index 36b38fe86..f99bcdd8a 100644 --- a/docs/ref/rst/directives.txt +++ b/docs/ref/rst/directives.txt @@ -1371,11 +1371,11 @@ __ substitutions.html The following options are recognized: -``after`` : text to find in the external data file +``start-after`` : text to find in the external data file Only the content after the first occurrence of the specified text will be included. -``until`` : text to find in the external data file +``end-before`` : text to find in the external data file Only the content before the first occurrence of the specified text (but after any ``after`` text) will be included. |