|
From: <mi...@us...> - 2024-05-03 20:26:10
|
Revision: 9675
http://sourceforge.net/p/docutils/code/9675
Author: milde
Date: 2024-05-03 20:26:07 +0000 (Fri, 03 May 2024)
Log Message:
-----------
Doctree documentation: fixes in Bibliography
Move external hyperlink targets into bibliography section.
Move indirect targets inside citation and amend "responsive.css"
so that the cited title can be highlighted as active target.
Fix broken link.
Modified Paths:
--------------
trunk/docutils/docs/ref/doctree.txt
trunk/docutils/docutils/writers/html5_polyglot/responsive.css
Modified: trunk/docutils/docs/ref/doctree.txt
===================================================================
--- trunk/docutils/docs/ref/doctree.txt 2024-05-03 20:25:58 UTC (rev 9674)
+++ trunk/docutils/docs/ref/doctree.txt 2024-05-03 20:26:07 UTC (rev 9675)
@@ -3933,8 +3933,9 @@
Standard Attribute Types
========================
-*Standard attribute types* are defined in the `attribute types
-<XML attribute types_>`__ section of the `XML 1.0 specification`_.
+*Standard attribute types* are defined in the
+`attribute types <XML attribute types_>`__ section
+of the `XML 1.0 specification` [xml1.0]_.
_`CDATA`
Character data. CDATA attributes may contain arbitrary text.
@@ -4009,11 +4010,7 @@
and `stub`_ attributes.
Python data type: ``int``.
-.. _XML 1.0 specification: https://www.w3.org/TR/REC-xml
-.. _XML attribute types: https://www.w3.org/TR/REC-xml/#sec-attribute-types
-.. _One ID per Element Type: https://www.w3.org/TR/REC-xml/#one-id-per-el
-
Names and identifiers
=====================
@@ -5211,10 +5208,10 @@
Bibliography
------------
-.. _Exchange Table Model:
-.. _XML Exchange Table Model DTD:
+.. [tm9901] .. _XML Exchange Table Model DTD:
+ .. _Exchange Table Model:
-.. [tm9901] `XML Exchange Table Model DTD`,
+ `XML Exchange Table Model DTD`,
OASIS Technical Memorandum 9901:1999,
http://www.oasis-open.org/html/tm9901.html.
@@ -5231,7 +5228,6 @@
W3C Recommendation,
https://www.w3.org/TR/xml/.
-
.. _DocBook: https://tdg.docbook.org/tdg/5.1/.
.. _DocBook <caution>: https://tdg.docbook.org/tdg/5.1/caution.html
.. _DocBook <footnote>: https://tdg.docbook.org/tdg/5.1/footnote.html
@@ -5251,7 +5247,10 @@
http://xml.coverpages.org/xmlIntro.html
.. _XMLSpec: https://www.w3.org/XML/1998/06/xmlspec-report.htm
.. _external DTD subset: https://www.w3.org/TR/xml11/#dt-doctype
+.. _XML attribute types: https://www.w3.org/TR/REC-xml/#sec-attribute-types
+.. _One ID per Element Type: https://www.w3.org/TR/REC-xml/#one-id-per-el
+
.. _Docutils: https://docutils.sourceforge.io/.
.. _reStructuredText: https://docutils.sourceforge.io/rst.html
@@ -5270,7 +5269,7 @@
.. _transform:
.. _transforms: ../api/transforms.html
.. _DocInfo transform: ../api/transforms.html#docinfo
-.. _DocTitle transform: ../api/transforms.html#frontmatter-doctitle
+.. _DocTitle transform: ../api/transforms.html#doctitle
.. _A ReStructuredText Primer: ../user/rst/quickstart.html
.. _reStructuredText Markup Specification: rst/restructuredtext.html
Modified: trunk/docutils/docutils/writers/html5_polyglot/responsive.css
===================================================================
--- trunk/docutils/docutils/writers/html5_polyglot/responsive.css 2024-05-03 20:25:58 UTC (rev 9674)
+++ trunk/docutils/docutils/writers/html5_polyglot/responsive.css 2024-05-03 20:26:07 UTC (rev 9675)
@@ -291,7 +291,7 @@
section:target > h5, section:target > h6,
span:target + h2, span:target + h3, span:target + h4,
span:target + h5, span:target + h6,
-dt:target, span:target,
+dt:target, span:target, p:target,
.contents :target,
.contents:target > .topic-title,
[role="doc-biblioentry"]:target > .label,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|