Skip to content

Commit 8efd05f

Browse files
committed
Fixed api doc formatting
1 parent 6d7f734 commit 8efd05f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/api/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ covered by the `Robot Framework User Guide`__.
99
Main API entry points are documented here, but the lower level
1010
implementation details are not always that well documented. If the
1111
documentation is insufficient, it is possible to view the source code
12-
by clicking `[source]` link in the documentation. In case viewing the
12+
by clicking ``[source]`` link in the documentation. In case viewing the
1313
source is not helpful either, questions may be sent to the
1414
`robotframework-users`__ mailing list.
1515

src/robot/api/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
for creating such suites based on existing test data on the file system.
3939
4040
* :class:`~robot.model.visitor.SuiteVisitor` abstract class for processing testdata
41-
before execution. This can be used as a base for implementing a pre run
42-
modifier that is taken into use with `--prerunmodifier` commandline option.
41+
before execution. This can be used as a base for implementing a pre-run
42+
modifier that is taken into use with ``--prerunmodifier`` commandline option.
4343
4444
* :func:`~robot.result.resultbuilder.ExecutionResult` factory method
4545
for reading execution results from XML output files and
4646
:class:`~robot.result.visitor.ResultVisitor` abstract class to ease
4747
further processing the results.
4848
:class:`~robot.result.visitor.ResultVisitor` can also be used as a base
49-
for pre rebot modifier that is taken into use with `--prerebotmodifier`
49+
for pre-Rebot modifier that is taken into use with ``--prerebotmodifier``
5050
commandline option.
5151
5252
* :class:`~robot.reporting.resultwriter.ResultWriter` class for writing

0 commit comments

Comments
 (0)