From 5da1265fd5938456c32baa39e52b0765c5d9e3a7 Mon Sep 17 00:00:00 2001 From: dennisbrookner Date: Tue, 18 Jun 2024 12:19:57 -0400 Subject: [PATCH] use new parsers for building docs --- docs/cli.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/cli.md b/docs/cli.md index 3ccc7a4..80d7d14 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -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 ```