diff --git a/docs/cli.rst b/docs/cli.rst new file mode 100644 index 0000000..2ad5a52 --- /dev/null +++ b/docs/cli.rst @@ -0,0 +1,8 @@ +.. _swh-indexer-cli: + +Command-line interface +====================== + +.. click:: swh.indexer.cli:indexer_cli_group + :prog: swh indexer + :nested: full diff --git a/docs/index.rst b/docs/index.rst index b80d6f4..ed79b46 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,25 +1,26 @@ .. _swh-indexer: Software Heritage - Indexer =========================== Tools and workers used to mine the content of the archive and extract derived information from archive source code artifacts. .. toctree:: :maxdepth: 1 :caption: Contents: README.md dev-info.rst metadata-workflow.rst Reference Documentation ----------------------- .. toctree:: :maxdepth: 2 + cli /apidoc/swh.indexer