Skip to content

Commit

Permalink
revert "docs: refs to methods are not found"
Browse files Browse the repository at this point in the history
This (partially) reverts commit 843fd12.
  • Loading branch information
eine committed Apr 9, 2020
1 parent 10b4daa commit 315d096
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
Command Line Interface
======================
A :class:`VUnit <vunit.ui.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
<vunit.ui.VUnit.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
<vunit.ui.VUnit.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.

Expand Down

0 comments on commit 315d096

Please sign in to comment.