Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Mar 30, 2024
1 parent 6f8b32e commit edbef30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/building/sources/grib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ You can also use the requested `date` to build the filenames.
:language: yaml

The patterns in between the curly brackets are replaced by the values of
the `date` and formatted according to the Python :py:mod:`datetime`'s
:py:meth:`strftime <datetime.datetime.strftime>` method.
the `date` and formatted according to the Python strftime_ method.

.. note::

You can combine all the above options when selecting GRIB messages
from file.

.. _wildcards: https://en.wikipedia.org/wiki/Glob_(programming)
.. _strftime: https://python.readthedocs.io/en/latest/library/datetime.html#strftime-and-strptime-behavior

0 comments on commit edbef30

Please sign in to comment.