summaryrefslogtreecommitdiff
path: root/docutils/docs/dev
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-01-12 16:27:25 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-01-12 16:27:25 +0000
commit8a1d43e4d1fb6563db7da980e74873e128728ac8 (patch)
treeeaef6983cc3f5c5d2b113e2a1a3411a05e727adf /docutils/docs/dev
parent09fb7b3846d5fd47922f7e06baee8c370992c33d (diff)
downloaddocutils-8a1d43e4d1fb6563db7da980e74873e128728ac8.tar.gz
added "table" directive
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1799 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
-rw-r--r--docutils/docs/dev/todo.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt
index c66fc80f3..159b3a204 100644
--- a/docutils/docs/dev/todo.txt
+++ b/docutils/docs/dev/todo.txt
@@ -120,7 +120,7 @@ General
.. figure:: image.png
:name: image's name
- To name tables, we could use a "table" directive::
+ Same for the "table" directive::
.. table:: optional title here
:name: table's name
@@ -868,7 +868,12 @@ when used in a document.
- Add a "name" option to directives, to set an author-supplied
identifier?
- - _`images.image`: "border"? "link"?
+ - All directives that produce titled elements should grow implicit
+ reference names based on the titles.
+
+ - @ _`body.table`: Document, add tests.
+
+ - _`images.image`: "border"?
Units of measure? (See docutils-users, 2003-03-02.)