From b1811f9f8a061530bd66d310cfd19fe0d75a62c1 Mon Sep 17 00:00:00 2001 From: David Douard Date: Tue, 5 Jan 2021 11:53:22 +0100 Subject: [PATCH] Add a cli section to the doc --- docs/cli.rst | 8 ++++++++ docs/index.rst | 1 + 2 files changed, 9 insertions(+) create mode 100644 docs/cli.rst 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 @@ -27,4 +27,5 @@ Reference Documentation .. toctree:: :maxdepth: 2 + cli /apidoc/swh.lister