Skip to content

Commit

Permalink
add documentation for HPSS functions
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Apr 2, 2024
1 parent af941c8 commit c47a003
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ API
timetools
jinja
logger
hsi
htar


11 changes: 11 additions & 0 deletions docs/hsi.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.. currentmodule:: wxflow.hsi

.. autofunction:: hsi
.. autofunction:: get
.. autofunction:: put
.. autofunction:: chmod
.. autofunction:: chgrp
.. autofunction:: rm
.. autofunction:: mkdir
.. autofunction:: ls
.. autofunction:: exists
8 changes: 8 additions & 0 deletions docs/htar.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.. currentmodule:: wxflow.htar

.. autofunction:: htar
.. autofunction:: create
.. autofunction:: extract
.. autofunction:: xvf
.. autofunction:: cvf
.. autofunction:: tell

0 comments on commit c47a003

Please sign in to comment.