summaryrefslogtreecommitdiff
path: root/docutils/docs/dev
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2002-11-28 03:45:11 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2002-11-28 03:45:11 +0000
commit352c085c1bd0bb8f699c97ff172e1ba744af2ee5 (patch)
tree29a9e4d50e6eddadc236074a33ae32da75d5d5b5 /docutils/docs/dev
parent03cf41b0dc0b63bcdde39fcc32266c83b9c25a0b (diff)
downloaddocutils-352c085c1bd0bb8f699c97ff172e1ba744af2ee5.tar.gz
updated
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@983 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
-rw-r--r--docutils/docs/dev/pysource.dtd12
-rw-r--r--docutils/docs/dev/todo.txt4
2 files changed, 14 insertions, 2 deletions
diff --git a/docutils/docs/dev/pysource.dtd b/docutils/docs/dev/pysource.dtd
index 02d754358..79a074cec 100644
--- a/docutils/docs/dev/pysource.dtd
+++ b/docutils/docs/dev/pysource.dtd
@@ -29,7 +29,8 @@ The formal public identifier for this DTD is::
<!ENTITY % additional.section.elements
" | package_section | module_section | class_section
- | method_section | function_section | module_attribute_section
+ | method_section | function_section
+ | module_attribute_section | function_attribute_section
| class_attribute_section | instance_attribute_section ">
<!ENTITY % additional.inline.elements
@@ -84,6 +85,10 @@ http://docutils.sourceforge.net/spec/docutils.dtd.
(attribute, initial_value?, fullname?, %structure.model;)>
<!ATTLIST module_attribute_section %basic.atts;>
+<!ELEMENT function_attribute_section
+ (attribute, initial_value?, fullname?, %structure.model;)>
+<!ATTLIST function_attribute_section %basic.atts;>
+
<!ELEMENT class_attribute_section
(attribute, initial_value?, fullname?, overrides?,
%structure.model;)>
@@ -94,6 +99,11 @@ http://docutils.sourceforge.net/spec/docutils.dtd.
%structure.model;)>
<!ATTLIST instance_attribute_section %basic.atts;>
+<!--
+ Section Subelements
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+-->
+
<!ELEMENT fullname
(package | module | class | method | function | attribute)+>
<!ATTLIST fullname %basic.atts;>
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt
index 3a194edad..51978fcb9 100644
--- a/docutils/docs/dev/todo.txt
+++ b/docutils/docs/dev/todo.txt
@@ -298,7 +298,9 @@ General
Engelbert Gruber.)
* Should I/O objects be passed simple encoding name strings instead of
- a full-blown settings object?
+ a full-blown settings object? Yes.
+
+ @@@ Remove "settings" parameters before next release.
Documentation