Skip to content

Commit

Permalink
use new parsers for building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisbrookner committed Jun 18, 2024
1 parent 9a83f27 commit 5da1265
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
`matchmaps` is built to be used from the command-line. See the following utilities below. You can also print these messages in the command-line via the `--help` option.

```{eval-rst}
.. autoprogram:: matchmaps._compute_realspace_diff:parse_arguments()
.. autoprogram:: matchmaps._parsers:matchmaps_parser
:prog: matchmaps
.. autoprogram:: matchmaps._compute_ncs_diff:parse_arguments()
:prog: matchmaps.ncs
.. autoprogram:: matchmaps._compute_mr_diff:parse_arguments()
.. autoprogram:: matchmaps._parsers:matchmaps_mr_parser
:prog: matchmaps.mr
.. autoprogram:: matchmaps._parsers:matchmaps_ncs_parser
:prog: matchmaps.ncs
```

0 comments on commit 5da1265

Please sign in to comment.