Skip to content

Commit

Permalink
[docs] G5list autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Mar 4, 2022
1 parent 130c154 commit ca0f638
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
run: |
python G5check.py
python G5compare.py
python G5list.py
python G5print.py
python G5repair.py
python G5repack.py
Expand Down
14 changes: 8 additions & 6 deletions docs/tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,20 @@ G5print
:func: _G5print_parser
:prog: G5print

G5list
-------

.. argparse::
:module: GooseHDF5
:func: _G5list_parser
:prog: G5list

Overview
--------

.. autosummary::

GooseHDF5.cli.G5check
GooseHDF5.cli.G5list
GooseHDF5.cli.G5repair
GooseHDF5.cli.G5compare
GooseHDF5.cli.G5repack
Expand All @@ -29,11 +36,6 @@ G5check

.. automodule:: GooseHDF5.cli.G5check

G5list
------

.. automodule:: GooseHDF5.cli.G5list

G5repair
--------

Expand Down
1 change: 0 additions & 1 deletion tests/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import h5py
import numpy as np
import shelephant


dirname = os.path.join(os.path.abspath(os.path.dirname(__file__)), "mytest")
Expand Down

0 comments on commit ca0f638

Please sign in to comment.