Skip to content

Commit 3167802

Browse files
authored
Documentation Update
1 parent 5e87f47 commit 3167802

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/source/details/backendconfig.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,11 @@ Explanation of the single keys:
291291
Dataset-specific configuration
292292
------------------------------
293293

294-
Some configuration options should be applicable on a per-dataset basis.
294+
Sometimes it is beneficial to set configuration options for specific datasets.
295295
Most dataset-specific configuration options supported by the openPMD-api are additionally backend-specific, being format-specific serialization instructions such as compression or chunking.
296-
Such dataset-specific and backend-specific configuration is hence specified under the key path ``<backend>.dataset``, e.g.:
296+
297+
All dataset-specific and backend-specific configuration is specified under the key path ``<backend>.dataset``.
298+
Without filtering by dataset name (see the ``select``` key below) this looks like:
297299

298300
.. code-block:: json
299301

0 commit comments

Comments
 (0)