From f6979682933b06b4418a1e913ef7dab3bf64ce1f Mon Sep 17 00:00:00 2001 From: Norman Fomferra Date: Tue, 16 Jan 2024 11:54:08 +0100 Subject: [PATCH] Deployed af5adee with MkDocs version: 1.5.3 --- 404.html | 4 +- about/index.html | 30 +-- api/index.html | 4 +- cli/index.html | 10 +- config/index.html | 4 +- guide/index.html | 397 +++++++++++++++++++-------------- intro/index.html => index.html | 44 ++-- requirements/index.html | 4 +- search/search_index.json | 2 +- sitemap.xml.gz | Bin 127 -> 127 bytes start/index.html | 96 ++++---- 11 files changed, 328 insertions(+), 267 deletions(-) rename intro/index.html => index.html (89%) diff --git a/404.html b/404.html index a142e54..bc2a4a6 100755 --- a/404.html +++ b/404.html @@ -184,11 +184,11 @@
  • - + - Introduction + Overview diff --git a/about/index.html b/about/index.html index bad5a08..d72b8a1 100755 --- a/about/index.html +++ b/about/index.html @@ -191,11 +191,11 @@
  • - + - Introduction + Overview @@ -582,27 +582,27 @@

    Contributions

    corresponding issue.

    Development

    Setup development environment:

    -
    pip install -r requirements.txt
    -pip install -r requirements-dev.txt
    -pip install -r requirements-docs.txt
    -
    +
    pip install -r requirements.txt
    +pip install -r requirements-dev.txt
    +pip install -r requirements-docs.txt
    +

    Testing and Coverage

    zappend uses pytest for unit-level testing and code coverage analysis.

    -
    pytest --cov=zappend tests
    -
    +
    pytest --cov=zappend tests
    +

    Code Style

    zappend source code is formatted using the black tool.

    -
    black zappend
    -
    +
    black zappend
    +

    Documentation

    zappend documentation is build using the mkdocs tool.

    -
    pip install -r requirements-doc.txt
    +
    pip install -r requirements-doc.txt
     
    -mkdocs build
    -mkdocs serve
    -mkdocs gh-deploy
    -
    +mkdocs build +mkdocs serve +mkdocs gh-deploy +

    License

    zappend is open source made available under the terms and conditions of the MIT License.

    diff --git a/api/index.html b/api/index.html index 9fb3900..82f095f 100755 --- a/api/index.html +++ b/api/index.html @@ -193,11 +193,11 @@
  • - + - Introduction + Overview diff --git a/cli/index.html b/cli/index.html index fceb95f..2425bd5 100755 --- a/cli/index.html +++ b/cli/index.html @@ -193,11 +193,11 @@
  • - + - Introduction + Overview @@ -370,7 +370,7 @@

    Command Line Interface Reference

    -
    Usage: zappend [OPTIONS] [SLICES]...
    +
    Usage: zappend [OPTIONS] [SLICES]...
     
       Create or update a Zarr dataset TARGET from slice datasets SLICES.
     
    @@ -379,12 +379,12 @@ 

    Command Line Interface Reference

    passed, subsequent configurations are incremental to the previous ones. -t, --target TARGET Target Zarr dataset path or URI. Overrides the - 'target_dir' configuration field. + 'target_dir' configuration field. --dry-run Run the tool without creating, changing, or deleting any files. --help-config json|md Show configuration help and exit. --help Show this message and exit. -
    +
    diff --git a/config/index.html b/config/index.html index 82cc92b..bbd56c1 100755 --- a/config/index.html +++ b/config/index.html @@ -193,11 +193,11 @@
  • - + - Introduction + Overview diff --git a/guide/index.html b/guide/index.html index 2d8f41f..a38d77c 100755 --- a/guide/index.html +++ b/guide/index.html @@ -193,11 +193,11 @@
  • - + - Introduction + Overview @@ -298,9 +298,9 @@