diff --git a/docs/conf.py b/docs/conf.py index 1a16458..7138c09 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,11 +33,6 @@ 'sphinx_reredirects', ] -mermaid_version = "" -html_js_files = [ - 'js/mermaid.js', # v9.4.0 -] - # Display todos by setting to True todo_include_todos = True diff --git a/docs/v3/core/v3.0.rst b/docs/v3/core/v3.0.rst index 92c227d..74b9acb 100644 --- a/docs/v3/core/v3.0.rst +++ b/docs/v3/core/v3.0.rst @@ -696,8 +696,7 @@ two-dimensional array of 64-bit little-endian floating point numbers, with 10000 rows and 1000 columns, divided into a regular chunk grid where each chunk has 1000 rows and 100 columns, and thus there will be 100 chunks in total arranged into a 10 by 10 grid. Within each chunk the -binary values are laid out in C contiguous order. Each chunk is -compressed using gzip compression prior to storage:: +binary values are laid out in C contiguous order:: { "zarr_format": 3,