Skip to content

Commit

Permalink
correct default in documentation #834
Browse files Browse the repository at this point in the history
  • Loading branch information
petersilva committed Nov 20, 2023
1 parent a2a342e commit 1f48efe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/source/Explanation/CommandLineGuide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ View all configuration settings (the result of all parsing... what the flow comp
'feeder': ParseResult(scheme='amqp', netloc='tfeed@localhost', path='/', params='', query='', fragment=''),
'fileEvents': {'create', 'link', 'modify', 'delete', 'mkdir', 'rmdir' },
'file_total_interval': '0',
'filename': 'WHATFN',
'filename': None,
'fixed_headers': {},
'flatten': '/',
'hostdir': 'fractal',
Expand Down
6 changes: 4 additions & 2 deletions docs/source/Reference/sr3_options.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,11 @@ option, with the use of *${..}* notation:
* %... - a `datetime.strftime() <https://docs.python.org/3/library/datetime.html#datetime.date.strftime>`_

* compatible date/time formatting string augmented by an offset duration suffix (o- for in the past, o+ for in the future)
* example: ${%o-1h%Y/%m/%d_%Hh%M:%S.%f} --> 2022/12/04_17h36:34.014412
* example (complex date): ${%Y/%m/%d_%Hh%M:%S.%f} --> 2022/12/04_17h36:34.014412
* example (add offset): ${%o-1h%Y/%m/%d_%Hh%M:%S.%f} --> 2022/12/04_16h36:34.014412

* time offset begin a strtime pattern with %o for an offset +-1(s/m/h/d/w) units.

* SOURCE - the amqp user that injected data (taken from the notification message.)
* BD - the base directory
* BUP - the path component of the baseUrl (or: baseUrlPath)
Expand Down Expand Up @@ -742,7 +744,7 @@ and in early use (when default was 1 week) brokers would often get overloaded wi
long queues for left-over experiments.


filename <keyword> (default:WHATFN)
filename <keyword> (default:None)
-----------------------------------

From **metpx-sundew**, the support of this option give all sorts of possibilities
Expand Down
2 changes: 1 addition & 1 deletion docs/source/fr/Explication/GuideLigneDeCommande.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2477,7 +2477,7 @@ pour la livraison du produit. Le script reçoit une instance de la classe sender
Le script prends le parent comme argument, et par exemple, une
modification de **parent.msg.new_file** changera le nom du fichier écrit localement.

filename <mots-clé> (défaut:WHATFN)
filename <mots-clé> (défaut:None)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

De **MetPX Sundew**, le support de cette option donne toutes sortes de possibilités
Expand Down
4 changes: 2 additions & 2 deletions docs/source/fr/Reference/sr3_options.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ en utilisant la notation *${..} * :
* %... - un patron tel qu'accepté par `datetime.strftime() <https://docs.python.org/fr/3/library/datetime.html#datetime.date.strftime>`_

* avec l'ajout du décalage avec o+- et une durée.
* avec l'ajout du décalage au début avec o+- et une durée.
* exemple: ${%Y/%m/%d_%Hh%M:%S.%f} --> 2022/12/04_17h36:34.123479

* SOURCE - l’utilisateur amqp qui a injecté des données (extraites du message d'annonce).
Expand Down Expand Up @@ -730,7 +730,7 @@ assigné au courtier, et dans les premières utilisations (lorsque le défaut é
étaient souvent surchargés de très longues files d’attente pour les tests restants.


filename <mots-clé> (défaut:WHATFN)
filename <mots-clé> (défaut:None)
-----------------------------------

De **MetPX Sundew**, le support de cette option donne toutes sortes de possibilités
Expand Down

0 comments on commit 1f48efe

Please sign in to comment.