Skip to content

Commit

Permalink
Fix reference checks
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Sep 23, 2024
1 parent f69737f commit 9751015
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/source/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ pip install pybench[cli]
```

There are two command line tools available:
- [`pybenchiio`](#pybenchiio) - A command line tool for interfacing with libiio devices.
- [`pybench`](#pybench) - A command line tool for querying VISA based instruments.
- [`pybenchiio`](#pybenchiiocli) - A command line tool for interfacing with libiio devices.
- [`pybench`](#pybenchcli) - A command line tool for querying VISA based instruments.


(#pybenchiio)=
(pybenchiiocli)=
```{eval-rst}
.. click:: bench.cli.iiotools:cli
:prog: pybenchiio
Expand All @@ -22,11 +22,11 @@ There are two command line tools available:

---

(#pybench)=
(pybenchcli)=
```{eval-rst}
.. click:: bench.cli.visatools:cli
:prog: pybench
:nested: full
```
```

0 comments on commit 9751015

Please sign in to comment.