uv/docs/concepts/projects
Marco Barbosa c5ccea2bb1
doc typo: unnecessary backslashes to represent brackets in markdown (#11059)
There is a small typo in the doc which could mislead users: reference to
a table in `pyproject.toml` currently appears as
[`\[project.entry-points\]`](https://packaging.python.org/en/latest/guides/creating-and-discovering-plugins/#using-package-metadata)
while it should be
[`[project.entry-points]`](https://packaging.python.org/en/latest/guides/creating-and-discovering-plugins/#using-package-metadata).

Backslashes are appearing because they weren't supposed to be used on
code representation in Markdown.
2025-01-29 08:17:31 -06:00
..
build.md Reorganize the project concept documentation (#9121) 2024-11-19 13:52:12 -06:00
config.md doc typo: unnecessary backslashes to represent brackets in markdown (#11059) 2025-01-29 08:17:31 -06:00
dependencies.md Add documentation for uv add -r (#10926) 2025-01-23 21:34:50 -06:00
index.md Reorganize the project concept documentation (#9121) 2024-11-19 13:52:12 -06:00
init.md Fix ruff linting warnings from generated template files for extension modules (#10371) 2025-01-07 17:07:44 +00:00
layout.md Improve content on project configuration (#9235) 2024-11-20 08:49:51 -06:00
run.md Add missing word to docs for run.md (#9527) 2024-11-29 21:58:20 -05:00
sync.md Reframe --locked and --frozen as --check operations for uv lock (#9662) 2024-12-08 10:02:00 -06:00
workspaces.md docs(workspaces): remove build-system (#10636) 2025-01-15 11:46:35 -06:00