diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 678076ea7..872d5fd62 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,13 +5,13 @@ repos: - id: check-merge-conflict - id: debug-statements - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.3 + rev: v0.8.4 hooks: - id: ruff # Run the linter. args: [--fix, --exit-non-zero-on-fix] - id: ruff-format # Run the formatter. - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.13.0" + rev: "v1.14.0" hooks: - id: mypy additional_dependencies: [types-jsonschema, xarray, types-tabulate, numpy==2.1.3] @@ -20,7 +20,7 @@ repos: hooks: - id: markdownlint - repo: https://github.com/mwouts/jupytext - rev: v1.16.5 + rev: v1.16.6 hooks: - id: jupytext args: [--pipe, black] diff --git a/docs/source/api/core.md b/docs/source/api/core.md index 45de5d969..736b904a9 100644 --- a/docs/source/api/core.md +++ b/docs/source/api/core.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/core/axes.md b/docs/source/api/core/axes.md index 9d182235b..d774c12c4 100644 --- a/docs/source/api/core/axes.md +++ b/docs/source/api/core/axes.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/core/base_model.md b/docs/source/api/core/base_model.md index 84ad04299..d3f756366 100644 --- a/docs/source/api/core/base_model.md +++ b/docs/source/api/core/base_model.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/core/config.md b/docs/source/api/core/config.md index 5ac6dba44..972106e2b 100644 --- a/docs/source/api/core/config.md +++ b/docs/source/api/core/config.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/core/constants.md b/docs/source/api/core/constants.md index 19dfb0b68..b00d6395f 100644 --- a/docs/source/api/core/constants.md +++ b/docs/source/api/core/constants.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/core/constants_class.md b/docs/source/api/core/constants_class.md index 12def7c83..eb8b32704 100644 --- a/docs/source/api/core/constants_class.md +++ b/docs/source/api/core/constants_class.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/core/constants_loader.md b/docs/source/api/core/constants_loader.md index 37cc51f41..d3c4c72b6 100644 --- a/docs/source/api/core/constants_loader.md +++ b/docs/source/api/core/constants_loader.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/core/core_components.md b/docs/source/api/core/core_components.md index 9a8b2ea7a..1b950bd6e 100644 --- a/docs/source/api/core/core_components.md +++ b/docs/source/api/core/core_components.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/core/data.md b/docs/source/api/core/data.md index aaa2f57a1..251d176cd 100644 --- a/docs/source/api/core/data.md +++ b/docs/source/api/core/data.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/core/exceptions.md b/docs/source/api/core/exceptions.md index 2d99d975d..8d4f140ba 100644 --- a/docs/source/api/core/exceptions.md +++ b/docs/source/api/core/exceptions.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/core/grid.md b/docs/source/api/core/grid.md index a5c5587f0..85127aca2 100644 --- a/docs/source/api/core/grid.md +++ b/docs/source/api/core/grid.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/core/logger.md b/docs/source/api/core/logger.md index 86ec656bf..589a888e3 100644 --- a/docs/source/api/core/logger.md +++ b/docs/source/api/core/logger.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/core/readers.md b/docs/source/api/core/readers.md index 6c901d9e9..f2ed60b97 100644 --- a/docs/source/api/core/readers.md +++ b/docs/source/api/core/readers.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/core/registry.md b/docs/source/api/core/registry.md index afa819486..162dfa4ae 100644 --- a/docs/source/api/core/registry.md +++ b/docs/source/api/core/registry.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/core/schema.md b/docs/source/api/core/schema.md index 4a84cef90..f9d013b03 100644 --- a/docs/source/api/core/schema.md +++ b/docs/source/api/core/schema.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/core/utils.md b/docs/source/api/core/utils.md index 56c3814bf..feacdcc19 100644 --- a/docs/source/api/core/utils.md +++ b/docs/source/api/core/utils.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/core/variables.md b/docs/source/api/core/variables.md index c81363a29..fec81cbf6 100644 --- a/docs/source/api/core/variables.md +++ b/docs/source/api/core/variables.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: vr_python3 language: python diff --git a/docs/source/api/example_data.md b/docs/source/api/example_data.md index 7924eeb67..24c6202c2 100644 --- a/docs/source/api/example_data.md +++ b/docs/source/api/example_data.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/main.md b/docs/source/api/main.md index 8ae67b95d..ee4ea558b 100644 --- a/docs/source/api/main.md +++ b/docs/source/api/main.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models.md b/docs/source/api/models.md index c5ad6ac1a..c386114e7 100644 --- a/docs/source/api/models.md +++ b/docs/source/api/models.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/abiotic.md b/docs/source/api/models/abiotic.md index c9064dbb9..6bc31840d 100644 --- a/docs/source/api/models/abiotic.md +++ b/docs/source/api/models/abiotic.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/abiotic/abiotic_constants.md b/docs/source/api/models/abiotic/abiotic_constants.md index 40424e966..3b9cc7f66 100644 --- a/docs/source/api/models/abiotic/abiotic_constants.md +++ b/docs/source/api/models/abiotic/abiotic_constants.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/abiotic/abiotic_model.md b/docs/source/api/models/abiotic/abiotic_model.md index a250c9f0f..46e0ebf4a 100644 --- a/docs/source/api/models/abiotic/abiotic_model.md +++ b/docs/source/api/models/abiotic/abiotic_model.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/abiotic/abiotic_tools.md b/docs/source/api/models/abiotic/abiotic_tools.md index f42029720..555dabf60 100644 --- a/docs/source/api/models/abiotic/abiotic_tools.md +++ b/docs/source/api/models/abiotic/abiotic_tools.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/abiotic/conductivities.md b/docs/source/api/models/abiotic/conductivities.md index 11bde936b..b522cbf37 100644 --- a/docs/source/api/models/abiotic/conductivities.md +++ b/docs/source/api/models/abiotic/conductivities.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/abiotic/energy_balance.md b/docs/source/api/models/abiotic/energy_balance.md index 93c10305d..a2dd88d71 100644 --- a/docs/source/api/models/abiotic/energy_balance.md +++ b/docs/source/api/models/abiotic/energy_balance.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/abiotic/soil_energy_balance.md b/docs/source/api/models/abiotic/soil_energy_balance.md index a6871e12b..3dd2c3441 100644 --- a/docs/source/api/models/abiotic/soil_energy_balance.md +++ b/docs/source/api/models/abiotic/soil_energy_balance.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/abiotic/wind.md b/docs/source/api/models/abiotic/wind.md index df5153634..c2d94121e 100644 --- a/docs/source/api/models/abiotic/wind.md +++ b/docs/source/api/models/abiotic/wind.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/abiotic_simple.md b/docs/source/api/models/abiotic_simple.md index c877d731e..f3b79d8a6 100644 --- a/docs/source/api/models/abiotic_simple.md +++ b/docs/source/api/models/abiotic_simple.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/abiotic_simple/abiotic_simple_constants.md b/docs/source/api/models/abiotic_simple/abiotic_simple_constants.md index 820ec3f87..9057889d0 100644 --- a/docs/source/api/models/abiotic_simple/abiotic_simple_constants.md +++ b/docs/source/api/models/abiotic_simple/abiotic_simple_constants.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/abiotic_simple/abiotic_simple_model.md b/docs/source/api/models/abiotic_simple/abiotic_simple_model.md index dcb492c21..ac1ec1505 100644 --- a/docs/source/api/models/abiotic_simple/abiotic_simple_model.md +++ b/docs/source/api/models/abiotic_simple/abiotic_simple_model.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/abiotic_simple/microclimate.md b/docs/source/api/models/abiotic_simple/microclimate.md index bc0f9bd7e..3facdeaf3 100644 --- a/docs/source/api/models/abiotic_simple/microclimate.md +++ b/docs/source/api/models/abiotic_simple/microclimate.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/animal.md b/docs/source/api/models/animal.md index b8bdb223c..d5eef647b 100644 --- a/docs/source/api/models/animal.md +++ b/docs/source/api/models/animal.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/animal/animal_cohorts.md b/docs/source/api/models/animal/animal_cohorts.md index f1a8957e5..331161999 100644 --- a/docs/source/api/models/animal/animal_cohorts.md +++ b/docs/source/api/models/animal/animal_cohorts.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/animal/animal_model.md b/docs/source/api/models/animal/animal_model.md index bfeae2a3f..21ae0b656 100644 --- a/docs/source/api/models/animal/animal_model.md +++ b/docs/source/api/models/animal/animal_model.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/animal/animal_traits.md b/docs/source/api/models/animal/animal_traits.md index 3a2f5021e..5cfd4ef00 100644 --- a/docs/source/api/models/animal/animal_traits.md +++ b/docs/source/api/models/animal/animal_traits.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/animal/constants.md b/docs/source/api/models/animal/constants.md index 687e9b137..5e6b03b5e 100644 --- a/docs/source/api/models/animal/constants.md +++ b/docs/source/api/models/animal/constants.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/animal/decay.md b/docs/source/api/models/animal/decay.md index b103574d0..0ecb56db5 100644 --- a/docs/source/api/models/animal/decay.md +++ b/docs/source/api/models/animal/decay.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/animal/functional_group.md b/docs/source/api/models/animal/functional_group.md index ff33d94f4..64e750558 100644 --- a/docs/source/api/models/animal/functional_group.md +++ b/docs/source/api/models/animal/functional_group.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/animal/plant_resources.md b/docs/source/api/models/animal/plant_resources.md index 0486c1719..7464020bd 100644 --- a/docs/source/api/models/animal/plant_resources.md +++ b/docs/source/api/models/animal/plant_resources.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/animal/protocols.md b/docs/source/api/models/animal/protocols.md index 936b36ac4..384189883 100644 --- a/docs/source/api/models/animal/protocols.md +++ b/docs/source/api/models/animal/protocols.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/animal/scaling_functions.md b/docs/source/api/models/animal/scaling_functions.md index fdbfe86ca..920a845f4 100644 --- a/docs/source/api/models/animal/scaling_functions.md +++ b/docs/source/api/models/animal/scaling_functions.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/hydrology.md b/docs/source/api/models/hydrology.md index 538663b49..412549f41 100644 --- a/docs/source/api/models/hydrology.md +++ b/docs/source/api/models/hydrology.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/hydrology/above_ground.md b/docs/source/api/models/hydrology/above_ground.md index 9a4fb8845..5e219a434 100644 --- a/docs/source/api/models/hydrology/above_ground.md +++ b/docs/source/api/models/hydrology/above_ground.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/hydrology/below_ground.md b/docs/source/api/models/hydrology/below_ground.md index 1e0b37d20..077f0c53b 100644 --- a/docs/source/api/models/hydrology/below_ground.md +++ b/docs/source/api/models/hydrology/below_ground.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/hydrology/constants.md b/docs/source/api/models/hydrology/constants.md index 135b83d8a..abfdf58af 100644 --- a/docs/source/api/models/hydrology/constants.md +++ b/docs/source/api/models/hydrology/constants.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/hydrology/hydrology_model.md b/docs/source/api/models/hydrology/hydrology_model.md index d53b9a64c..a7264caeb 100644 --- a/docs/source/api/models/hydrology/hydrology_model.md +++ b/docs/source/api/models/hydrology/hydrology_model.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/hydrology/hydrology_tools.md b/docs/source/api/models/hydrology/hydrology_tools.md index a673a5542..3b86f5978 100644 --- a/docs/source/api/models/hydrology/hydrology_tools.md +++ b/docs/source/api/models/hydrology/hydrology_tools.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/litter.md b/docs/source/api/models/litter.md index 88a980fa7..9aac81689 100644 --- a/docs/source/api/models/litter.md +++ b/docs/source/api/models/litter.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/litter/carbon.md b/docs/source/api/models/litter/carbon.md index 586d30bc5..9561c237d 100644 --- a/docs/source/api/models/litter/carbon.md +++ b/docs/source/api/models/litter/carbon.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/litter/chemistry.md b/docs/source/api/models/litter/chemistry.md index 765a7ad92..4d80721dd 100644 --- a/docs/source/api/models/litter/chemistry.md +++ b/docs/source/api/models/litter/chemistry.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/litter/constants.md b/docs/source/api/models/litter/constants.md index 2482a5270..39fc26be7 100644 --- a/docs/source/api/models/litter/constants.md +++ b/docs/source/api/models/litter/constants.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/litter/env_factors.md b/docs/source/api/models/litter/env_factors.md index 3cc5e354e..321aca6c1 100644 --- a/docs/source/api/models/litter/env_factors.md +++ b/docs/source/api/models/litter/env_factors.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/litter/inputs.md b/docs/source/api/models/litter/inputs.md index 27a1cc7c1..8f7aa499f 100644 --- a/docs/source/api/models/litter/inputs.md +++ b/docs/source/api/models/litter/inputs.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/litter/litter_model.md b/docs/source/api/models/litter/litter_model.md index 549f11926..56c5502a5 100644 --- a/docs/source/api/models/litter/litter_model.md +++ b/docs/source/api/models/litter/litter_model.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/plants.md b/docs/source/api/models/plants.md index 8108879cc..737ab7d0e 100644 --- a/docs/source/api/models/plants.md +++ b/docs/source/api/models/plants.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/plants/plant_structures.md b/docs/source/api/models/plants/plant_structures.md index 93cf0cd36..fc7b255ef 100644 --- a/docs/source/api/models/plants/plant_structures.md +++ b/docs/source/api/models/plants/plant_structures.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/plants/plants_model.md b/docs/source/api/models/plants/plants_model.md index f33f4d72d..9edc36acc 100644 --- a/docs/source/api/models/plants/plants_model.md +++ b/docs/source/api/models/plants/plants_model.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/soil.md b/docs/source/api/models/soil.md index d599a4273..0af3eec6e 100644 --- a/docs/source/api/models/soil.md +++ b/docs/source/api/models/soil.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/soil/constants.md b/docs/source/api/models/soil/constants.md index 369805872..42d25a3a3 100644 --- a/docs/source/api/models/soil/constants.md +++ b/docs/source/api/models/soil/constants.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/soil/env_factors.md b/docs/source/api/models/soil/env_factors.md index 7174f243c..481a20df4 100644 --- a/docs/source/api/models/soil/env_factors.md +++ b/docs/source/api/models/soil/env_factors.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/soil/pools.md b/docs/source/api/models/soil/pools.md index e96d284e1..722c62268 100644 --- a/docs/source/api/models/soil/pools.md +++ b/docs/source/api/models/soil/pools.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/api/models/soil/soil_model.md b/docs/source/api/models/soil/soil_model.md index 4a5dec6b2..75aa58dfb 100644 --- a/docs/source/api/models/soil/soil_model.md +++ b/docs/source/api/models/soil/soil_model.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/bibliography.md b/docs/source/bibliography.md index a07fc80e6..c23804cab 100644 --- a/docs/source/bibliography.md +++ b/docs/source/bibliography.md @@ -8,7 +8,7 @@ jupyter: extension: .md format_name: markdown format_version: '1.3' - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 --- # Bibliography diff --git a/docs/source/development/contributing.md b/docs/source/development/contributing.md index e42665cc5..618348ff3 100644 --- a/docs/source/development/contributing.md +++ b/docs/source/development/contributing.md @@ -8,7 +8,7 @@ jupyter: extension: .md format_name: markdown format_version: '1.3' - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 --- # Contributing to the Virtual Ecosystem diff --git a/docs/source/development/contributing/code_qa_and_typing.md b/docs/source/development/contributing/code_qa_and_typing.md index a908e12c6..b7311e5eb 100644 --- a/docs/source/development/contributing/code_qa_and_typing.md +++ b/docs/source/development/contributing/code_qa_and_typing.md @@ -5,7 +5,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 language: python diff --git a/docs/source/development/contributing/code_testing.md b/docs/source/development/contributing/code_testing.md index 42240b654..695e3cbd8 100644 --- a/docs/source/development/contributing/code_testing.md +++ b/docs/source/development/contributing/code_testing.md @@ -5,7 +5,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 language: python diff --git a/docs/source/development/contributing/github_actions.md b/docs/source/development/contributing/github_actions.md index 4c758fba9..75f7f94bc 100644 --- a/docs/source/development/contributing/github_actions.md +++ b/docs/source/development/contributing/github_actions.md @@ -5,7 +5,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 language: python diff --git a/docs/source/development/contributing/overview.md b/docs/source/development/contributing/overview.md index 164de29ea..ac77583f7 100644 --- a/docs/source/development/contributing/overview.md +++ b/docs/source/development/contributing/overview.md @@ -5,7 +5,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 language: python diff --git a/docs/source/development/contributing/release_process.md b/docs/source/development/contributing/release_process.md index 5d2eb0513..abe69b704 100644 --- a/docs/source/development/contributing/release_process.md +++ b/docs/source/development/contributing/release_process.md @@ -5,7 +5,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 language: python diff --git a/docs/source/development/design.md b/docs/source/development/design.md index 2f424f454..dc9c3b6fb 100644 --- a/docs/source/development/design.md +++ b/docs/source/development/design.md @@ -8,7 +8,7 @@ jupyter: extension: .md format_name: markdown format_version: '1.3' - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 --- # The design of the Virtual Ecosystem diff --git a/docs/source/development/design/core.md b/docs/source/development/design/core.md index 801ebd1fe..fbf83b7d5 100644 --- a/docs/source/development/design/core.md +++ b/docs/source/development/design/core.md @@ -6,7 +6,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/development/design/defining_new_models.md b/docs/source/development/design/defining_new_models.md index 0106408c3..ef323509d 100644 --- a/docs/source/development/design/defining_new_models.md +++ b/docs/source/development/design/defining_new_models.md @@ -5,7 +5,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/development/documentation.md b/docs/source/development/documentation.md index 41e7e8251..4bfb8c148 100644 --- a/docs/source/development/documentation.md +++ b/docs/source/development/documentation.md @@ -8,7 +8,7 @@ jupyter: extension: .md format_name: markdown format_version: '1.3' - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 --- # Documentation development diff --git a/docs/source/development/documentation/api_generation.md b/docs/source/development/documentation/api_generation.md index d37ec6733..84c25e717 100644 --- a/docs/source/development/documentation/api_generation.md +++ b/docs/source/development/documentation/api_generation.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 --- # Generating API documentation from docstrings diff --git a/docs/source/development/documentation/docstring_style.md b/docs/source/development/documentation/docstring_style.md index 03d5260ad..686b05759 100644 --- a/docs/source/development/documentation/docstring_style.md +++ b/docs/source/development/documentation/docstring_style.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 --- # Docstring style for the Virtual Ecosystem package diff --git a/docs/source/development/documentation/docstring_style.py b/docs/source/development/documentation/docstring_style.py index 916b968e8..0b093dbda 100644 --- a/docs/source/development/documentation/docstring_style.py +++ b/docs/source/development/documentation/docstring_style.py @@ -7,7 +7,7 @@ # extension: .py # format_name: light # format_version: '1.5' -# jupytext_version: 1.16.5 +# jupytext_version: 1.16.6 # --- """This is the documentation for the module. It does not start with a header line diff --git a/docs/source/development/documentation/documentation.md b/docs/source/development/documentation/documentation.md index 3aba58ac6..73bbd545f 100644 --- a/docs/source/development/documentation/documentation.md +++ b/docs/source/development/documentation/documentation.md @@ -5,7 +5,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 language: python diff --git a/docs/source/development/documentation/jupyter_notebooks.md b/docs/source/development/documentation/jupyter_notebooks.md index 763470f1d..ba3307f90 100644 --- a/docs/source/development/documentation/jupyter_notebooks.md +++ b/docs/source/development/documentation/jupyter_notebooks.md @@ -7,7 +7,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/index.md b/docs/source/index.md index 9f618628f..fde57f4e5 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -5,7 +5,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 language: python diff --git a/docs/source/using_the_ve/configuration/axes.md b/docs/source/using_the_ve/configuration/axes.md index 8b3a0a02f..a0d94c708 100644 --- a/docs/source/using_the_ve/configuration/axes.md +++ b/docs/source/using_the_ve/configuration/axes.md @@ -6,7 +6,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/using_the_ve/configuration/config.md b/docs/source/using_the_ve/configuration/config.md index ffd89c638..787a57e15 100644 --- a/docs/source/using_the_ve/configuration/config.md +++ b/docs/source/using_the_ve/configuration/config.md @@ -6,7 +6,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/using_the_ve/configuration/constants.md b/docs/source/using_the_ve/configuration/constants.md index 656edabd8..a73a35169 100644 --- a/docs/source/using_the_ve/configuration/constants.md +++ b/docs/source/using_the_ve/configuration/constants.md @@ -6,7 +6,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/using_the_ve/configuration/grid.md b/docs/source/using_the_ve/configuration/grid.md index fe3edc8d7..76142f183 100644 --- a/docs/source/using_the_ve/configuration/grid.md +++ b/docs/source/using_the_ve/configuration/grid.md @@ -6,7 +6,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/using_the_ve/data/data.md b/docs/source/using_the_ve/data/data.md index f8f27edd0..2ca2ebb69 100644 --- a/docs/source/using_the_ve/data/data.md +++ b/docs/source/using_the_ve/data/data.md @@ -6,7 +6,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/using_the_ve/data/notes_preprocessing.md b/docs/source/using_the_ve/data/notes_preprocessing.md index 08aa8c260..a6a0f9ca6 100644 --- a/docs/source/using_the_ve/data/notes_preprocessing.md +++ b/docs/source/using_the_ve/data/notes_preprocessing.md @@ -8,7 +8,7 @@ jupyter: extension: .md format_name: markdown format_version: '1.3' - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 --- # Notes on climate data pre-processing diff --git a/docs/source/using_the_ve/example_data.md b/docs/source/using_the_ve/example_data.md index 73d4000bd..5bfd20682 100644 --- a/docs/source/using_the_ve/example_data.md +++ b/docs/source/using_the_ve/example_data.md @@ -8,7 +8,7 @@ jupyter: extension: .md format_name: markdown format_version: '1.3' - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 --- # Virtual Ecosystem example data diff --git a/docs/source/using_the_ve/getting_started.md b/docs/source/using_the_ve/getting_started.md index 9e638dc8d..2dc39db24 100644 --- a/docs/source/using_the_ve/getting_started.md +++ b/docs/source/using_the_ve/getting_started.md @@ -6,7 +6,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/using_the_ve/ve_run.md b/docs/source/using_the_ve/ve_run.md index 8dba43507..e07cf3661 100644 --- a/docs/source/using_the_ve/ve_run.md +++ b/docs/source/using_the_ve/ve_run.md @@ -6,7 +6,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/using_the_ve/virtual_ecosystem_in_use.md b/docs/source/using_the_ve/virtual_ecosystem_in_use.md index 30641a3f0..71d14fe2b 100644 --- a/docs/source/using_the_ve/virtual_ecosystem_in_use.md +++ b/docs/source/using_the_ve/virtual_ecosystem_in_use.md @@ -5,7 +5,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/virtual_ecosystem/implementation/abiotic_implementation.md b/docs/source/virtual_ecosystem/implementation/abiotic_implementation.md index 6f1d63231..2d13a54bf 100644 --- a/docs/source/virtual_ecosystem/implementation/abiotic_implementation.md +++ b/docs/source/virtual_ecosystem/implementation/abiotic_implementation.md @@ -5,7 +5,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/virtual_ecosystem/implementation/abiotic_simple_implementation.md b/docs/source/virtual_ecosystem/implementation/abiotic_simple_implementation.md index 6e043f93b..ca0869333 100644 --- a/docs/source/virtual_ecosystem/implementation/abiotic_simple_implementation.md +++ b/docs/source/virtual_ecosystem/implementation/abiotic_simple_implementation.md @@ -5,7 +5,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/virtual_ecosystem/implementation/animal_implementation.md b/docs/source/virtual_ecosystem/implementation/animal_implementation.md index cfcf7b12f..9ddced49d 100644 --- a/docs/source/virtual_ecosystem/implementation/animal_implementation.md +++ b/docs/source/virtual_ecosystem/implementation/animal_implementation.md @@ -6,7 +6,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/virtual_ecosystem/implementation/core_components_overview.md b/docs/source/virtual_ecosystem/implementation/core_components_overview.md index 552abbfc4..f0cbc6607 100644 --- a/docs/source/virtual_ecosystem/implementation/core_components_overview.md +++ b/docs/source/virtual_ecosystem/implementation/core_components_overview.md @@ -6,7 +6,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/virtual_ecosystem/implementation/hydrology_implementation.md b/docs/source/virtual_ecosystem/implementation/hydrology_implementation.md index 2460134e0..0d6f0894f 100644 --- a/docs/source/virtual_ecosystem/implementation/hydrology_implementation.md +++ b/docs/source/virtual_ecosystem/implementation/hydrology_implementation.md @@ -5,7 +5,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/virtual_ecosystem/implementation/implementation.md b/docs/source/virtual_ecosystem/implementation/implementation.md index 19b833fc8..a0b31cece 100644 --- a/docs/source/virtual_ecosystem/implementation/implementation.md +++ b/docs/source/virtual_ecosystem/implementation/implementation.md @@ -6,7 +6,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/virtual_ecosystem/implementation/litter_implementation.md b/docs/source/virtual_ecosystem/implementation/litter_implementation.md index da4df346a..c42798f46 100644 --- a/docs/source/virtual_ecosystem/implementation/litter_implementation.md +++ b/docs/source/virtual_ecosystem/implementation/litter_implementation.md @@ -6,7 +6,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/virtual_ecosystem/implementation/main_simulation.md b/docs/source/virtual_ecosystem/implementation/main_simulation.md index 83e0ea762..6ff590176 100644 --- a/docs/source/virtual_ecosystem/implementation/main_simulation.md +++ b/docs/source/virtual_ecosystem/implementation/main_simulation.md @@ -6,7 +6,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/virtual_ecosystem/implementation/plants_implementation.md b/docs/source/virtual_ecosystem/implementation/plants_implementation.md index 6503b9a82..9feb8dc41 100644 --- a/docs/source/virtual_ecosystem/implementation/plants_implementation.md +++ b/docs/source/virtual_ecosystem/implementation/plants_implementation.md @@ -5,7 +5,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/virtual_ecosystem/implementation/science_model_overview.md b/docs/source/virtual_ecosystem/implementation/science_model_overview.md index 265b8830a..e39349236 100644 --- a/docs/source/virtual_ecosystem/implementation/science_model_overview.md +++ b/docs/source/virtual_ecosystem/implementation/science_model_overview.md @@ -6,7 +6,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/virtual_ecosystem/implementation/soil_implementation.md b/docs/source/virtual_ecosystem/implementation/soil_implementation.md index 85142ab18..cef2278e7 100644 --- a/docs/source/virtual_ecosystem/implementation/soil_implementation.md +++ b/docs/source/virtual_ecosystem/implementation/soil_implementation.md @@ -6,7 +6,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/virtual_ecosystem/implementation/var_generator.py b/docs/source/virtual_ecosystem/implementation/var_generator.py index 68d743ada..7b0a12f54 100644 --- a/docs/source/virtual_ecosystem/implementation/var_generator.py +++ b/docs/source/virtual_ecosystem/implementation/var_generator.py @@ -7,7 +7,7 @@ # extension: .py # format_name: light # format_version: '1.5' -# jupytext_version: 1.16.5 +# jupytext_version: 1.16.6 # --- """Utility functions to generate model variable listings.""" diff --git a/docs/source/virtual_ecosystem/implementation/variables.md b/docs/source/virtual_ecosystem/implementation/variables.md index d19e26ac5..3da635655 100644 --- a/docs/source/virtual_ecosystem/implementation/variables.md +++ b/docs/source/virtual_ecosystem/implementation/variables.md @@ -5,7 +5,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/virtual_ecosystem/theory/abiotic_theory.md b/docs/source/virtual_ecosystem/theory/abiotic_theory.md index efad0295b..1a4acf8aa 100644 --- a/docs/source/virtual_ecosystem/theory/abiotic_theory.md +++ b/docs/source/virtual_ecosystem/theory/abiotic_theory.md @@ -6,7 +6,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/virtual_ecosystem/theory/animals/animal_theory.md b/docs/source/virtual_ecosystem/theory/animals/animal_theory.md index 11170c39d..64cc5c458 100644 --- a/docs/source/virtual_ecosystem/theory/animals/animal_theory.md +++ b/docs/source/virtual_ecosystem/theory/animals/animal_theory.md @@ -6,7 +6,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/virtual_ecosystem/theory/animals/carcasses_and_excrement.md b/docs/source/virtual_ecosystem/theory/animals/carcasses_and_excrement.md index 83effc1c5..4e02b8f4b 100644 --- a/docs/source/virtual_ecosystem/theory/animals/carcasses_and_excrement.md +++ b/docs/source/virtual_ecosystem/theory/animals/carcasses_and_excrement.md @@ -6,7 +6,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/virtual_ecosystem/theory/hydrology_theory.md b/docs/source/virtual_ecosystem/theory/hydrology_theory.md index 1b0d7a970..7eed6ce7c 100644 --- a/docs/source/virtual_ecosystem/theory/hydrology_theory.md +++ b/docs/source/virtual_ecosystem/theory/hydrology_theory.md @@ -6,7 +6,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/virtual_ecosystem/theory/microclimate_theory.md b/docs/source/virtual_ecosystem/theory/microclimate_theory.md index 02acde895..080d255ec 100644 --- a/docs/source/virtual_ecosystem/theory/microclimate_theory.md +++ b/docs/source/virtual_ecosystem/theory/microclimate_theory.md @@ -6,7 +6,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/virtual_ecosystem/theory/plant_theory.md b/docs/source/virtual_ecosystem/theory/plant_theory.md index 9c769f5c0..6222afe46 100644 --- a/docs/source/virtual_ecosystem/theory/plant_theory.md +++ b/docs/source/virtual_ecosystem/theory/plant_theory.md @@ -6,7 +6,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/virtual_ecosystem/theory/soil/environmental_links.md b/docs/source/virtual_ecosystem/theory/soil/environmental_links.md index ccdd73ef5..e6dafc54a 100644 --- a/docs/source/virtual_ecosystem/theory/soil/environmental_links.md +++ b/docs/source/virtual_ecosystem/theory/soil/environmental_links.md @@ -6,7 +6,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/virtual_ecosystem/theory/soil/litter_theory.md b/docs/source/virtual_ecosystem/theory/soil/litter_theory.md index 4b1e13606..1c9907b40 100644 --- a/docs/source/virtual_ecosystem/theory/soil/litter_theory.md +++ b/docs/source/virtual_ecosystem/theory/soil/litter_theory.md @@ -6,7 +6,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/virtual_ecosystem/theory/soil/soil_theory.md b/docs/source/virtual_ecosystem/theory/soil/soil_theory.md index 824c30d80..1230e12ff 100644 --- a/docs/source/virtual_ecosystem/theory/soil/soil_theory.md +++ b/docs/source/virtual_ecosystem/theory/soil/soil_theory.md @@ -6,7 +6,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/virtual_ecosystem/theory/soil/summary.md b/docs/source/virtual_ecosystem/theory/soil/summary.md index d573d6d43..64da9d13c 100644 --- a/docs/source/virtual_ecosystem/theory/soil/summary.md +++ b/docs/source/virtual_ecosystem/theory/soil/summary.md @@ -6,7 +6,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python diff --git a/docs/source/virtual_ecosystem/theory/theory.md b/docs/source/virtual_ecosystem/theory/theory.md index fe04a083c..a910c8aea 100644 --- a/docs/source/virtual_ecosystem/theory/theory.md +++ b/docs/source/virtual_ecosystem/theory/theory.md @@ -6,7 +6,7 @@ jupytext: extension: .md format_name: myst format_version: 0.13 - jupytext_version: 1.16.5 + jupytext_version: 1.16.6 kernelspec: display_name: Python 3 (ipykernel) language: python