Skip to content

Commit 66b121c

Browse files
authored
Merge pull request #47 from TGSAI/docs/compression_example
Variable levels of ZFP compression example in docs
2 parents 90a8dc2 + 070664b commit 66b121c

File tree

3 files changed

+593
-1
lines changed

3 files changed

+593
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
name: Check for added large files
1212
entry: check-added-large-files
1313
language: system
14-
args: ["--maxkb=1000"]
14+
args: ["--maxkb=1100"]
1515
- id: check-toml
1616
name: Check Toml
1717
entry: check-toml

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ maxdepth: 1
1515
---
1616
installation
1717
notebooks/quickstart
18+
notebooks/compression
1819
usage
1920
reference
2021
contributing

0 commit comments

Comments
 (0)