Skip to content

Commit 5875977

Browse files
windsonseahuydhn
authored andcommitted
[Docs] Fix indentations for 2-level items in deprecation_policy.md (vllm-project#20352)
Signed-off-by: windsonsea <haifeng.yao@daocloud.io>
1 parent 88c62f2 commit 5875977

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/contributing/deprecation_policy.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ multiple Y releases:
3737
- **Timeline**: A removal version is explicitly stated in the deprecation
3838
warning (e.g., "This will be removed in v0.10.0").
3939
- **Communication**: Deprecation is noted in the following, as applicable:
40-
- Help strings
41-
- Log output
42-
- API responses
43-
- `/metrics` output (for metrics features)
44-
- User-facing documentation
45-
- Release notes
46-
- GitHub Issue (RFC) for feedback
47-
- Documentation and use of the `@typing_extensions.deprecated` decorator for Python APIs
40+
- Help strings
41+
- Log output
42+
- API responses
43+
- `/metrics` output (for metrics features)
44+
- User-facing documentation
45+
- Release notes
46+
- GitHub Issue (RFC) for feedback
47+
- Documentation and use of the `@typing_extensions.deprecated` decorator for Python APIs
4848

4949
**2.Deprecated (Off By Default)**
5050

0 commit comments

Comments
 (0)