Author: jprantan
Date: Mon Sep 22 06:08:13 2008
New Revision: 790
Modified:
trunk/tools/fileviewer/doc/fileviewer.txt
trunk/tools/oneclickinstaller/doc/oneclickinstaller.txt
trunk/tools/ristopy/doc/ristopy.txt
trunk/tools/robotdiff/doc/robotdiff.txt
Log:
Added links to wikis
Modified: trunk/tools/fileviewer/doc/fileviewer.txt
==============================================================================
--- trunk/tools/fileviewer/doc/fileviewer.txt (original)
+++ trunk/tools/fileviewer/doc/fileviewer.txt Mon Sep 22 06:08:13 2008
@@ -1,11 +1,12 @@
-.. role:: cli
-.. role:: path
+.. include:: ../../../doc/userguide/src/roles.txt
=============
fileviewer.py
=============
-A tool for viewing Robot Framework debug files.
+:prog:`fileviewer.py` is a tool for viewing Robot Framework debug files.
It is
+included in source distributions and can also be downloaded from
+http://code.google.com/p/robotframework/wiki/FileViewingTool.
Synopsis
--------
Modified: trunk/tools/oneclickinstaller/doc/oneclickinstaller.txt
==============================================================================
--- trunk/tools/oneclickinstaller/doc/oneclickinstaller.txt (original)
+++ trunk/tools/oneclickinstaller/doc/oneclickinstaller.txt Mon Sep 22
06:08:13 2008
@@ -5,7 +5,9 @@
===================================
An AutoIT__ script for installing Robot Framework and its preconditions
-on a Windows machine.
+on a Windows machine. It is included in source distributions and can also
be
+downloaded from
+http://code.google.com/p/robotframework/wiki/OneClickInstaller
__ http://www.autoitscript.com/autoit3/
Modified: trunk/tools/ristopy/doc/ristopy.txt
==============================================================================
--- trunk/tools/ristopy/doc/ristopy.txt (original)
+++ trunk/tools/ristopy/doc/ristopy.txt Mon Sep 22 06:08:13 2008
@@ -1,16 +1,15 @@
+.. include:: ../../../doc/userguide/src/roles.txt
+
===========================================================
risto.py -- Robot Framework's Historical Reporting Tool
===========================================================
-.. role:: code
-.. role:: opt
-.. role:: path
-.. role:: prog
-
:prog:`risto.py` is a tool for plotting graphs about test execution
history based on statistics read from Robot Framework output files.
Actual drawing is handled by Matplotlib tool, which must be installed
-separately.
+separately. :prog:`risto.py` is included in source distributions and can
also
+be downloaded from
+http://code.google.com/p/robotframework/wiki/HistoricalReportingTool.
.. contents::
:local:
Modified: trunk/tools/robotdiff/doc/robotdiff.txt
==============================================================================
--- trunk/tools/robotdiff/doc/robotdiff.txt (original)
+++ trunk/tools/robotdiff/doc/robotdiff.txt Mon Sep 22 06:08:13 2008
@@ -1,11 +1,12 @@
-.. role:: path
-.. role:: cli
+.. include:: ../../../doc/userguide/src/roles.txt
============
robotdiff.py
============
-A tool for comparing two or more Robot Framework output files.
+:prog:`robotdiff.py` is a tool for comparing two or more Robot Framework
output
+files. It is included in source distributions and can also be downloaded
from
+http://code.google.com/p/robotframework/wiki/TestResultDiffingTool.
Synopsis
--------