# HG changeset patch # User osimons # Date 1250035510 0 # Node ID 900b09af6b3884b7fd83ed17078d1d7823431e3e # Parent 01c9848950d5d060b2431ab3c6e270686f7718e1 0.6dev: The `.. note` rst processor don't seem to be found anywhere anymore. Replacing with a bold `**Note:**` before message text. diff --git a/doc/commands.txt b/doc/commands.txt --- a/doc/commands.txt +++ b/doc/commands.txt @@ -737,8 +737,9 @@ Extracts information from unittest_ results recorded in an XML file. .. _unittest: http://docs.python.org/lib/module-unittest.html -.. note:: This report must be used in conjunction with the ``distutils`` command - "unittest" that comes with Bitten. + +**Note:** This report must be used in conjunction with the ``distutils`` +command "unittest" that comes with Bitten. Parameters ---------- @@ -979,9 +980,9 @@ Apply an XSLT stylesheet . -.. note:: that this command requires either libxslt_ (with `Python bindings`_) - or, on Windows platforms, MSXML (version 3 or later) to be installed - on the slave machine. +**Note:** This command requires either libxslt_ (with `Python bindings`_) +or, on Windows platforms, MSXML (version 3 or later) to be installed +on the slave machine. .. _libxslt: http://xmlsoft.org/XSLT/ .. _`python bindings`: http://xmlsoft.org/XSLT/python.html