Skip to content

Commit d9a4771

Browse files
testing argparse->click replacement for doc
1 parent 3579d97 commit d9a4771

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docsrc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"sphinx.ext.mathjax",
4646
"sphinx.ext.autodoc",
4747
"sphinxarg.ext", #'sphinx.ext.viewcode',
48+
"sphinx_click",
4849
"matplotlib.sphinxext.mathmpl",
4950
"matplotlib.sphinxext.plot_directive",
5051
"IPython.sphinxext.ipython_directive",

docsrc/depth.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
21
Assigning Bathymetry
32
====================
43

54
Converting a 2dm file to gr3 or between gr3 or 2dm and shapefile
65

76

8-
.. argparse::
9-
:module: schimpy.convert_mesh
10-
:func: create_arg_parser
7+
.. click:: schimpy.convert_mesh:convert_mesh_cli
118
:prog: convert_mesh
129

1310
Assigning depths from prioritized DEMs

docsrc/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ sphinx-design
44
sphinx-argparse
55
sphinxcontrib-bibtex
66
sphinx_rtd_theme
7+
sphinx-click
78
ghp-import # for GitHub Pages import
89
nbsphinx
910
numpydoc

0 commit comments

Comments
 (0)