Skip to content

Commit

Permalink
Improve handing of Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rartino committed Jun 14, 2024
1 parent c098e47 commit 4f704c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions optimade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ The field :field:`array_axes` is defined as follows:

Examples:

- For :?:`property_slices=dim_frames:::` some of the equivalent valid representations are:
- For :query-string:`property_slices=dim_frames:::` some of the equivalent valid representations are:

- ``{}``
- ``{"start": null, "stop": null, "step": null}``
Expand All @@ -658,9 +658,9 @@ The field :field:`array_axes` is defined as follows:
Whereas, e.g., the following representation is not valid:

- ``{"start": 0}`` (despite that :val:`0` is the default value of the :field:`start` field.)
But it is instead a valid representation if the query parameter was :?:`property_slices=dim_frames:0::`.
But it is instead a valid representation if the query parameter was :query-string:`property_slices=dim_frames:0::`.

- :?:`property_slices=dim_frames:3:5:2` the representation MUST be:
- :query-string:`property_slices=dim_frames:3:5:2` the representation MUST be:

- ``{"start": 3, "stop": 5, "step": 2}``

Expand Down

0 comments on commit 4f704c1

Please sign in to comment.