From 538921566d80f5cd903e4b5ad33ba15998e7c1ae Mon Sep 17 00:00:00 2001 From: Paul Madden <136389411+maddenp-noaa@users.noreply.github.com> Date: Wed, 21 Aug 2024 09:42:13 -0600 Subject: [PATCH] Update docs/index.rst Co-authored-by: Christina Holt <56881914+christinaholtNOAA@users.noreply.github.com> --- docs/index.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 1caac7af6..c99bac998 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -74,6 +74,10 @@ This tool helps transform legacy configuration files templated with the atparse File/Directory Provisioning ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +| **CLI**: ``uw fs -h`` +| **API**: ``import uwtools.api.fs`` + + This tool helps users define the source and destination of files to be copied or linked, or directories to be created, in the same UW YAML language used by UW drivers. | :any:`CLI documentation with examples`