Author: laukpe
Date: Fri Nov 14 04:33:13 2008
New Revision: 969
Modified:
trunk/doc/userguide/src/CreatingTestData/ResourceAndVariableFiles.txt
trunk/doc/userguide/src/RobotFrameworkUserGuide.txt
Log:
make 'Variable tables' also a link target and link to it
Modified:
trunk/doc/userguide/src/CreatingTestData/ResourceAndVariableFiles.txt
==============================================================================
--- trunk/doc/userguide/src/CreatingTestData/ResourceAndVariableFiles.txt
(original)
+++ trunk/doc/userguide/src/CreatingTestData/ResourceAndVariableFiles.txt
Fri Nov 14 04:33:13 2008
@@ -11,7 +11,7 @@
variables. For example, they allow values other than strings and
enable creating variables dynamically. Their flexibility comes from
the fact that they are created using Python code, which also makes
-them somewhat more complicated than Variable tables.
+them somewhat more complicated than `Variable tables`_.
.. contents::
Modified: trunk/doc/userguide/src/RobotFrameworkUserGuide.txt
==============================================================================
--- trunk/doc/userguide/src/RobotFrameworkUserGuide.txt (original)
+++ trunk/doc/userguide/src/RobotFrameworkUserGuide.txt Fri Nov 14 04:33:13
2008
@@ -123,13 +123,14 @@
.. _suite setup: `Suite setup and teardown`_
.. _suite teardown: `Suite setup and teardown`_
.. _tag: `Tagging test cases`_
-.. _tags: `tag`_
+.. _tags: tag_
.. _test case timeouts: `Test case timeout`_
.. _test timeout: `Test case timeout`_
.. _user keyword timeouts: `User keyword timeout`_
.. _user keyword documentation: `User keyword name and documentation`_
.. _keyword timeout: `User keyword timeout`_
-.. _variable: `Variables`_
+.. _variable: Variables_
+.. _Variable tables: `Variable table`_
.. _automatic variable: `Automatic variables`_
.. _test libraries: `Using test libraries`_
.. _test library: `test libraries`_