Skip to content

Commit

Permalink
add cli documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
n8pease committed Apr 21, 2020
1 parent 1fd5e01 commit be6a42f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
3 changes: 2 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
import lsst.daf.butler
import lsst.daf.butler.version


_g = globals()
_g.update(build_package_configs(
project_name="daf_butler",
version=lsst.daf.butler.version.__version__))

extensions.append("sphinx_click.ext") # noqa: F821
15 changes: 3 additions & 12 deletions doc/lsst.daf.butler/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,9 @@ Using the Butler
Command Line Scripts
====================

.. autoprogram:: lsst.daf.butler.script.makeButlerRepo:build_argparser()
:prog: makeButlerRepo.py
:groups:

.. autoprogram:: lsst.daf.butler.script.dumpButlerConfig:build_argparser()
:prog: dumpButlerConfig.py
:groups:

.. autoprogram:: lsst.daf.butler.script.validateButlerConfiguration:build_argparser()
:prog: validateButlerConfiguration.py
:groups:

.. click:: lsst.daf.butler.cli.butler:cli
:prog: butler
:show-nested:

.. _lsst.daf.butler-dimensions:

Expand Down

0 comments on commit be6a42f

Please sign in to comment.