diff --git a/docs/cli.rst b/docs/cli.rst new file mode 100644 index 0000000..654111f --- /dev/null +++ b/docs/cli.rst @@ -0,0 +1,6 @@ +Command-line interface +====================== + +.. click:: swh.model.cli:identify + :prog: swh identify + :show-nested: diff --git a/docs/index.rst b/docs/index.rst index 19e075e..8ad09ac 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,14 +1,15 @@ .. _swh-model: Software Heritage - Data model ============================== Implementation of the :ref:`data-model` to archive source code artifacts. .. toctree:: :caption: Overview: :titlesonly: data-model persistent-identifiers + cli /apidoc/swh.model