From 101671ae44e1686680c80cd07b452aabeb88fb63 Mon Sep 17 00:00:00 2001 From: goodger Date: Sat, 20 Apr 2002 03:01:52 +0000 Subject: Initial revision git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@18 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docs/dev/pysource.dtd | 212 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 212 insertions(+) create mode 100644 docs/dev/pysource.dtd (limited to 'docs/dev/pysource.dtd') diff --git a/docs/dev/pysource.dtd b/docs/dev/pysource.dtd new file mode 100644 index 000000000..463844a68 --- /dev/null +++ b/docs/dev/pysource.dtd @@ -0,0 +1,212 @@ + + + + + + + + + + + + + +%docutils; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1 From 7dca77f3557441e3579aaba28e4d083615b549eb Mon Sep 17 00:00:00 2001 From: goodger Date: Sun, 5 May 2002 15:39:21 +0000 Subject: *** empty log message *** git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@87 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docs/dev/pysource.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev/pysource.dtd') diff --git a/docs/dev/pysource.dtd b/docs/dev/pysource.dtd index 463844a68..1a1aa6e8b 100644 --- a/docs/dev/pysource.dtd +++ b/docs/dev/pysource.dtd @@ -92,7 +92,7 @@ http://docutils.sourceforge.net/spec/docutils.dtd. - -- cgit v1.2.1 From fa47be81f29db06976116a9202f9150b06b0c9ef Mon Sep 17 00:00:00 2001 From: goodger Date: Fri, 31 May 2002 00:51:44 +0000 Subject: Reworked based on ideas stolen from Tony Ibbs; updated. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@164 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docs/dev/pysource.dtd | 55 +++++++++++++++++++++++++++++++-------------------- 1 file changed, 34 insertions(+), 21 deletions(-) (limited to 'docs/dev/pysource.dtd') diff --git a/docs/dev/pysource.dtd b/docs/dev/pysource.dtd index 1a1aa6e8b..7fa920363 100644 --- a/docs/dev/pysource.dtd +++ b/docs/dev/pysource.dtd @@ -61,37 +61,50 @@ http://docutils.sourceforge.net/spec/docutils.dtd. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> - + - + + (class, inheritance_list?, fullname?, subclasses?, %structure.model;)> - + - + + (module_attribute, initial_value?, fullname?, %structure.model;)> + (class_attribute, initial_value?, fullname?, overrides?, + %structure.model;)> + (instance_attribute, initial_value?, fullname?, overrides?, + %structure.model;)> + + + + + + + + + @@ -122,13 +135,13 @@ http://docutils.sourceforge.net/spec/docutils.dtd. + %reference.atts;> + %reference.atts;> + %reference.atts;> + %reference.atts;> + %reference.atts;> + %reference.atts;> + %reference.atts;> + %reference.atts;> - - @@ -39,7 +38,6 @@ The proposed formal public identifier for this DTD is:: | module_attribute | class_attribute | instance_attribute | exception_class | warning_class "> - @@ -127,7 +124,6 @@ http://docutils.sourceforge.net/spec/docutils.dtd. - - + - + + (attribute, initial_value?, fullname?, %structure.model;)> - + - - + + + + + + @@ -121,6 +131,9 @@ http://docutils.sourceforge.net/spec/docutils.dtd. + + + @@ -163,6 +176,18 @@ Also used as the `class_section` identifier/title, and in the %basic.atts; %reference.atts;> + + + + + -- cgit v1.2.1 From 6c18a0548558d3eefb532ef613a49533328dd357 Mon Sep 17 00:00:00 2001 From: wiemann Date: Sat, 5 Jun 2004 19:32:15 +0000 Subject: updated git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2223 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docs/dev/pysource.dtd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/dev/pysource.dtd') diff --git a/docs/dev/pysource.dtd b/docs/dev/pysource.dtd index 79a074cec..fb8af4091 100644 --- a/docs/dev/pysource.dtd +++ b/docs/dev/pysource.dtd @@ -14,7 +14,8 @@ below). More information about this DTD and the Docutils project can be found at http://docutils.sourceforge.net/. The latest version of this DTD -is available from http://docutils.sourceforge.net/spec/pysource.dtd. +is available from +http://docutils.sourceforge.net/docs/dev/pysource.dtd. The formal public identifier for this DTD is:: @@ -45,7 +46,7 @@ The formal public identifier for this DTD is:: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This DTD extends the Docutils Generic DTD, available from -http://docutils.sourceforge.net/spec/docutils.dtd. +http://docutils.sourceforge.net/docs/ref/docutils.dtd. -->