diff --git a/docs/cli.rst b/docs/cli.rst new file mode 100644 index 0000000..5145bf3 --- /dev/null +++ b/docs/cli.rst @@ -0,0 +1,8 @@ +.. _swh-loader-cli: + +Command-line interface +====================== + +.. click:: swh.loader.cli:loader + :prog: swh loader + :nested: full diff --git a/docs/index.rst b/docs/index.rst index cf50491..4803f6b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,22 +1,23 @@ .. _swh-loader-core: Software Heritage - Loader foundations ====================================== Low-level loading utilities and helpers used by other loaders. .. toctree:: :maxdepth: 2 :caption: Contents: README Reference Documentation ----------------------- .. toctree:: :maxdepth: 2 + cli /apidoc/swh.loader.core