diff options
Diffstat (limited to 'docutils/docs')
| -rw-r--r-- | docutils/docs/dev/pysource.dtd | 12 | ||||
| -rw-r--r-- | docutils/docs/dev/todo.txt | 4 |
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 |
