docs: bunch of fixes and improvements (#5136)

## Summary

A bunch of fixes and improvements on different parts of the
documentation. For Docker documentation changes, links to the relevant
documentations have been included in the commit messages.
This commit is contained in:
Mathieu Kniewallner
2024-07-17 02:41:45 +02:00
committed by GitHub
parent 177bbaa8c0
commit c9637f00f0
6 changed files with 18 additions and 20 deletions
+3 -3
View File
@@ -7,7 +7,7 @@ To compile requirements via pre-commit, add the following to the `.pre-commit-co
```yaml
- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.2.13
rev: 0.2.25
hooks:
# Compile requirements
- id: pip-compile
@@ -19,7 +19,7 @@ To compile alternative files, modify `args` and `files`:
```yaml
- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.2.13
rev: 0.2.25
hooks:
# Compile requirements
- id: pip-compile
@@ -32,7 +32,7 @@ To run the hook over multiple files at the same time:
```yaml
- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.2.13
rev: 0.2.25
hooks:
# Compile requirements
- id: pip-compile