summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-10-30 14:22:20 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-10-30 14:22:20 +0000
commitbb10e40d88e30feef6fc125bf172b7c9125c8124 (patch)
tree66b3a4e5058aef2a188c0c5e7eb80ed9822596ec /docs/dev
parent55ca583cf428cf88a1d5fbee181d237cb4970335 (diff)
downloaddocutils-bb10e40d88e30feef6fc125bf172b7c9125c8124.tar.gz
removed to do list entry about transitions
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2776 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/todo.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/dev/todo.txt b/docs/dev/todo.txt
index cb70e7dcf..e12eb7adb 100644
--- a/docs/dev/todo.txt
+++ b/docs/dev/todo.txt
@@ -958,18 +958,6 @@ __ rst/alternatives.html#or-not-to-do
.. _name: ^url
-* Allow _`transitions` between sections? A transition immediately
- preceding a section title could be interpreted as a sibling of that
- section. The context would obviate the need for a special
- directive. The document model would have to accommodate the
- change::
-
- <!ENTITY % structure.model
- " ( ( (%body.elements; | topic | sidebar)+,
- (transition, (%body.elements; | topic | sidebar)+ )*,
- (transition?, (%section.elements;))* )
- | (transition?, (%section.elements;))+ ) ">
-
* Add an option to allow arbitrary URI schemes (not just those in
urischemes.py)? This would make text like "signal:noise" into a
URI.