Skip to content

Commit

Permalink
Doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp-noaa committed Dec 7, 2024
1 parent 7f05b41 commit e873834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sections/user_guide/cli/tools/fs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Source paths prefixed with ``http://`` or ``https://`` will be copied from their
Examples
^^^^^^^^

Given ``copy-config.yaml`` containing a mapping from local-filesystem destination paths to source paths.
Given ``copy-config.yaml`` containing a mapping from local-filesystem destination paths to source paths

.. literalinclude:: fs/copy-config.yaml
:language: yaml
Expand All @@ -34,7 +34,7 @@ Given ``copy-config.yaml`` containing a mapping from local-filesystem destinatio
.. literalinclude:: fs/copy-exec.out
:language: text

Here, ``foo`` and ``bar`` are copies of their respective local-filesystem source files, and ``gpl`` is a copy of the upstream network source of the GNU General Public License.
Here, ``foo`` and ``bar`` are copies of their respective local-filesystem source files, and ``gpl`` is a copy of the upstream network source.

The ``--cycle`` and ``--leadtime`` options can be used to make Python ``datetime`` and ``timedelta`` objects, respectively, available for use in Jinja2 expression in the config. For example:

Expand Down

0 comments on commit e873834

Please sign in to comment.