Skip to content

Commit 8372266

Browse files
committed
UG and INSTALL: Fix anonymous links after copy/paste failure robotframework#2222
1 parent b9842cf commit 8372266

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

INSTALL.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -597,9 +597,6 @@ specific scripts ``pybot``, ``jybot`` and ``ipybot`` for test execution and
597597
``jyrebot`` and ``ipyrebot`` for post-processing outputs. These scripts still
598598
work, but they will be deprecated and removed in the future.
599599

600-
__ `Executing installed robot module`_
601-
__ `Executing installed robot directory`_
602-
603600
Executing installed ``robot`` module
604601
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
605602

@@ -642,7 +639,8 @@ installed :file:`robot` directory or :file:`run.py` file inside it directly:
642639
Running the directory is a new feature in Robot Framework 3.0, but the older
643640
versions support running the :file:`robot/run.py` file.
644641

645-
Post-processing outputs using :file:`robot/rebot.py` works the same way too:
642+
Post-processing outputs using the :file:`robot/rebot.py` file works the same
643+
way too:
646644

647645
.. sourcecode:: bash
648646

doc/userguide/src/ExecutingTestCases/PostProcessing.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ alternative is using the `standalone JAR distribution`_.
3838
IronPython, respectively. These scripts are still installed, but the plan
3939
is to deprecate and remove them in the future.
4040

41+
__ `Executing installed robot module`_
42+
__ `Executing installed robot directory`_
43+
4144
Specifying options and arguments
4245
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4346

0 commit comments

Comments
 (0)