Skip to content

Commit

Permalink
Improve coverage of tests themselves (#1417) acece09
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Apr 24, 2024
1 parent b787337 commit 1d9ab7d
Show file tree
Hide file tree
Showing 288 changed files with 4,502 additions and 2,728 deletions.
2 changes: 1 addition & 1 deletion 1.9/404.html

Large diffs are not rendered by default.

103 changes: 79 additions & 24 deletions 1.9/assets/_mkdocstrings.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,39 +26,94 @@
float: right;
}

/* Keep headings consistent. */
h1.doc-heading,
h2.doc-heading,
h3.doc-heading,
h4.doc-heading,
h5.doc-heading,
h6.doc-heading {
font-weight: 400;
line-height: 1.5;
color: inherit;
text-transform: none;
/* Backward-compatibility: docstring section titles in bold. */
.doc-section-title {
font-weight: bold;
}

/* Symbols in Navigation and ToC. */
:root,
[data-md-color-scheme="default"] {
--doc-symbol-attribute-fg-color: #953800;
--doc-symbol-function-fg-color: #8250df;
--doc-symbol-method-fg-color: #8250df;
--doc-symbol-class-fg-color: #0550ae;
--doc-symbol-module-fg-color: #5cad0f;

--doc-symbol-attribute-bg-color: #9538001a;
--doc-symbol-function-bg-color: #8250df1a;
--doc-symbol-method-bg-color: #8250df1a;
--doc-symbol-class-bg-color: #0550ae1a;
--doc-symbol-module-bg-color: #5cad0f1a;
}

[data-md-color-scheme="slate"] {
--doc-symbol-attribute-fg-color: #ffa657;
--doc-symbol-function-fg-color: #d2a8ff;
--doc-symbol-method-fg-color: #d2a8ff;
--doc-symbol-class-fg-color: #79c0ff;
--doc-symbol-module-fg-color: #baff79;

--doc-symbol-attribute-bg-color: #ffa6571a;
--doc-symbol-function-bg-color: #d2a8ff1a;
--doc-symbol-method-bg-color: #d2a8ff1a;
--doc-symbol-class-bg-color: #79c0ff1a;
--doc-symbol-module-bg-color: #baff791a;
}

code.doc-symbol {
border-radius: .1rem;
font-size: .85em;
padding: 0 .3em;
font-weight: bold;
}

code.doc-symbol-attribute {
color: var(--doc-symbol-attribute-fg-color);
background-color: var(--doc-symbol-attribute-bg-color);
}

h1.doc-heading {
font-size: 1.6rem;
code.doc-symbol-attribute::after {
content: "attr";
}

h2.doc-heading {
font-size: 1.2rem;
code.doc-symbol-function {
color: var(--doc-symbol-function-fg-color);
background-color: var(--doc-symbol-function-bg-color);
}

h3.doc-heading {
font-size: 1.15rem;
code.doc-symbol-function::after {
content: "func";
}

h4.doc-heading {
font-size: 1.10rem;
code.doc-symbol-method {
color: var(--doc-symbol-method-fg-color);
background-color: var(--doc-symbol-method-bg-color);
}

h5.doc-heading {
font-size: 1.05rem;
code.doc-symbol-method::after {
content: "meth";
}

h6.doc-heading {
font-size: 1rem;
}
code.doc-symbol-class {
color: var(--doc-symbol-class-fg-color);
background-color: var(--doc-symbol-class-bg-color);
}

code.doc-symbol-class::after {
content: "class";
}

code.doc-symbol-module {
color: var(--doc-symbol-module-fg-color);
background-color: var(--doc-symbol-module-bg-color);
}

code.doc-symbol-module::after {
content: "mod";
}

.doc-signature .autorefs {
color: inherit;
border-bottom: 1px dotted currentcolor;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1.9/assets/images/social/blog/archive/2024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 1.9/assets/images/social/cli/about.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 1.9/assets/images/social/community/highlights.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 1.9/assets/images/social/config/build.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 1.9/assets/images/social/config/dependency.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 1.9/assets/images/social/config/environment/advanced.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 1.9/assets/images/social/config/environment/overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 1.9/assets/images/social/config/hatch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 1.9/assets/images/social/config/metadata.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed 1.9/assets/images/social/config/static-analysis.png
Binary file not shown.
Binary file modified 1.9/assets/images/social/history/hatch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 1.9/assets/images/social/history/hatchling.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 1.9/assets/images/social/how-to/plugins/testing-builds.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1.9/assets/images/social/how-to/publish/auth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1.9/assets/images/social/how-to/publish/repo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 1.9/assets/images/social/index.png
Binary file modified 1.9/assets/images/social/plugins/about.png
Binary file modified 1.9/assets/images/social/plugins/build-hook/custom.png
Binary file modified 1.9/assets/images/social/plugins/build-hook/reference.png
Binary file modified 1.9/assets/images/social/plugins/build-hook/version.png
Binary file removed 1.9/assets/images/social/plugins/builder/app.png
Diff not rendered.
Binary file modified 1.9/assets/images/social/plugins/builder/custom.png
Binary file modified 1.9/assets/images/social/plugins/builder/reference.png
Binary file modified 1.9/assets/images/social/plugins/builder/sdist.png
Binary file modified 1.9/assets/images/social/plugins/builder/wheel.png
Binary file modified 1.9/assets/images/social/plugins/environment/reference.png
Binary file modified 1.9/assets/images/social/plugins/environment/virtual.png
Binary file modified 1.9/assets/images/social/plugins/metadata-hook/custom.png
Binary file modified 1.9/assets/images/social/plugins/metadata-hook/reference.png
Binary file modified 1.9/assets/images/social/plugins/publisher/package-index.png
Binary file modified 1.9/assets/images/social/plugins/publisher/reference.png
Binary file modified 1.9/assets/images/social/plugins/utilities.png
Binary file modified 1.9/assets/images/social/plugins/version-scheme/reference.png
Binary file modified 1.9/assets/images/social/plugins/version-scheme/standard.png
Binary file modified 1.9/assets/images/social/plugins/version-source/code.png
Binary file modified 1.9/assets/images/social/plugins/version-source/env.png
Binary file modified 1.9/assets/images/social/plugins/version-source/reference.png
Binary file modified 1.9/assets/images/social/plugins/version-source/regex.png
3 changes: 0 additions & 3 deletions 1.9/assets/javascripts/bundle.8e8db93a.min.js

This file was deleted.

3 changes: 3 additions & 0 deletions 1.9/assets/javascripts/bundle.ede584c9.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion 1.9/assets/stylesheets/main.08b157ab.min.css

This file was deleted.

1 change: 1 addition & 0 deletions 1.9/assets/stylesheets/main.d5b5f0fd.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/blog/2022/10/08/hatch-v160/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 1.9/blog/2023/12/11/hatch-v180/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/blog/2023/12/18/hatch-v190/index.html

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions 1.9/blog/2024/04/18/hatch-v1100/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 1.9/blog/archive/2022/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 1.9/blog/archive/2023/index.html

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions 1.9/blog/archive/2024/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 1.9/blog/category/release/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 1.9/blog/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/build/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/cli/about/index.html

Large diffs are not rendered by default.

30 changes: 21 additions & 9 deletions 1.9/cli/reference/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions 1.9/community/contributing/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 1.9/community/highlights/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 1.9/community/users/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/config/build/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/config/context/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions 1.9/config/dependency/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/config/environment/advanced/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions 1.9/config/environment/overview/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions 1.9/config/hatch/index.html

Large diffs are not rendered by default.

66 changes: 66 additions & 0 deletions 1.9/config/internal/static-analysis/index.html

Large diffs are not rendered by default.

90 changes: 90 additions & 0 deletions 1.9/config/internal/testing/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/config/metadata/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/config/project-templates/index.html

Large diffs are not rendered by default.

61 changes: 14 additions & 47 deletions 1.9/config/static-analysis/index.html

Large diffs are not rendered by default.

10 changes: 4 additions & 6 deletions 1.9/environment/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 1.9/history/hatch/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 1.9/history/hatchling/index.html

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions 1.9/how-to/config/dynamic-metadata/index.html

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions 1.9/how-to/environment/dependency-resolution/index.html

Large diffs are not rendered by default.

31 changes: 15 additions & 16 deletions 1.9/how-to/environment/package-indices/index.html

Large diffs are not rendered by default.

42 changes: 42 additions & 0 deletions 1.9/how-to/environment/select-installer/index.html

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions 1.9/how-to/integrate/vscode/index.html

Large diffs are not rendered by default.

Binary file added 1.9/how-to/integrate/vscode/run-file.png
13 changes: 13 additions & 0 deletions 1.9/how-to/meta/report-issues/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/how-to/plugins/testing-builds/index.html

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions 1.9/how-to/publish/auth/index.html

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions 1.9/how-to/publish/repo/index.html

Large diffs are not rendered by default.

45 changes: 45 additions & 0 deletions 1.9/how-to/run/python-scripts/index.html

Large diffs are not rendered by default.

38 changes: 38 additions & 0 deletions 1.9/how-to/static-analysis/behavior/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 1.9/index.html

Large diffs are not rendered by default.

25 changes: 13 additions & 12 deletions 1.9/install/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/intro/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 1.9/meta/authors/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/meta/faq/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/next-steps/index.html

Large diffs are not rendered by default.

Binary file modified 1.9/objects.inv
Binary file not shown.
6 changes: 3 additions & 3 deletions 1.9/plugins/about/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/plugins/build-hook/custom/index.html

Large diffs are not rendered by default.

107 changes: 66 additions & 41 deletions 1.9/plugins/build-hook/reference/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/plugins/build-hook/version/index.html

Large diffs are not rendered by default.

27 changes: 15 additions & 12 deletions 1.9/plugins/builder/app/index.html

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions 1.9/plugins/builder/binary/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/plugins/builder/custom/index.html

Large diffs are not rendered by default.

529 changes: 269 additions & 260 deletions 1.9/plugins/builder/reference/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/plugins/builder/sdist/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/plugins/builder/wheel/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/plugins/environment-collector/custom/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/plugins/environment-collector/default/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/plugins/environment-collector/reference/index.html

Large diffs are not rendered by default.

1,681 changes: 918 additions & 763 deletions 1.9/plugins/environment/reference/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/plugins/environment/virtual/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions 1.9/plugins/metadata-hook/custom/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/plugins/metadata-hook/reference/index.html

Large diffs are not rendered by default.

14 changes: 10 additions & 4 deletions 1.9/plugins/publisher/package-index/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/plugins/publisher/reference/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/plugins/utilities/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/plugins/version-scheme/reference/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/plugins/version-scheme/standard/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/plugins/version-source/code/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/plugins/version-source/env/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/plugins/version-source/reference/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/plugins/version-source/regex/index.html

Large diffs are not rendered by default.

15 changes: 3 additions & 12 deletions 1.9/publish/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 1.9/search/search_index.json

Large diffs are not rendered by default.

75 changes: 70 additions & 5 deletions 1.9/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
<lastmod>2020-02-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://hatch.pypa.io/1.9/blog/2024/04/18/hatch-v1100/</loc>
<lastmod>2020-02-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://hatch.pypa.io/1.9/blog/2022/10/08/hatch-v160/</loc>
<lastmod>2020-02-02</lastmod>
Expand Down Expand Up @@ -121,17 +126,22 @@
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://hatch.pypa.io/1.9/config/static-analysis/</loc>
<loc>https://hatch.pypa.io/1.9/config/environment/advanced/</loc>
<lastmod>2020-02-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://hatch.pypa.io/1.9/config/environment/advanced/</loc>
<loc>https://hatch.pypa.io/1.9/config/environment/overview/</loc>
<lastmod>2020-02-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://hatch.pypa.io/1.9/config/environment/overview/</loc>
<loc>https://hatch.pypa.io/1.9/config/internal/static-analysis/</loc>
<lastmod>2020-02-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://hatch.pypa.io/1.9/config/internal/testing/</loc>
<lastmod>2020-02-02</lastmod>
<changefreq>daily</changefreq>
</url>
Expand All @@ -146,7 +156,27 @@
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://hatch.pypa.io/1.9/how-to/environment/package-indices/</loc>
<loc>https://hatch.pypa.io/1.9/how-to/config/dynamic-metadata/</loc>
<lastmod>2020-02-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://hatch.pypa.io/1.9/how-to/environment/dependency-resolution/</loc>
<lastmod>2020-02-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://hatch.pypa.io/1.9/how-to/environment/select-installer/</loc>
<lastmod>2020-02-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://hatch.pypa.io/1.9/how-to/integrate/vscode/</loc>
<lastmod>2020-02-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://hatch.pypa.io/1.9/how-to/meta/report-issues/</loc>
<lastmod>2020-02-02</lastmod>
<changefreq>daily</changefreq>
</url>
Expand All @@ -155,6 +185,26 @@
<lastmod>2020-02-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://hatch.pypa.io/1.9/how-to/publish/auth/</loc>
<lastmod>2020-02-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://hatch.pypa.io/1.9/how-to/publish/repo/</loc>
<lastmod>2020-02-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://hatch.pypa.io/1.9/how-to/run/python-scripts/</loc>
<lastmod>2020-02-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://hatch.pypa.io/1.9/how-to/static-analysis/behavior/</loc>
<lastmod>2020-02-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://hatch.pypa.io/1.9/meta/authors/</loc>
<lastmod>2020-02-02</lastmod>
Expand Down Expand Up @@ -191,7 +241,7 @@
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://hatch.pypa.io/1.9/plugins/builder/app/</loc>
<loc>https://hatch.pypa.io/1.9/plugins/builder/binary/</loc>
<lastmod>2020-02-02</lastmod>
<changefreq>daily</changefreq>
</url>
Expand Down Expand Up @@ -290,6 +340,21 @@
<lastmod>2020-02-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://hatch.pypa.io/1.9/tutorials/environment/basic-usage/</loc>
<lastmod>2020-02-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://hatch.pypa.io/1.9/tutorials/testing/overview/</loc>
<lastmod>2020-02-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://hatch.pypa.io/1.9/blog/archive/2024/</loc>
<lastmod>2020-02-02</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://hatch.pypa.io/1.9/blog/archive/2023/</loc>
<lastmod>2020-02-02</lastmod>
Expand Down
Binary file modified 1.9/sitemap.xml.gz
Binary file not shown.
73 changes: 73 additions & 0 deletions 1.9/tutorials/environment/basic-usage/index.html

Large diffs are not rendered by default.

74 changes: 74 additions & 0 deletions 1.9/tutorials/testing/overview/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 1.9/version/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 1.9/why/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion latest/404.html

Large diffs are not rendered by default.

103 changes: 79 additions & 24 deletions latest/assets/_mkdocstrings.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,39 +26,94 @@
float: right;
}

/* Keep headings consistent. */
h1.doc-heading,
h2.doc-heading,
h3.doc-heading,
h4.doc-heading,
h5.doc-heading,
h6.doc-heading {
font-weight: 400;
line-height: 1.5;
color: inherit;
text-transform: none;
/* Backward-compatibility: docstring section titles in bold. */
.doc-section-title {
font-weight: bold;
}

/* Symbols in Navigation and ToC. */
:root,
[data-md-color-scheme="default"] {
--doc-symbol-attribute-fg-color: #953800;
--doc-symbol-function-fg-color: #8250df;
--doc-symbol-method-fg-color: #8250df;
--doc-symbol-class-fg-color: #0550ae;
--doc-symbol-module-fg-color: #5cad0f;

--doc-symbol-attribute-bg-color: #9538001a;
--doc-symbol-function-bg-color: #8250df1a;
--doc-symbol-method-bg-color: #8250df1a;
--doc-symbol-class-bg-color: #0550ae1a;
--doc-symbol-module-bg-color: #5cad0f1a;
}

[data-md-color-scheme="slate"] {
--doc-symbol-attribute-fg-color: #ffa657;
--doc-symbol-function-fg-color: #d2a8ff;
--doc-symbol-method-fg-color: #d2a8ff;
--doc-symbol-class-fg-color: #79c0ff;
--doc-symbol-module-fg-color: #baff79;

--doc-symbol-attribute-bg-color: #ffa6571a;
--doc-symbol-function-bg-color: #d2a8ff1a;
--doc-symbol-method-bg-color: #d2a8ff1a;
--doc-symbol-class-bg-color: #79c0ff1a;
--doc-symbol-module-bg-color: #baff791a;
}

code.doc-symbol {
border-radius: .1rem;
font-size: .85em;
padding: 0 .3em;
font-weight: bold;
}

code.doc-symbol-attribute {
color: var(--doc-symbol-attribute-fg-color);
background-color: var(--doc-symbol-attribute-bg-color);
}

h1.doc-heading {
font-size: 1.6rem;
code.doc-symbol-attribute::after {
content: "attr";
}

h2.doc-heading {
font-size: 1.2rem;
code.doc-symbol-function {
color: var(--doc-symbol-function-fg-color);
background-color: var(--doc-symbol-function-bg-color);
}

h3.doc-heading {
font-size: 1.15rem;
code.doc-symbol-function::after {
content: "func";
}

h4.doc-heading {
font-size: 1.10rem;
code.doc-symbol-method {
color: var(--doc-symbol-method-fg-color);
background-color: var(--doc-symbol-method-bg-color);
}

h5.doc-heading {
font-size: 1.05rem;
code.doc-symbol-method::after {
content: "meth";
}

h6.doc-heading {
font-size: 1rem;
}
code.doc-symbol-class {
color: var(--doc-symbol-class-fg-color);
background-color: var(--doc-symbol-class-bg-color);
}

code.doc-symbol-class::after {
content: "class";
}

code.doc-symbol-module {
color: var(--doc-symbol-module-fg-color);
background-color: var(--doc-symbol-module-bg-color);
}

code.doc-symbol-module::after {
content: "mod";
}

.doc-signature .autorefs {
color: inherit;
border-bottom: 1px dotted currentcolor;
}
Binary file added latest/assets/images/social/blog/archive/2024.png
Binary file modified latest/assets/images/social/cli/about.png
Binary file modified latest/assets/images/social/community/highlights.png
Binary file modified latest/assets/images/social/config/build.png
Binary file modified latest/assets/images/social/config/dependency.png
Binary file modified latest/assets/images/social/config/environment/advanced.png
Binary file modified latest/assets/images/social/config/environment/overview.png
Binary file modified latest/assets/images/social/config/hatch.png
Binary file modified latest/assets/images/social/config/metadata.png
Diff not rendered.
Binary file modified latest/assets/images/social/history/hatch.png
Binary file modified latest/assets/images/social/history/hatchling.png
Diff not rendered.
Binary file modified latest/assets/images/social/how-to/plugins/testing-builds.png
Binary file modified latest/assets/images/social/index.png
Binary file modified latest/assets/images/social/plugins/about.png
Binary file modified latest/assets/images/social/plugins/build-hook/custom.png
Binary file modified latest/assets/images/social/plugins/build-hook/reference.png
Binary file modified latest/assets/images/social/plugins/build-hook/version.png
Binary file removed latest/assets/images/social/plugins/builder/app.png
Diff not rendered.
Binary file modified latest/assets/images/social/plugins/builder/custom.png
Binary file modified latest/assets/images/social/plugins/builder/reference.png
Binary file modified latest/assets/images/social/plugins/builder/sdist.png
Binary file modified latest/assets/images/social/plugins/builder/wheel.png
Binary file modified latest/assets/images/social/plugins/environment/reference.png
Binary file modified latest/assets/images/social/plugins/environment/virtual.png
Binary file modified latest/assets/images/social/plugins/metadata-hook/custom.png
Binary file modified latest/assets/images/social/plugins/metadata-hook/reference.png
Binary file modified latest/assets/images/social/plugins/publisher/package-index.png
Binary file modified latest/assets/images/social/plugins/publisher/reference.png
Binary file modified latest/assets/images/social/plugins/utilities.png
Binary file modified latest/assets/images/social/plugins/version-scheme/reference.png
Binary file modified latest/assets/images/social/plugins/version-scheme/standard.png
Binary file modified latest/assets/images/social/plugins/version-source/code.png
Binary file modified latest/assets/images/social/plugins/version-source/env.png
Binary file modified latest/assets/images/social/plugins/version-source/reference.png
Binary file modified latest/assets/images/social/plugins/version-source/regex.png
3 changes: 0 additions & 3 deletions latest/assets/javascripts/bundle.8e8db93a.min.js

This file was deleted.

3 changes: 3 additions & 0 deletions latest/assets/javascripts/bundle.ede584c9.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion latest/assets/stylesheets/main.08b157ab.min.css

This file was deleted.

1 change: 1 addition & 0 deletions latest/assets/stylesheets/main.d5b5f0fd.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/blog/2022/10/08/hatch-v160/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions latest/blog/2023/12/11/hatch-v180/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/blog/2023/12/18/hatch-v190/index.html

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions latest/blog/2024/04/18/hatch-v1100/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions latest/blog/archive/2022/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions latest/blog/archive/2023/index.html

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions latest/blog/archive/2024/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions latest/blog/category/release/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions latest/blog/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/build/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/cli/about/index.html

Large diffs are not rendered by default.

30 changes: 21 additions & 9 deletions latest/cli/reference/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions latest/community/contributing/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions latest/community/highlights/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions latest/community/users/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/config/build/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/config/context/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions latest/config/dependency/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/config/environment/advanced/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions latest/config/environment/overview/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions latest/config/hatch/index.html

Large diffs are not rendered by default.

66 changes: 66 additions & 0 deletions latest/config/internal/static-analysis/index.html

Large diffs are not rendered by default.

90 changes: 90 additions & 0 deletions latest/config/internal/testing/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/config/metadata/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/config/project-templates/index.html

Large diffs are not rendered by default.

61 changes: 14 additions & 47 deletions latest/config/static-analysis/index.html

Large diffs are not rendered by default.

10 changes: 4 additions & 6 deletions latest/environment/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions latest/history/hatch/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions latest/history/hatchling/index.html

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions latest/how-to/config/dynamic-metadata/index.html

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions latest/how-to/environment/dependency-resolution/index.html

Large diffs are not rendered by default.

31 changes: 15 additions & 16 deletions latest/how-to/environment/package-indices/index.html

Large diffs are not rendered by default.

42 changes: 42 additions & 0 deletions latest/how-to/environment/select-installer/index.html

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions latest/how-to/integrate/vscode/index.html

Large diffs are not rendered by default.

Binary file added latest/how-to/integrate/vscode/run-file.png
13 changes: 13 additions & 0 deletions latest/how-to/meta/report-issues/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/how-to/plugins/testing-builds/index.html

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions latest/how-to/publish/auth/index.html

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions latest/how-to/publish/repo/index.html

Large diffs are not rendered by default.

45 changes: 45 additions & 0 deletions latest/how-to/run/python-scripts/index.html

Large diffs are not rendered by default.

38 changes: 38 additions & 0 deletions latest/how-to/static-analysis/behavior/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions latest/index.html

Large diffs are not rendered by default.

25 changes: 13 additions & 12 deletions latest/install/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/intro/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions latest/meta/authors/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/meta/faq/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/next-steps/index.html

Large diffs are not rendered by default.

Binary file modified latest/objects.inv
Binary file not shown.
6 changes: 3 additions & 3 deletions latest/plugins/about/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/plugins/build-hook/custom/index.html

Large diffs are not rendered by default.

107 changes: 66 additions & 41 deletions latest/plugins/build-hook/reference/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/plugins/build-hook/version/index.html

Large diffs are not rendered by default.

27 changes: 15 additions & 12 deletions latest/plugins/builder/app/index.html

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions latest/plugins/builder/binary/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/plugins/builder/custom/index.html

Large diffs are not rendered by default.

529 changes: 269 additions & 260 deletions latest/plugins/builder/reference/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/plugins/builder/sdist/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/plugins/builder/wheel/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/plugins/environment-collector/custom/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/plugins/environment-collector/default/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/plugins/environment-collector/reference/index.html

Large diffs are not rendered by default.

1,681 changes: 918 additions & 763 deletions latest/plugins/environment/reference/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/plugins/environment/virtual/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions latest/plugins/metadata-hook/custom/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/plugins/metadata-hook/reference/index.html

Large diffs are not rendered by default.

14 changes: 10 additions & 4 deletions latest/plugins/publisher/package-index/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/plugins/publisher/reference/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/plugins/utilities/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/plugins/version-scheme/reference/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/plugins/version-scheme/standard/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/plugins/version-source/code/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/plugins/version-source/env/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/plugins/version-source/reference/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions latest/plugins/version-source/regex/index.html

Large diffs are not rendered by default.

15 changes: 3 additions & 12 deletions latest/publish/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion latest/search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 1d9ab7d

Please sign in to comment.