Skip to content

Commit

Permalink
DOC: adding cli docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorov committed Aug 1, 2024
1 parent 5df9c79 commit 805b6de
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"sphinx.ext.napoleon",
"sphinx_autodoc_typehints",
"sphinx_copybutton",
"sphinx_click",
]

source_suffix = [".rst", ".md"]
Expand Down
8 changes: 8 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,11 @@ api/idc_index
- {ref}`genindex`
- {ref}`modindex`
- {ref}`search`

## Command line tools

```
.. click:: groups.cli:cli
:prog: cli
:nested: full
```
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ dependencies = [
"pyarrow",
"requests",
"s5cmd",
"sphinx-click",
"tqdm"
]

Expand Down

0 comments on commit 805b6de

Please sign in to comment.