comparison doc/commands.txt @ 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 f3bb52da9e3c
children b00da52e942f
comparison
equal deleted inserted replaced
632:01c9848950d5 633:900b09af6b38
735 --------------------- 735 ---------------------
736 736
737 Extracts information from unittest_ results recorded in an XML file. 737 Extracts information from unittest_ results recorded in an XML file.
738 738
739 .. _unittest: http://docs.python.org/lib/module-unittest.html 739 .. _unittest: http://docs.python.org/lib/module-unittest.html
740 .. note:: This report must be used in conjunction with the ``distutils`` command 740
741 "unittest" that comes with Bitten. 741 **Note:** This report must be used in conjunction with the ``distutils``
742 command "unittest" that comes with Bitten.
742 743
743 Parameters 744 Parameters
744 ---------- 745 ----------
745 746
746 +----------------+-----------------------------------------------------------+ 747 +----------------+-----------------------------------------------------------+
977 ``<x:transform>`` 978 ``<x:transform>``
978 ----------------- 979 -----------------
979 980
980 Apply an XSLT stylesheet . 981 Apply an XSLT stylesheet .
981 982
982 .. note:: that this command requires either libxslt_ (with `Python bindings`_) 983 **Note:** This command requires either libxslt_ (with `Python bindings`_)
983 or, on Windows platforms, MSXML (version 3 or later) to be installed 984 or, on Windows platforms, MSXML (version 3 or later) to be installed
984 on the slave machine. 985 on the slave machine.
985 986
986 .. _libxslt: http://xmlsoft.org/XSLT/ 987 .. _libxslt: http://xmlsoft.org/XSLT/
987 .. _`python bindings`: http://xmlsoft.org/XSLT/python.html 988 .. _`python bindings`: http://xmlsoft.org/XSLT/python.html
988 989
989 Parameters 990 Parameters
Copyright (C) 2012-2017 Edgewall Software