diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-01-05 23:28:53 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-01-05 23:28:53 +0000 |
| commit | c6a87ac3b3db32003899bd2a9d45f96c0fee2193 (patch) | |
| tree | 48e65c01596fe3948f4ad23529f82941e326d467 /docutils/transforms | |
| parent | 48f513d09720a508478e3505bbf21df1b730e046 (diff) | |
| download | docutils-c6a87ac3b3db32003899bd2a9d45f96c0fee2193.tar.gz | |
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
Diffstat (limited to 'docutils/transforms')
| -rw-r--r-- | docutils/transforms/frontmatter.py | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
