summaryrefslogtreecommitdiff
path: root/docutils/docs/dev
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-01-02 19:48:29 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-01-02 19:48:29 +0000
commita279433b0bec7258412c86e28021d1a8ffa17ee7 (patch)
tree545dbf9bc5135e47c14f25de01f30698c279d2f4 /docutils/docs/dev
parent5084aac448d23cc7edc4e2b8d76f64ec641f5490 (diff)
downloaddocutils-a279433b0bec7258412c86e28021d1a8ffa17ee7.tar.gz
improved URL; moved directive option items to "Directives" section
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2922 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
-rw-r--r--docutils/docs/dev/todo.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt
index 175cfd652..f21181c31 100644
--- a/docutils/docs/dev/todo.txt
+++ b/docutils/docs/dev/todo.txt
@@ -626,19 +626,8 @@ Also see the `... Or Not To Do?`__ list.
__ rst/alternatives.html#or-not-to-do
-* Add support for inclusion by URL::
-
- .. include::
- :url: http://etc/inclusion.txt
-
* Add (functional) tests for untested roles.
-* Allow the _`:trim:` option for all directives when they occur in a
- substitution definition, not only the unicode_ directive.
-
- .. _unicode:
- http://docutils.sf.net/docs/ref/rst/directives.html#unicode-character-codes
-
* The parser doesn't know anything about double-width characters such
as Chinese hanza & Japanese kanji/kana. Also, it's dependent on
whitespace and punctuation as markup delimiters, which may not be
@@ -1175,6 +1164,17 @@ when used in a document.
- _`misc.class`: @@@ Allow multiple classes (whitespace-separated)
to be declared.
+ - _`misc.include`: Add support for inclusion by URL::
+
+ .. include::
+ :url: http://www.example.org/inclusion.txt
+
+ - Allow the _`:trim:` option for all directives when they occur in a
+ substitution definition, not only the unicode_ directive.
+
+ .. _unicode:
+ http://docutils.sf.net/docs/ref/rst/directives.html#unicode-character-codes
+
* Implement directives. Each of the list items below begins with an
identifier of the form, "module_name.directive_function_name". The
directive name itself could be the same as the