File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# API
22
3+ This section documents the Application Programming Interface (API) for the ` spatialdata_io ` package.
4+
35``` {eval-rst}
46.. module:: spatialdata_io
57```
Original file line number Diff line number Diff line change 1+ # CLI
2+
3+ This section documents the Command Line Interface (CLI) for the ` spatialdata_io ` package.
4+
5+ ``` {eval-rst}
6+ .. click:: spatialdata_io.__main__:cli
7+ :prog: spatialdata_io
8+ :nested: full
9+ ```
Original file line number Diff line number Diff line change 5757 "sphinx_autodoc_typehints" ,
5858 "sphinx.ext.mathjax" ,
5959 "IPython.sphinxext.ipython_console_highlighting" ,
60+ "sphinx_click" ,
6061 * [p .stem for p in (HERE / "extensions" ).glob ("*.py" )],
6162]
6263
Original file line number Diff line number Diff line change 77:maxdepth: 1
88
99api.md
10+ cli.md
1011changelog.md
1112template_usage.md
1213contributing.md
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ doc = [
5151 " sphinxcontrib-bibtex>=1.0.0" ,
5252 " sphinx-autodoc-typehints" ,
5353 " sphinx-design" ,
54+ " sphinx-click" ,
5455 # For notebooks
5556 " ipython>=8.6.0" ,
5657 " sphinx-copybutton" ,
You can’t perform that action at this time.
0 commit comments