diff --git a/.doctrees/changelog.d/20241108_162952_ncoghlan_fix_automatic_layer_versioning.doctree b/.doctrees/changelog.d/20241108_162952_ncoghlan_fix_automatic_layer_versioning.doctree deleted file mode 100644 index cad5c61..0000000 Binary files a/.doctrees/changelog.d/20241108_162952_ncoghlan_fix_automatic_layer_versioning.doctree and /dev/null differ diff --git a/.doctrees/changelog.d/20241108_215625_ncoghlan_enable_docstring_style_checks.doctree b/.doctrees/changelog.d/20241108_215625_ncoghlan_enable_docstring_style_checks.doctree deleted file mode 100644 index 680b757..0000000 Binary files a/.doctrees/changelog.d/20241108_215625_ncoghlan_enable_docstring_style_checks.doctree and /dev/null differ diff --git a/.doctrees/changelog.d/20241111_104113_ncoghlan_add_stack_format_docs.doctree b/.doctrees/changelog.d/20241111_104113_ncoghlan_add_stack_format_docs.doctree deleted file mode 100644 index 8a5efa6..0000000 Binary files a/.doctrees/changelog.d/20241111_104113_ncoghlan_add_stack_format_docs.doctree and /dev/null differ diff --git a/.doctrees/changelog.d/20241112_134636_ncoghlan_discourage_at_symbol_in_layer_names.doctree b/.doctrees/changelog.d/20241112_134636_ncoghlan_discourage_at_symbol_in_layer_names.doctree deleted file mode 100644 index 8f6d54f..0000000 Binary files a/.doctrees/changelog.d/20241112_134636_ncoghlan_discourage_at_symbol_in_layer_names.doctree and /dev/null differ diff --git a/.doctrees/changelog.d/20241105_141935_ncoghlan_more_resilient_postinstall.doctree b/.doctrees/changelog.d/pending.doctree similarity index 53% rename from .doctrees/changelog.d/20241105_141935_ncoghlan_more_resilient_postinstall.doctree rename to .doctrees/changelog.d/pending.doctree index 3b68414..019d1af 100644 Binary files a/.doctrees/changelog.d/20241105_141935_ncoghlan_more_resilient_postinstall.doctree and b/.doctrees/changelog.d/pending.doctree differ diff --git a/.doctrees/changelog.doctree b/.doctrees/changelog.doctree index 9b72ec9..27f33ff 100644 Binary files a/.doctrees/changelog.doctree and b/.doctrees/changelog.doctree differ diff --git a/.doctrees/environment.pickle b/.doctrees/environment.pickle index 1a81e76..afb2833 100644 Binary files a/.doctrees/environment.pickle and b/.doctrees/environment.pickle differ diff --git a/_sources/changelog.d/20241105_141935_ncoghlan_more_resilient_postinstall.rst.txt b/_sources/changelog.d/20241105_141935_ncoghlan_more_resilient_postinstall.rst.txt deleted file mode 100644 index c9da85f..0000000 --- a/_sources/changelog.d/20241105_141935_ncoghlan_more_resilient_postinstall.rst.txt +++ /dev/null @@ -1,7 +0,0 @@ -Fixed ------ - -- Post-installation scripts for layered environments now work - correctly even when run with a Python installation other - than the expected base runtime (resolved in :issue:`66`) - diff --git a/_sources/changelog.d/20241108_162952_ncoghlan_fix_automatic_layer_versioning.rst.txt b/_sources/changelog.d/20241108_162952_ncoghlan_fix_automatic_layer_versioning.rst.txt deleted file mode 100644 index 55d7fbf..0000000 --- a/_sources/changelog.d/20241108_162952_ncoghlan_fix_automatic_layer_versioning.rst.txt +++ /dev/null @@ -1,9 +0,0 @@ -Added ------ - -- Setting ``versioned = True`` in a layer definition will append a - lock version number to the layer name that automatically increments - each time the locked requirements change for that layer (``layer@1``, - ``layer@2``, etc). Layer dependency declarations and build environments, - use the unversioned name, but deployed environments and their metadata - will use the versioned name (implemented in :issue:`24`). diff --git a/_sources/changelog.d/20241108_215625_ncoghlan_enable_docstring_style_checks.rst.txt b/_sources/changelog.d/20241108_215625_ncoghlan_enable_docstring_style_checks.rst.txt deleted file mode 100644 index 5d795d0..0000000 --- a/_sources/changelog.d/20241108_215625_ncoghlan_enable_docstring_style_checks.rst.txt +++ /dev/null @@ -1,11 +0,0 @@ -Changed -------- - -- Renamed :class:`!EnvironmentExportRequest` to :class:`LayerExportRequest` (part of :issue:`33`). -- Exposed :class:`LayerSpecBase`, :class:`LayeredSpecBase` as public classes (part of :issue:`33`). -- Exposed :class:`LayerEnvBase`, :class:`LayeredEnvBase` as public classes (part of :issue:`33`). -- Added leading underscores to several private functions and methods (part of :issue:`33`). -- Added docstrings to all remaining public functions and methods (part of :issue:`33`). -- Enabled rendered previews for documentation PRs (requested in :issue:`43`). -- Enabled link validity checks when rendering documentation (requested in :issue:`62`). - diff --git a/_sources/changelog.d/20241111_104113_ncoghlan_add_stack_format_docs.rst.txt b/_sources/changelog.d/20241111_104113_ncoghlan_add_stack_format_docs.rst.txt deleted file mode 100644 index ce58d1f..0000000 --- a/_sources/changelog.d/20241111_104113_ncoghlan_add_stack_format_docs.rst.txt +++ /dev/null @@ -1,7 +0,0 @@ -Added ------ - -- Added documentation for the :ref:`stack-specification-format` (added in :issue:`78`). -- Added ``python_implementation`` to the published layer metadata (added in :issue:`78`). -- Added ``bound_to_implementation`` to the published layer metadata (added in :issue:`78`). - diff --git a/_sources/changelog.d/20241112_134636_ncoghlan_discourage_at_symbol_in_layer_names.rst.txt b/_sources/changelog.d/20241112_134636_ncoghlan_discourage_at_symbol_in_layer_names.rst.txt deleted file mode 100644 index 3a9ddc9..0000000 --- a/_sources/changelog.d/20241112_134636_ncoghlan_discourage_at_symbol_in_layer_names.rst.txt +++ /dev/null @@ -1,8 +0,0 @@ -Changed -------- - -- Updated docs to actively discourage using ``@`` in layers names (part of :issue:`78`). -- Renamed ``fully_versioned_name`` runtime layer specification field to ``python_implementation`` (part of :issue:`78`). -- Renamed ``runtime_name`` to ``runtime_layer`` in the layer metadata (to align with the ``required_layers`` field), - and simplified it to always refer to the runtime layer's install target name (part of :issue:`78`). - diff --git a/_sources/changelog.d/pending.rst.txt b/_sources/changelog.d/pending.rst.txt new file mode 100644 index 0000000..b1be010 --- /dev/null +++ b/_sources/changelog.d/pending.rst.txt @@ -0,0 +1,4 @@ +Pending +------- + +No unpublished changes diff --git a/api/cli/index.html b/api/cli/index.html index c022a23..5162243 100644 --- a/api/cli/index.html +++ b/api/cli/index.html @@ -252,11 +252,7 @@
  • Development
  • Changelog
  • diff --git a/api/index.html b/api/index.html index f3b0c68..1fadf06 100644 --- a/api/index.html +++ b/api/index.html @@ -252,11 +252,7 @@
  • Development
  • Changelog
  • diff --git a/api/pack_venv/index.html b/api/pack_venv/index.html index 494f17c..b736cdd 100644 --- a/api/pack_venv/index.html +++ b/api/pack_venv/index.html @@ -252,11 +252,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/index.html b/api/stacks/index.html index 62255ab..d289775 100644 --- a/api/stacks/index.html +++ b/api/stacks/index.html @@ -252,11 +252,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.ApplicationEnv/index.html b/api/stacks/venvstacks.stacks.ApplicationEnv/index.html index 02abacb..86d4de6 100644 --- a/api/stacks/venvstacks.stacks.ApplicationEnv/index.html +++ b/api/stacks/venvstacks.stacks.ApplicationEnv/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.ApplicationSpec/index.html b/api/stacks/venvstacks.stacks.ApplicationSpec/index.html index 2e2d857..436ded8 100644 --- a/api/stacks/venvstacks.stacks.ApplicationSpec/index.html +++ b/api/stacks/venvstacks.stacks.ApplicationSpec/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.ArchiveBuildMetadata/index.html b/api/stacks/venvstacks.stacks.ArchiveBuildMetadata/index.html index a78bd0e..96a0147 100644 --- a/api/stacks/venvstacks.stacks.ArchiveBuildMetadata/index.html +++ b/api/stacks/venvstacks.stacks.ArchiveBuildMetadata/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.ArchiveBuildRequest/index.html b/api/stacks/venvstacks.stacks.ArchiveBuildRequest/index.html index 2d6e3f8..4d6041a 100644 --- a/api/stacks/venvstacks.stacks.ArchiveBuildRequest/index.html +++ b/api/stacks/venvstacks.stacks.ArchiveBuildRequest/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.ArchiveHashes/index.html b/api/stacks/venvstacks.stacks.ArchiveHashes/index.html index fb3ae51..5dc0191 100644 --- a/api/stacks/venvstacks.stacks.ArchiveHashes/index.html +++ b/api/stacks/venvstacks.stacks.ArchiveHashes/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.ArchiveMetadata/index.html b/api/stacks/venvstacks.stacks.ArchiveMetadata/index.html index 5dba328..7ee1b1f 100644 --- a/api/stacks/venvstacks.stacks.ArchiveMetadata/index.html +++ b/api/stacks/venvstacks.stacks.ArchiveMetadata/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.BuildEnvError/index.html b/api/stacks/venvstacks.stacks.BuildEnvError/index.html index 9817d6e..c4010b2 100644 --- a/api/stacks/venvstacks.stacks.BuildEnvError/index.html +++ b/api/stacks/venvstacks.stacks.BuildEnvError/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.BuildEnvironment/index.html b/api/stacks/venvstacks.stacks.BuildEnvironment/index.html index a59a85d..bd2bf10 100644 --- a/api/stacks/venvstacks.stacks.BuildEnvironment/index.html +++ b/api/stacks/venvstacks.stacks.BuildEnvironment/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.EnvStackError/index.html b/api/stacks/venvstacks.stacks.EnvStackError/index.html index a01a84b..516afc3 100644 --- a/api/stacks/venvstacks.stacks.EnvStackError/index.html +++ b/api/stacks/venvstacks.stacks.EnvStackError/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.EnvironmentLock/index.html b/api/stacks/venvstacks.stacks.EnvironmentLock/index.html index 6221a0f..90fdff3 100644 --- a/api/stacks/venvstacks.stacks.EnvironmentLock/index.html +++ b/api/stacks/venvstacks.stacks.EnvironmentLock/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.EnvironmentLockMetadata/index.html b/api/stacks/venvstacks.stacks.EnvironmentLockMetadata/index.html index 891d042..5c638aa 100644 --- a/api/stacks/venvstacks.stacks.EnvironmentLockMetadata/index.html +++ b/api/stacks/venvstacks.stacks.EnvironmentLockMetadata/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.ExportMetadata/index.html b/api/stacks/venvstacks.stacks.ExportMetadata/index.html index e54a62f..d8d173c 100644 --- a/api/stacks/venvstacks.stacks.ExportMetadata/index.html +++ b/api/stacks/venvstacks.stacks.ExportMetadata/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.ExportedEnvironmentPaths/index.html b/api/stacks/venvstacks.stacks.ExportedEnvironmentPaths/index.html index 32c6082..46cf378 100644 --- a/api/stacks/venvstacks.stacks.ExportedEnvironmentPaths/index.html +++ b/api/stacks/venvstacks.stacks.ExportedEnvironmentPaths/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.FrameworkEnv/index.html b/api/stacks/venvstacks.stacks.FrameworkEnv/index.html index f7f3dbf..14ec33a 100644 --- a/api/stacks/venvstacks.stacks.FrameworkEnv/index.html +++ b/api/stacks/venvstacks.stacks.FrameworkEnv/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.FrameworkSpec/index.html b/api/stacks/venvstacks.stacks.FrameworkSpec/index.html index 1c094c9..9369d89 100644 --- a/api/stacks/venvstacks.stacks.FrameworkSpec/index.html +++ b/api/stacks/venvstacks.stacks.FrameworkSpec/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.LayerCategories/index.html b/api/stacks/venvstacks.stacks.LayerCategories/index.html index 23535cc..bd21a87 100644 --- a/api/stacks/venvstacks.stacks.LayerCategories/index.html +++ b/api/stacks/venvstacks.stacks.LayerCategories/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.LayerEnvBase/index.html b/api/stacks/venvstacks.stacks.LayerEnvBase/index.html index ff54cc1..ee33c4f 100644 --- a/api/stacks/venvstacks.stacks.LayerEnvBase/index.html +++ b/api/stacks/venvstacks.stacks.LayerEnvBase/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.LayerExportRequest/index.html b/api/stacks/venvstacks.stacks.LayerExportRequest/index.html index 9c729db..ac07118 100644 --- a/api/stacks/venvstacks.stacks.LayerExportRequest/index.html +++ b/api/stacks/venvstacks.stacks.LayerExportRequest/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.LayerSpecBase/index.html b/api/stacks/venvstacks.stacks.LayerSpecBase/index.html index fffc7b0..1aac2bd 100644 --- a/api/stacks/venvstacks.stacks.LayerSpecBase/index.html +++ b/api/stacks/venvstacks.stacks.LayerSpecBase/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.LayerSpecError/index.html b/api/stacks/venvstacks.stacks.LayerSpecError/index.html index af6683f..54256dc 100644 --- a/api/stacks/venvstacks.stacks.LayerSpecError/index.html +++ b/api/stacks/venvstacks.stacks.LayerSpecError/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.LayerSpecMetadata/index.html b/api/stacks/venvstacks.stacks.LayerSpecMetadata/index.html index 61deee2..62ca9d2 100644 --- a/api/stacks/venvstacks.stacks.LayerSpecMetadata/index.html +++ b/api/stacks/venvstacks.stacks.LayerSpecMetadata/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.LayerVariants/index.html b/api/stacks/venvstacks.stacks.LayerVariants/index.html index 65fb1df..fa745d8 100644 --- a/api/stacks/venvstacks.stacks.LayerVariants/index.html +++ b/api/stacks/venvstacks.stacks.LayerVariants/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.LayeredEnvBase/index.html b/api/stacks/venvstacks.stacks.LayeredEnvBase/index.html index 5a22ead..f0bd1c1 100644 --- a/api/stacks/venvstacks.stacks.LayeredEnvBase/index.html +++ b/api/stacks/venvstacks.stacks.LayeredEnvBase/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.LayeredSpecBase/index.html b/api/stacks/venvstacks.stacks.LayeredSpecBase/index.html index d0cd807..57cdade 100644 --- a/api/stacks/venvstacks.stacks.LayeredSpecBase/index.html +++ b/api/stacks/venvstacks.stacks.LayeredSpecBase/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.PackageIndexConfig/index.html b/api/stacks/venvstacks.stacks.PackageIndexConfig/index.html index 78c9e95..ddc7e04 100644 --- a/api/stacks/venvstacks.stacks.PackageIndexConfig/index.html +++ b/api/stacks/venvstacks.stacks.PackageIndexConfig/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.PublishedArchivePaths/index.html b/api/stacks/venvstacks.stacks.PublishedArchivePaths/index.html index 30794f3..4a095e7 100644 --- a/api/stacks/venvstacks.stacks.PublishedArchivePaths/index.html +++ b/api/stacks/venvstacks.stacks.PublishedArchivePaths/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.RuntimeEnv/index.html b/api/stacks/venvstacks.stacks.RuntimeEnv/index.html index d4032e0..2894c54 100644 --- a/api/stacks/venvstacks.stacks.RuntimeEnv/index.html +++ b/api/stacks/venvstacks.stacks.RuntimeEnv/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.RuntimeSpec/index.html b/api/stacks/venvstacks.stacks.RuntimeSpec/index.html index 88474ae..f12c93c 100644 --- a/api/stacks/venvstacks.stacks.RuntimeSpec/index.html +++ b/api/stacks/venvstacks.stacks.RuntimeSpec/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.StackExportRequest/index.html b/api/stacks/venvstacks.stacks.StackExportRequest/index.html index 1a7f125..45ad6f6 100644 --- a/api/stacks/venvstacks.stacks.StackExportRequest/index.html +++ b/api/stacks/venvstacks.stacks.StackExportRequest/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.StackPublishingRequest/index.html b/api/stacks/venvstacks.stacks.StackPublishingRequest/index.html index e1ed5bf..efb533b 100644 --- a/api/stacks/venvstacks.stacks.StackPublishingRequest/index.html +++ b/api/stacks/venvstacks.stacks.StackPublishingRequest/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.StackPublishingResult/index.html b/api/stacks/venvstacks.stacks.StackPublishingResult/index.html index 90df3b3..231107d 100644 --- a/api/stacks/venvstacks.stacks.StackPublishingResult/index.html +++ b/api/stacks/venvstacks.stacks.StackPublishingResult/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.StackSpec/index.html b/api/stacks/venvstacks.stacks.StackSpec/index.html index 1fbb8e4..34a4cd6 100644 --- a/api/stacks/venvstacks.stacks.StackSpec/index.html +++ b/api/stacks/venvstacks.stacks.StackSpec/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.TargetPlatform/index.html b/api/stacks/venvstacks.stacks.TargetPlatform/index.html index 1c3cdb5..6db2ee1 100644 --- a/api/stacks/venvstacks.stacks.TargetPlatform/index.html +++ b/api/stacks/venvstacks.stacks.TargetPlatform/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/api/stacks/venvstacks.stacks.TargetPlatforms/index.html b/api/stacks/venvstacks.stacks.TargetPlatforms/index.html index d283bac..3af7ec5 100644 --- a/api/stacks/venvstacks.stacks.TargetPlatforms/index.html +++ b/api/stacks/venvstacks.stacks.TargetPlatforms/index.html @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • diff --git a/changelog.d/20241108_162952_ncoghlan_fix_automatic_layer_versioning/index.html b/changelog.d/20241108_162952_ncoghlan_fix_automatic_layer_versioning/index.html deleted file mode 100644 index 3ffdd81..0000000 --- a/changelog.d/20241108_162952_ncoghlan_fix_automatic_layer_versioning/index.html +++ /dev/null @@ -1,364 +0,0 @@ - - - - - - - - - - Added - venvstacks documentation - - - - - - - - - - - - - - - - Contents - - - - - - Menu - - - - - - - - Expand - - - - - - Light mode - - - - - - - - - - - - - - Dark mode - - - - - - - Auto light/dark, in light mode - - - - - - - - - - - - - - - Auto light/dark, in dark mode - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Skip to content - - - -
    -
    -
    - -
    - -
    -
    - -
    - -
    -
    - -
    -
    -
    - - - - - Back to top - -
    - -
    - -
    - -
    -
    -
    -

    Added¶

    -
      -
    • Setting versioned = True in a layer definition will append a -lock version number to the layer name that automatically increments -each time the locked requirements change for that layer (layer@1, -layer@2, etc). Layer dependency declarations and build environments, -use the unversioned name, but deployed environments and their metadata -will use the versioned name (implemented in #24).

    • -
    -
    - -
    -
    - -
    - -
    -
    - - - - - \ No newline at end of file diff --git a/changelog.d/20241108_215625_ncoghlan_enable_docstring_style_checks/index.html b/changelog.d/20241108_215625_ncoghlan_enable_docstring_style_checks/index.html deleted file mode 100644 index 3ba2b4e..0000000 --- a/changelog.d/20241108_215625_ncoghlan_enable_docstring_style_checks/index.html +++ /dev/null @@ -1,365 +0,0 @@ - - - - - - - - - - Changed - venvstacks documentation - - - - - - - - - - - - - - - - Contents - - - - - - Menu - - - - - - - - Expand - - - - - - Light mode - - - - - - - - - - - - - - Dark mode - - - - - - - Auto light/dark, in light mode - - - - - - - - - - - - - - - Auto light/dark, in dark mode - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Skip to content - - - -
    -
    -
    - -
    - -
    -
    - -
    - -
    -
    - -
    -
    -
    - - - - - Back to top - -
    - -
    - -
    - -
    -
    -
    -

    Changed¶

    -
      -
    • Renamed EnvironmentExportRequest to LayerExportRequest (part of #33).

    • -
    • Exposed LayerSpecBase, LayeredSpecBase as public classes (part of #33).

    • -
    • Exposed LayerEnvBase, LayeredEnvBase as public classes (part of #33).

    • -
    • Added leading underscores to several private functions and methods (part of #33).

    • -
    • Added docstrings to all remaining public functions and methods (part of #33).

    • -
    • Enabled rendered previews for documentation PRs (requested in #43).

    • -
    • Enabled link validity checks when rendering documentation (requested in #62).

    • -
    -
    - -
    -
    - -
    - -
    -
    - - - - - \ No newline at end of file diff --git a/changelog.d/20241111_104113_ncoghlan_add_stack_format_docs/index.html b/changelog.d/20241111_104113_ncoghlan_add_stack_format_docs/index.html deleted file mode 100644 index 3b417dc..0000000 --- a/changelog.d/20241111_104113_ncoghlan_add_stack_format_docs/index.html +++ /dev/null @@ -1,361 +0,0 @@ - - - - - - - - - - Added - venvstacks documentation - - - - - - - - - - - - - - - - Contents - - - - - - Menu - - - - - - - - Expand - - - - - - Light mode - - - - - - - - - - - - - - Dark mode - - - - - - - Auto light/dark, in light mode - - - - - - - - - - - - - - - Auto light/dark, in dark mode - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Skip to content - - - -
    -
    -
    - -
    - -
    -
    - -
    - -
    -
    - -
    -
    -
    - - - - - Back to top - -
    - -
    - -
    - -
    -
    -
    -

    Added¶

    -
      -
    • Added documentation for the File naming and formats (added in #78).

    • -
    • Added python_implementation to the published layer metadata (added in #78).

    • -
    • Added bound_to_implementation to the published layer metadata (added in #78).

    • -
    -
    - -
    -
    - -
    - -
    -
    - - - - - \ No newline at end of file diff --git a/changelog.d/20241112_134636_ncoghlan_discourage_at_symbol_in_layer_names/index.html b/changelog.d/20241112_134636_ncoghlan_discourage_at_symbol_in_layer_names/index.html deleted file mode 100644 index 9661c30..0000000 --- a/changelog.d/20241112_134636_ncoghlan_discourage_at_symbol_in_layer_names/index.html +++ /dev/null @@ -1,354 +0,0 @@ - - - - - - - - - - Changed - venvstacks documentation - - - - - - - - - - - - - - - - Contents - - - - - - Menu - - - - - - - - Expand - - - - - - Light mode - - - - - - - - - - - - - - Dark mode - - - - - - - Auto light/dark, in light mode - - - - - - - - - - - - - - - Auto light/dark, in dark mode - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Skip to content - - - -
    -
    -
    - -
    - -
    -
    - -
    - -
    -
    - -
    -
    -
    - - - - - Back to top - -
    - -
    - -
    - -
    -
    -
    -

    Changed¶

    -
      -
    • Updated docs to actively discourage using @ in layers names (part of #78).

    • -
    • Renamed fully_versioned_name runtime layer specification field to python_implementation (part of #78).

    • -
    • Renamed runtime_name to runtime_layer in the layer metadata (to align with the required_layers field), -and simplified it to always refer to the runtime layer’s install target name (part of #78).

    • -
    -
    - -
    -
    - -
    - -
    -
    - - - - - \ No newline at end of file diff --git a/changelog.d/20241105_141935_ncoghlan_more_resilient_postinstall/index.html b/changelog.d/pending/index.html similarity index 91% rename from changelog.d/20241105_141935_ncoghlan_more_resilient_postinstall/index.html rename to changelog.d/pending/index.html index 6a219b9..d496cdc 100644 --- a/changelog.d/20241105_141935_ncoghlan_more_resilient_postinstall/index.html +++ b/changelog.d/pending/index.html @@ -3,11 +3,11 @@ - - + + - Fixed - venvstacks documentation + Pending - venvstacks documentation @@ -248,11 +248,7 @@
  • Development
  • Changelog
  • @@ -275,7 +271,7 @@
    - + View this page @@ -295,13 +291,9 @@
    -
    -

    Fixed¶

    -
      -
    • Post-installation scripts for layered environments now work -correctly even when run with a Python installation other -than the expected base runtime (resolved in #66)

    • -
    +
    +

    Pending¶

    +

    No unpublished changes

    @@ -309,15 +301,7 @@

    Fixed¶