Skip to content

Commit 8f0cdf0

Browse files
committed
deploy: d5665b7
1 parent 3f0b25d commit 8f0cdf0

File tree

75 files changed

+812
-734
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+812
-734
lines changed

.doctrees/TRANSLATING.doctree

0 Bytes
Binary file not shown.

.doctrees/environment.pickle

1.48 KB
Binary file not shown.
54 Bytes
Binary file not shown.
12.2 KB
Binary file not shown.

TRANSLATING.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

ja/_images/social_previews/summary_tutorials_trusted-publishing_30f3e839.png renamed to _images/social_previews/summary_tutorials_trusted-publishing_6f57772c.png

120 KB
164 KB

_sources/tutorials/pyproject-toml.md.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ The classifier key should look something like the example below. A few notes:
468468
- Your classifier values might be different depending upon your intended audience, development status of your package and the Python versions that you support
469469
- You can add as many classifiers as you wish as long as you use the [designated PyPI classifier values](https://PyPI.org/classifiers/).
470470

471-
{emphasize-lines="26-34"}
471+
{emphasize-lines="26-33"}
472472
```toml
473473
[build-system]
474474
requires = ["hatchling"]
@@ -514,10 +514,10 @@ Finally, add the project.urls table to your pyproject.toml file.
514514
`project.urls` contains links that are relevant for your project. You might want to include:
515515

516516
- **Homepage:** A link to your published documentation for your project. If you are working through this tutorial, then you may not have this link yet. That's ok, you can skip it for the time being.
517-
- **Bug reports:** a link to your issues / discussions or wherever you want users to report bugs.
517+
- **Bug reports:** a link to your issues/discussions or wherever you want users to report bugs.
518518
- **Source:** the GitHub / GitLab link for your project.
519519

520-
{emphasize-lines="36-39"}
520+
{emphasize-lines="35-38"}
521521
```toml
522522
[build-system]
523523
requires = ["hatchling"]

_sources/tutorials/trusted-publishing.md.txt

Lines changed: 142 additions & 169 deletions
Large diffs are not rendered by default.

ja/.doctrees/CONTRIBUTING.doctree

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)