Revision: 2429
Author: pekka.klarck
Date: Wed Feb 3 14:52:08 2010
Log: Made the link to the latest version more visible
http://code.google.com/p/robotframework/source/detail?r=2429
Modified:
/wiki/PythonTutorial.wiki
=======================================
--- /wiki/PythonTutorial.wiki Sun Aug 16 13:34:07 2009
+++ /wiki/PythonTutorial.wiki Wed Feb 3 14:52:08 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 available
*[http://robotframework.googlecode.com/svn/trunk/doc/python/PythonTutorial.html
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