changeset 633:900b09af6b38

0.6dev: The `.. note` rst processor don't seem to be found anywhere anymore. Replacing with a bold `**Note:**` before message text.
author osimons
date Wed, 12 Aug 2009 00:05:10 +0000
parents 01c9848950d5
children 945b999a1df1
files doc/commands.txt
diffstat 1 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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
Copyright (C) 2012-2017 Edgewall Software