Skip to content

Commit

Permalink
Fix doc build wrnings
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Nov 25, 2022
1 parent dff55fd commit 21270ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,13 @@ compression_opts: (
**pw_rel_error low**,
**psnr high** (big endian float64),
**psnr low**,
)
)

The `set_local` function prepends:

- For **dim size** from 2 to 5:

(**dim size**, **data type**, **r1**, **r2**, **r3** (if **dim size**>=3), **r4** (if **dim size**>=4), **r5** (if **dim size**==5))
(**dim size**, **data type**, **r1**, **r2**, **r3** (if **dim size** >= 3), **r4** (if **dim size** >= 4), **r5** (if **dim size** == 5))

**rX** are set up to **dim size** (e.g., For **dim size** == 2 only **r1** and **r2** are used)

Expand Down

0 comments on commit 21270ba

Please sign in to comment.