[Python-checkins] r61817 - doctools/trunk/CHANGES

georg.brandl python-checkins at python.org
Sun Mar 23 22:30:58 CET 2008


Author: georg.brandl
Date: Sun Mar 23 22:30:58 2008
New Revision: 61817

Modified:
   doctools/trunk/CHANGES
Log:
Add some formatting.


Modified: doctools/trunk/CHANGES
==============================================================================
--- doctools/trunk/CHANGES	(original)
+++ doctools/trunk/CHANGES	Sun Mar 23 22:30:58 2008
@@ -8,7 +8,7 @@
   and distutils scripts.  Only install via entry points.
 
 * sphinx.builder: Don't recognize the HTML builder's copied source
-  files (under _sources) as input files if the source suffix is
+  files (under ``_sources``) as input files if the source suffix is
   ``.txt``.
 
 * sphinx.highlighting: Generate correct markup for LaTeX Verbatim
@@ -28,15 +28,16 @@
 * sphinx.ext.doctest: Make the group in which doctest blocks are
   placed selectable, and default to ``'default'``.
 
-* sphinx.ext.doctest: Replace <BLANKLINE> in doctest blocks by
+* sphinx.ext.doctest: Replace ``<BLANKLINE>`` in doctest blocks by
   real blank lines for presentation output, and remove doctest
   options given inline.
 
 * sphinx.environment: Move doctest_blocks out of block_quotes to
   support indented doctest blocks.
 
-* sphinx.ext.autodoc: Render .. automodule:: docstrings in a section
-  node, so that module docstrings can contain proper sectioning.
+* sphinx.ext.autodoc: Render ``.. automodule::`` docstrings in a
+  section node, so that module docstrings can contain proper
+  sectioning.
 
 * sphinx.ext.autodoc: Use the module's encoding for decoding
   docstrings, rather than requiring ASCII.


More information about the Python-checkins mailing list