diff --git a/docs/cli.rst b/docs/cli.rst new file mode 100644 index 0000000..128d979 --- /dev/null +++ b/docs/cli.rst @@ -0,0 +1,8 @@ +.. _swh-lister-cli: + +Command-line interface +====================== + +.. click:: swh.lister.cli:lister + :prog: swh lister + :nested: full diff --git a/docs/index.rst b/docs/index.rst index 6794982..116b84b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,30 +1,31 @@ .. _swh-lister: Software Heritage - Listers =========================== Collection of listers for source code distribution places like development forges, FOSS distributions, package managers, etc. Each lister is in charge to enumerate the software origins (e.g., VCS, packages, etc.) available at a source code distribution place. Overview -------- .. toctree:: :maxdepth: 2 :titlesonly: tutorial run_a_new_lister Reference Documentation ----------------------- .. toctree:: :maxdepth: 2 + cli /apidoc/swh.lister