Skip to content

Commit

Permalink
Add formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp-noaa committed Sep 3, 2024
1 parent 506f50a commit b965e16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions docs/sections/user_guide/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ API
===

.. toctree::
:maxdepth: 1

cdeps
chgres_cube
config
Expand Down
8 changes: 4 additions & 4 deletions src/uwtools/fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ def __init__(
"""
Stage files and directories.
:param config: YAML-file path, or dict (read stdin if missing or None).
:param config: YAML-file path, or ``dict`` (read ``stdin`` if missing or ``None``).
:param target_dir: Path to target directory.
:param cycle: A datetime object to make available for use in the config.
:param leadtime: A timedelta object to make available for use in the config.
:param cycle: A ``datetime`` object to make available for use in the config.
:param leadtime: A ``timedelta`` object to make available for use in the config.
:param keys: YAML keys leading to file dst/src block.
:param dry_run: Do not copy files.
:raises: UWConfigError if config fails validation.
:raises: ``UWConfigError`` if config fails validation.
"""
dryrun(enable=dry_run)
self._keys = keys or []
Expand Down

0 comments on commit b965e16

Please sign in to comment.