From bcb56667efcbefd0e6be84ccd61076c2a3cdcdb7 Mon Sep 17 00:00:00 2001 From: coretl Date: Mon, 21 Oct 2024 17:19:46 +0000 Subject: [PATCH] deploy: 3f7684c7698839aa005b5104bb761a5470d248af --- main/.buildinfo | 2 +- main/_static/documentation_options.js | 2 +- main/explanations.html | 4 ++-- main/explanations/decisions.html | 4 ++-- .../decisions/0001-record-architecture-decisions.html | 4 ++-- main/explanations/decisions/0002-make-skeleton.html | 4 ++-- main/explanations/decisions/0003-docs-structure.html | 4 ++-- main/explanations/decisions/0004-why-src.html | 4 ++-- main/explanations/decisions/0005-pyproject-toml.html | 4 ++-- main/explanations/decisions/0006-setuptools-scm.html | 4 ++-- main/explanations/decisions/0007-dev-dependencies.html | 4 ++-- main/explanations/decisions/0008-use-tox.html | 4 ++-- main/explanations/decisions/0009-sphinx-theme.html | 4 ++-- main/explanations/decisions/0010-vscode-settings.html | 4 ++-- main/explanations/decisions/0011-requirements-txt.html | 4 ++-- main/explanations/decisions/0012-containers.html | 4 ++-- main/explanations/decisions/0013-switch-to-copier.html | 4 ++-- main/explanations/decisions/0014-split-ci-yaml.html | 4 ++-- main/explanations/decisions/0015-use-ruff.html | 4 ++-- main/explanations/decisions/0016-convert-to-mkdocs.html | 4 ++-- main/explanations/decisions/0017-use-pyright.html | 4 ++-- .../decisions/0018-forbid-private-member-access-in-prod.html | 4 ++-- main/explanations/decisions/0019-autosummary-api-docs.html | 4 ++-- main/explanations/structure.html | 4 ++-- main/explanations/why-use-template.html | 4 ++-- main/genindex.html | 4 ++-- main/how-to.html | 4 ++-- main/how-to/build-docs.html | 4 ++-- main/how-to/check-docs-style.html | 4 ++-- main/how-to/contribute.html | 4 ++-- main/how-to/coverage.html | 4 ++-- main/how-to/dev-install.html | 4 ++-- main/how-to/excalidraw.html | 4 ++-- main/how-to/lint.html | 4 ++-- main/how-to/lock-requirements.html | 4 ++-- main/how-to/make-release.html | 4 ++-- main/how-to/pypi.html | 4 ++-- main/how-to/readme-images.html | 4 ++-- main/how-to/run-tests.html | 4 ++-- main/how-to/static-analysis.html | 4 ++-- main/how-to/strict-mode.html | 4 ++-- main/how-to/update-template.html | 4 ++-- main/index.html | 4 ++-- main/reference.html | 4 ++-- main/reference/standards.html | 4 ++-- main/search.html | 4 ++-- main/tutorials.html | 4 ++-- main/tutorials/adopt-existing.html | 4 ++-- main/tutorials/create-new.html | 4 ++-- main/tutorials/installation.html | 4 ++-- 50 files changed, 98 insertions(+), 98 deletions(-) diff --git a/main/.buildinfo b/main/.buildinfo index 4362072..596cf77 100644 --- a/main/.buildinfo +++ b/main/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file records the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 43f46ef52619c6ea343155ee6d588123 +config: 477e4a949956b9ecb554a2ac6cc71e4a tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/main/_static/documentation_options.js b/main/_static/documentation_options.js index 033fb06..1b98265 100644 --- a/main/_static/documentation_options.js +++ b/main/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '2.3.1.dev6+g6e7f62c', + VERSION: '2.3.1.dev8+g3f7684c', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/main/explanations.html b/main/explanations.html index f11dda3..4842afc 100644 --- a/main/explanations.html +++ b/main/explanations.html @@ -8,7 +8,7 @@ - Explanations — python-copier-template 2.3.1.dev6+g6e7f62c documentation + Explanations — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/explanations/decisions.html b/main/explanations/decisions.html index 023fc4a..3130b6c 100644 --- a/main/explanations/decisions.html +++ b/main/explanations/decisions.html @@ -8,7 +8,7 @@ - Architectural Decision Records — python-copier-template 2.3.1.dev6+g6e7f62c documentation + Architectural Decision Records — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/explanations/decisions/0001-record-architecture-decisions.html b/main/explanations/decisions/0001-record-architecture-decisions.html index 3b637af..99c45ff 100644 --- a/main/explanations/decisions/0001-record-architecture-decisions.html +++ b/main/explanations/decisions/0001-record-architecture-decisions.html @@ -8,7 +8,7 @@ - 1. Record architecture decisions — python-copier-template 2.3.1.dev6+g6e7f62c documentation + 1. Record architecture decisions — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/explanations/decisions/0002-make-skeleton.html b/main/explanations/decisions/0002-make-skeleton.html index 5b554bd..efcb068 100644 --- a/main/explanations/decisions/0002-make-skeleton.html +++ b/main/explanations/decisions/0002-make-skeleton.html @@ -8,7 +8,7 @@ - 2. Make a skeleton repository — python-copier-template 2.3.1.dev6+g6e7f62c documentation + 2. Make a skeleton repository — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/explanations/decisions/0003-docs-structure.html b/main/explanations/decisions/0003-docs-structure.html index 4c975b5..5331e28 100644 --- a/main/explanations/decisions/0003-docs-structure.html +++ b/main/explanations/decisions/0003-docs-structure.html @@ -8,7 +8,7 @@ - 3. Standard documentation structure — python-copier-template 2.3.1.dev6+g6e7f62c documentation + 3. Standard documentation structure — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/explanations/decisions/0004-why-src.html b/main/explanations/decisions/0004-why-src.html index 8904e00..dabeefe 100644 --- a/main/explanations/decisions/0004-why-src.html +++ b/main/explanations/decisions/0004-why-src.html @@ -8,7 +8,7 @@ - 4. Use a source directory — python-copier-template 2.3.1.dev6+g6e7f62c documentation + 4. Use a source directory — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/explanations/decisions/0005-pyproject-toml.html b/main/explanations/decisions/0005-pyproject-toml.html index 5f7d8c5..e586cfc 100644 --- a/main/explanations/decisions/0005-pyproject-toml.html +++ b/main/explanations/decisions/0005-pyproject-toml.html @@ -8,7 +8,7 @@ - 5. Use pyproject.toml — python-copier-template 2.3.1.dev6+g6e7f62c documentation + 5. Use pyproject.toml — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/explanations/decisions/0006-setuptools-scm.html b/main/explanations/decisions/0006-setuptools-scm.html index e8448d9..fe3a521 100644 --- a/main/explanations/decisions/0006-setuptools-scm.html +++ b/main/explanations/decisions/0006-setuptools-scm.html @@ -8,7 +8,7 @@ - 6. Use setuptools_scm — python-copier-template 2.3.1.dev6+g6e7f62c documentation + 6. Use setuptools_scm — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/explanations/decisions/0007-dev-dependencies.html b/main/explanations/decisions/0007-dev-dependencies.html index a80785f..d2da0c9 100644 --- a/main/explanations/decisions/0007-dev-dependencies.html +++ b/main/explanations/decisions/0007-dev-dependencies.html @@ -8,7 +8,7 @@ - 7. Installing developer environment — python-copier-template 2.3.1.dev6+g6e7f62c documentation + 7. Installing developer environment — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/explanations/decisions/0008-use-tox.html b/main/explanations/decisions/0008-use-tox.html index 5c0bc6e..9520ae4 100644 --- a/main/explanations/decisions/0008-use-tox.html +++ b/main/explanations/decisions/0008-use-tox.html @@ -8,7 +8,7 @@ - 8. Use tox and pre-commit — python-copier-template 2.3.1.dev6+g6e7f62c documentation + 8. Use tox and pre-commit — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/explanations/decisions/0009-sphinx-theme.html b/main/explanations/decisions/0009-sphinx-theme.html index f85d04d..bb3760e 100644 --- a/main/explanations/decisions/0009-sphinx-theme.html +++ b/main/explanations/decisions/0009-sphinx-theme.html @@ -8,7 +8,7 @@ - 9. Sphinx theme — python-copier-template 2.3.1.dev6+g6e7f62c documentation + 9. Sphinx theme — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/explanations/decisions/0010-vscode-settings.html b/main/explanations/decisions/0010-vscode-settings.html index f7a5895..a85828d 100644 --- a/main/explanations/decisions/0010-vscode-settings.html +++ b/main/explanations/decisions/0010-vscode-settings.html @@ -8,7 +8,7 @@ - 10. Include vscode settings — python-copier-template 2.3.1.dev6+g6e7f62c documentation + 10. Include vscode settings — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/explanations/decisions/0011-requirements-txt.html b/main/explanations/decisions/0011-requirements-txt.html index afa220f..e6d3d26 100644 --- a/main/explanations/decisions/0011-requirements-txt.html +++ b/main/explanations/decisions/0011-requirements-txt.html @@ -8,7 +8,7 @@ - 11. Pinning requirements — python-copier-template 2.3.1.dev6+g6e7f62c documentation + 11. Pinning requirements — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/explanations/decisions/0012-containers.html b/main/explanations/decisions/0012-containers.html index a1ba70b..0dad1b5 100644 --- a/main/explanations/decisions/0012-containers.html +++ b/main/explanations/decisions/0012-containers.html @@ -8,7 +8,7 @@ - 12. Use containers — python-copier-template 2.3.1.dev6+g6e7f62c documentation + 12. Use containers — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/explanations/decisions/0013-switch-to-copier.html b/main/explanations/decisions/0013-switch-to-copier.html index 3d24605..171e0c1 100644 --- a/main/explanations/decisions/0013-switch-to-copier.html +++ b/main/explanations/decisions/0013-switch-to-copier.html @@ -8,7 +8,7 @@ - 13. Switch to copier — python-copier-template 2.3.1.dev6+g6e7f62c documentation + 13. Switch to copier — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/explanations/decisions/0014-split-ci-yaml.html b/main/explanations/decisions/0014-split-ci-yaml.html index 20a52b1..6e23587 100644 --- a/main/explanations/decisions/0014-split-ci-yaml.html +++ b/main/explanations/decisions/0014-split-ci-yaml.html @@ -8,7 +8,7 @@ - 14. Split up CI YAML — python-copier-template 2.3.1.dev6+g6e7f62c documentation + 14. Split up CI YAML — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/explanations/decisions/0015-use-ruff.html b/main/explanations/decisions/0015-use-ruff.html index 0ee4e97..b5b8c6a 100644 --- a/main/explanations/decisions/0015-use-ruff.html +++ b/main/explanations/decisions/0015-use-ruff.html @@ -8,7 +8,7 @@ - 15. Use ruff — python-copier-template 2.3.1.dev6+g6e7f62c documentation + 15. Use ruff — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/explanations/decisions/0016-convert-to-mkdocs.html b/main/explanations/decisions/0016-convert-to-mkdocs.html index fee91b5..7eb9ce8 100644 --- a/main/explanations/decisions/0016-convert-to-mkdocs.html +++ b/main/explanations/decisions/0016-convert-to-mkdocs.html @@ -8,7 +8,7 @@ - 16. Convert to mkdocs — python-copier-template 2.3.1.dev6+g6e7f62c documentation + 16. Convert to mkdocs — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/explanations/decisions/0017-use-pyright.html b/main/explanations/decisions/0017-use-pyright.html index 1817201..a76bf9b 100644 --- a/main/explanations/decisions/0017-use-pyright.html +++ b/main/explanations/decisions/0017-use-pyright.html @@ -8,7 +8,7 @@ - 17. Use pyright — python-copier-template 2.3.1.dev6+g6e7f62c documentation + 17. Use pyright — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/explanations/decisions/0018-forbid-private-member-access-in-prod.html b/main/explanations/decisions/0018-forbid-private-member-access-in-prod.html index 131dc72..7a7ecb9 100644 --- a/main/explanations/decisions/0018-forbid-private-member-access-in-prod.html +++ b/main/explanations/decisions/0018-forbid-private-member-access-in-prod.html @@ -8,7 +8,7 @@ - 18. Forbid Private Member Access in Production Code — python-copier-template 2.3.1.dev6+g6e7f62c documentation + 18. Forbid Private Member Access in Production Code — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/explanations/decisions/0019-autosummary-api-docs.html b/main/explanations/decisions/0019-autosummary-api-docs.html index 265844e..179d27f 100644 --- a/main/explanations/decisions/0019-autosummary-api-docs.html +++ b/main/explanations/decisions/0019-autosummary-api-docs.html @@ -8,7 +8,7 @@ - 19. Use autosummary to create API docs — python-copier-template 2.3.1.dev6+g6e7f62c documentation + 19. Use autosummary to create API docs — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/explanations/structure.html b/main/explanations/structure.html index 56f649d..f4121fb 100644 --- a/main/explanations/structure.html +++ b/main/explanations/structure.html @@ -8,7 +8,7 @@ - Template Project Structure — python-copier-template 2.3.1.dev6+g6e7f62c documentation + Template Project Structure — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/explanations/why-use-template.html b/main/explanations/why-use-template.html index 499f5d3..7b177fd 100644 --- a/main/explanations/why-use-template.html +++ b/main/explanations/why-use-template.html @@ -8,7 +8,7 @@ - Why Use a Copier Template? — python-copier-template 2.3.1.dev6+g6e7f62c documentation + Why Use a Copier Template? — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/genindex.html b/main/genindex.html index bbf7c5f..8a11130 100644 --- a/main/genindex.html +++ b/main/genindex.html @@ -7,7 +7,7 @@ - Index — python-copier-template 2.3.1.dev6+g6e7f62c documentation + Index — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -37,7 +37,7 @@ - + diff --git a/main/how-to.html b/main/how-to.html index 42bbfea..e0f903e 100644 --- a/main/how-to.html +++ b/main/how-to.html @@ -8,7 +8,7 @@ - How-to Guides — python-copier-template 2.3.1.dev6+g6e7f62c documentation + How-to Guides — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/how-to/build-docs.html b/main/how-to/build-docs.html index 09c3af7..d6d1c13 100644 --- a/main/how-to/build-docs.html +++ b/main/how-to/build-docs.html @@ -8,7 +8,7 @@ - Build the docs using sphinx — python-copier-template 2.3.1.dev6+g6e7f62c documentation + Build the docs using sphinx — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/how-to/check-docs-style.html b/main/how-to/check-docs-style.html index 55a1c9a..5066309 100644 --- a/main/how-to/check-docs-style.html +++ b/main/how-to/check-docs-style.html @@ -8,7 +8,7 @@ - Check docs for style — python-copier-template 2.3.1.dev6+g6e7f62c documentation + Check docs for style — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/how-to/contribute.html b/main/how-to/contribute.html index a374d38..e7be1a6 100644 --- a/main/how-to/contribute.html +++ b/main/how-to/contribute.html @@ -8,7 +8,7 @@ - Contribute to the template — python-copier-template 2.3.1.dev6+g6e7f62c documentation + Contribute to the template — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/how-to/coverage.html b/main/how-to/coverage.html index 93380f9..25aa158 100644 --- a/main/how-to/coverage.html +++ b/main/how-to/coverage.html @@ -8,7 +8,7 @@ - How to check code coverage — python-copier-template 2.3.1.dev6+g6e7f62c documentation + How to check code coverage — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/how-to/dev-install.html b/main/how-to/dev-install.html index 2c91aa6..274cda8 100644 --- a/main/how-to/dev-install.html +++ b/main/how-to/dev-install.html @@ -8,7 +8,7 @@ - Setup Developer Environment — python-copier-template 2.3.1.dev6+g6e7f62c documentation + Setup Developer Environment — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/how-to/excalidraw.html b/main/how-to/excalidraw.html index d962577..1adce5c 100644 --- a/main/how-to/excalidraw.html +++ b/main/how-to/excalidraw.html @@ -8,7 +8,7 @@ - How to embed Excalidraw diagrams — python-copier-template 2.3.1.dev6+g6e7f62c documentation + How to embed Excalidraw diagrams — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/how-to/lint.html b/main/how-to/lint.html index 2841f3d..5a9bcc2 100644 --- a/main/how-to/lint.html +++ b/main/how-to/lint.html @@ -8,7 +8,7 @@ - Run linting using pre-commit — python-copier-template 2.3.1.dev6+g6e7f62c documentation + Run linting using pre-commit — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/how-to/lock-requirements.html b/main/how-to/lock-requirements.html index 54fa5b3..7850e6d 100644 --- a/main/how-to/lock-requirements.html +++ b/main/how-to/lock-requirements.html @@ -8,7 +8,7 @@ - Lock requirements — python-copier-template 2.3.1.dev6+g6e7f62c documentation + Lock requirements — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/how-to/make-release.html b/main/how-to/make-release.html index 447aa45..29d567d 100644 --- a/main/how-to/make-release.html +++ b/main/how-to/make-release.html @@ -8,7 +8,7 @@ - Make a release — python-copier-template 2.3.1.dev6+g6e7f62c documentation + Make a release — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/how-to/pypi.html b/main/how-to/pypi.html index ccfd133..4969558 100644 --- a/main/how-to/pypi.html +++ b/main/how-to/pypi.html @@ -8,7 +8,7 @@ - Setting up PyPI publishing — python-copier-template 2.3.1.dev6+g6e7f62c documentation + Setting up PyPI publishing — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/how-to/readme-images.html b/main/how-to/readme-images.html index b21b6ce..d1fe736 100644 --- a/main/how-to/readme-images.html +++ b/main/how-to/readme-images.html @@ -8,7 +8,7 @@ - How to add images to the README — python-copier-template 2.3.1.dev6+g6e7f62c documentation + How to add images to the README — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/how-to/run-tests.html b/main/how-to/run-tests.html index 1a71fed..2aa1484 100644 --- a/main/how-to/run-tests.html +++ b/main/how-to/run-tests.html @@ -8,7 +8,7 @@ - Run the tests using pytest — python-copier-template 2.3.1.dev6+g6e7f62c documentation + Run the tests using pytest — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/how-to/static-analysis.html b/main/how-to/static-analysis.html index 6a57c25..df9cb85 100644 --- a/main/how-to/static-analysis.html +++ b/main/how-to/static-analysis.html @@ -8,7 +8,7 @@ - Run static analysis using pyright or mypy — python-copier-template 2.3.1.dev6+g6e7f62c documentation + Run static analysis using pyright or mypy — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/how-to/strict-mode.html b/main/how-to/strict-mode.html index 27c0014..9698ebd 100644 --- a/main/how-to/strict-mode.html +++ b/main/how-to/strict-mode.html @@ -8,7 +8,7 @@ - Enable Pyright’s Strict Mode — python-copier-template 2.3.1.dev6+g6e7f62c documentation + Enable Pyright’s Strict Mode — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/how-to/update-template.html b/main/how-to/update-template.html index 9d23bb3..db647e2 100644 --- a/main/how-to/update-template.html +++ b/main/how-to/update-template.html @@ -8,7 +8,7 @@ - How to update to the latest template structure — python-copier-template 2.3.1.dev6+g6e7f62c documentation + How to update to the latest template structure — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/index.html b/main/index.html index 61036e3..340f025 100644 --- a/main/index.html +++ b/main/index.html @@ -8,7 +8,7 @@ - python-copier-template — python-copier-template 2.3.1.dev6+g6e7f62c documentation + python-copier-template — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/reference.html b/main/reference.html index bece73a..a157df6 100644 --- a/main/reference.html +++ b/main/reference.html @@ -8,7 +8,7 @@ - Reference — python-copier-template 2.3.1.dev6+g6e7f62c documentation + Reference — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/reference/standards.html b/main/reference/standards.html index 853bb09..9699b30 100644 --- a/main/reference/standards.html +++ b/main/reference/standards.html @@ -8,7 +8,7 @@ - Standards — python-copier-template 2.3.1.dev6+g6e7f62c documentation + Standards — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/search.html b/main/search.html index d3af571..92fdc8e 100644 --- a/main/search.html +++ b/main/search.html @@ -6,7 +6,7 @@ - Search - python-copier-template 2.3.1.dev6+g6e7f62c documentation + Search - python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -36,7 +36,7 @@ - + diff --git a/main/tutorials.html b/main/tutorials.html index b30ebee..5b66759 100644 --- a/main/tutorials.html +++ b/main/tutorials.html @@ -8,7 +8,7 @@ - Tutorials — python-copier-template 2.3.1.dev6+g6e7f62c documentation + Tutorials — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/tutorials/adopt-existing.html b/main/tutorials/adopt-existing.html index 35830e8..cfc35a4 100644 --- a/main/tutorials/adopt-existing.html +++ b/main/tutorials/adopt-existing.html @@ -8,7 +8,7 @@ - Adopt the template into an existing repo — python-copier-template 2.3.1.dev6+g6e7f62c documentation + Adopt the template into an existing repo — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/tutorials/create-new.html b/main/tutorials/create-new.html index 6259c7e..04a8735 100644 --- a/main/tutorials/create-new.html +++ b/main/tutorials/create-new.html @@ -8,7 +8,7 @@ - Create a new repo from the template — python-copier-template 2.3.1.dev6+g6e7f62c documentation + Create a new repo from the template — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - + diff --git a/main/tutorials/installation.html b/main/tutorials/installation.html index 90718e3..04cb778 100644 --- a/main/tutorials/installation.html +++ b/main/tutorials/installation.html @@ -8,7 +8,7 @@ - Install template pre-requisites — python-copier-template 2.3.1.dev6+g6e7f62c documentation + Install template pre-requisites — python-copier-template 2.3.1.dev8+g3f7684c documentation @@ -38,7 +38,7 @@ - +