From c6a87ac3b3db32003899bd2a9d45f96c0fee2193 Mon Sep 17 00:00:00 2001 From: goodger Date: Thu, 5 Jan 2006 23:28:53 +0000 Subject: fixed markup bugs in docstrings; now works with Endo git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4242 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/transforms/frontmatter.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docutils/transforms') diff --git a/docutils/transforms/frontmatter.py b/docutils/transforms/frontmatter.py index 33f9a165f..14a3aa8cc 100644 --- a/docutils/transforms/frontmatter.py +++ b/docutils/transforms/frontmatter.py @@ -201,6 +201,8 @@ class DocTitle(TitlePromoter): This transform also sets the document's metadata title (document['title']). + + .. _reStructuredText: http://docutils.sf.net/rst.html """ default_priority = 320 @@ -339,6 +341,10 @@ class DocInfo(Transform): can't prevent any RCS keywords used in this explanation from being expanded. Only the "RCSfile" keyword is stable; its expansion text changes only if the file name changes.) + + .. _reStructuredText: http://docutils.sf.net/rst.html + .. _reStructuredText Markup Specification: + http://docutils.sf.net/docs/ref/rst/restructuredtext.html """ default_priority = 340 -- cgit v1.2.1