[Docstring-checkins] CVS: dps/spec doctree.txt,1.2,1.3
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2001-10-27 05:38:30
|
Update of /cvsroot/docstring/dps/spec In directory usw-pr-cvs1:/tmp/cvs-serv11835/dps/spec Modified Files: doctree.txt Log Message: minor mods Index: doctree.txt =================================================================== RCS file: /cvsroot/docstring/dps/spec/doctree.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** doctree.txt 2001/10/26 04:31:06 1.2 --- doctree.txt 2001/10/27 05:38:27 1.3 *************** *** 26,33 **** | | sections [each begins with a title] | +-----------------------------+-------------------------+------------+ ! | divisions | (sections) | ! +-------------------------------------------------------+------------+ ! | [body elements:] | ! | | - literal | - lists | | - hyperlink | | | blocks | - tables | | targets | | para- | - doctest | - block | foot- | - directives | --- 26,31 ---- | | sections [each begins with a title] | +-----------------------------+-------------------------+------------+ ! | [body elements:] | (sections) | ! | | - literal | - lists | | - hyperlink +------------+ | | blocks | - tables | | targets | | para- | - doctest | - block | foot- | - directives | *************** *** 55,64 **** copyright_, abstract_ ! - _`Structural elements`: section_ - _`Body elements`: - _`General body elements`: paragraph_, literal_block_, ! block_quote_, doctest_block_, table_, figure_, footnote_ - _`Lists`: bullet_list_, enumerated_list_, definition_list_, --- 53,62 ---- copyright_, abstract_ ! - _`Structural elements`: section_, transition_ - _`Body elements`: - _`General body elements`: paragraph_, literal_block_, ! block_quote_, doctest_block_, table_, figure_, image_, footnote_ - _`Lists`: bullet_list_, enumerated_list_, definition_list_, *************** *** 72,76 **** - _`Inline elements`: emphasis_, strong_, interpreted_, literal_, ! link_, footnote_reference_, image_ --- 70,74 ---- - _`Inline elements`: emphasis_, strong_, interpreted_, literal_, ! link_, target_, footnote_reference_, image_ *************** *** 115,164 **** ``anonymous`` ------------- ! The ``anonymous`` attribute ``auto`` -------- ! The ``auto`` attribute ``dupname`` ----------- ! The ``dupname`` attribute ``id`` ------ ! The ``id`` attribute ``name`` -------- ! The ``name`` attribute ``refid`` --------- ! The ``refid`` attribute ``refname`` ----------- ! The ``refname`` attribute ``refuri`` ---------- ! The ``refuri`` attribute ``source`` ---------- ! The ``source`` attribute ``xml:space`` ------------- ! The ``xml:space`` attribute --- 113,162 ---- ``anonymous`` ------------- ! The ``anonymous`` attribute ``auto`` -------- ! The ``auto`` attribute ``dupname`` ----------- ! The ``dupname`` attribute ``id`` ------ ! The ``id`` attribute ``name`` -------- ! The ``name`` attribute ``refid`` --------- ! The ``refid`` attribute ``refname`` ----------- ! The ``refname`` attribute ``refuri`` ---------- ! The ``refuri`` attribute ``source`` ---------- ! The ``source`` attribute ``xml:space`` ------------- ! The ``xml:space`` attribute *************** *** 182,206 **** ``%body.elements;`` =================== ! The ``%body.elements;`` parameter entity ``%inline.elements;`` ==================== ! The ``%inline.elements;`` parameter entity ``%link.atts;`` =============== ! The ``%link.atts;`` parameter entity ``%structure.model;`` ===================== ! The ``%structure.model;`` parameter entity ``%text.model;`` ================ ! The ``%text.model;`` parameter entity --- 180,204 ---- ``%body.elements;`` =================== ! The ``%body.elements;`` parameter entity ``%inline.elements;`` ==================== ! The ``%inline.elements;`` parameter entity ``%link.atts;`` =============== ! The ``%link.atts;`` parameter entity ``%structure.model;`` ===================== ! The ``%structure.model;`` parameter entity ``%text.model;`` ================ ! The ``%text.model;`` parameter entity *************** *** 260,264 **** "first division". The horizontal rule splits the document body into two segments, which should be treated uniformly. ! 2. Treating "divisions" uniformly brings us to the second possibility:: --- 258,262 ---- "first division". The horizontal rule splits the document body into two segments, which should be treated uniformly. ! 2. Treating "divisions" uniformly brings us to the second possibility:: *************** *** 282,286 **** deeper. This is similar to the way HTML treats document contents: grouped within a <BODY> element. ! This solution has been chosen. --- 280,284 ---- deeper. This is similar to the way HTML treats document contents: grouped within a <BODY> element. ! This solution has been chosen. *************** *** 302,306 **** "transition" smells bad. A transition isn't a thing itself, it's the space between two divisions. ! .. _Generic Plaintext Document Interface DTD: --- 300,304 ---- "transition" smells bad. A transition isn't a thing itself, it's the space between two divisions. ! .. _Generic Plaintext Document Interface DTD: |