Skip to content

Commit c4ec1b0

Browse files
erdnaxeliradoering
andauthored
docs: fix level of headings in pyproject.md (#10263)
Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com>
1 parent 82d91e4 commit c4ec1b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/pyproject.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ This tells Poetry to include the specified file, relative to your project direct
769769
In its table form, the value of each script can contain a `reference` and `type`. The supported types are
770770
`console` and `file`. When the value is a string, it is inferred to be a `console` script.
771771

772-
### `extras`
772+
### extras
773773

774774
**Deprecated**: Use `project.optional-dependencies` instead.
775775

@@ -884,7 +884,7 @@ any custom url in the `urls` section.
884884

885885
If you publish your package on PyPI, they will appear in the `Project Links` section.
886886

887-
## `requires-poetry`
887+
### requires-poetry
888888

889889
A constraint for the Poetry version that is required for this project.
890890
If you are using a Poetry version that is not allowed by this constraint,
@@ -895,7 +895,7 @@ an error will be raised.
895895
requires-poetry = ">=2.0"
896896
```
897897

898-
## `requires-plugins`
898+
### requires-plugins
899899

900900
In this section, you can specify that certain plugins are required for your project:
901901

0 commit comments

Comments
 (0)