From 315d0969589e292b4eec690cc27edae1bc74bcda Mon Sep 17 00:00:00 2001 From: eine Date: Thu, 9 Apr 2020 18:25:25 +0200 Subject: [PATCH] revert "docs: refs to methods are not found" This (partially) reverts commit 843fd1269da6ba83251dcda258eaea2e62c6e363. --- docs/cli.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/cli.rst b/docs/cli.rst index 5f0ef5386..944caa3cc 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -3,10 +3,12 @@ Command Line Interface ====================== A :class:`VUnit ` object can be created from command -line arguments by using the **from_argv** method effectively creating a custom +line arguments by using the :meth:`from_argv +` method effectively creating a custom command line tool for running tests in the user project. Source files and libraries are added to the project by using methods on the VUnit -object. The configuration is followed by a call to the **main** method which will execute the function +object. The configuration is followed by a call to the :meth:`main +` method which will execute the function specified by the command line arguments and exit the script. The added source files are automatically scanned for test cases.