Revision: 2431
Author: pekka.klarck
Date: Wed Feb 3 15:01:06 2010
Log: Made the link to the online version even more visible.
http://code.google.com/p/robotframework/source/detail?r=2431
Modified:
/wiki/PythonTutorial.wiki
=======================================
--- /wiki/PythonTutorial.wiki Wed Feb 3 14:52:08 2010
+++ /wiki/PythonTutorial.wiki Wed Feb 3 15:01:06 2010
@@ -2,7 +2,7 @@
The purpose of this tutorial is to offer basics of Python language,
concentrating on the features useful for writing Robot Framework test
libraries. It also contains lots of links to advanced material.
-The latest version of the tutorial is always available
*[http://robotframework.googlecode.com/svn/trunk/doc/python/PythonTutorial.html
online]*.
+The latest version of the tutorial is always
_*[http://robotframework.googlecode.com/svn/trunk/doc/python/PythonTutorial.html
available online]*_.
How to actually create test libraries is explained thoroughly in the
[UserGuide User Guide]. This tutorial covers only the very basics but it
also contains a simple
[http://robotframework.googlecode.com/svn/trunk/doc/python/ExampleLibrary.py
example library] and