Replace {func} with mkdocs style links (#18610)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor
2025-05-23 14:51:38 +02:00
committed by GitHub
parent 38a95cb4a8
commit 2edb533af2
5 changed files with 6 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ VLLM_INVALID_TOKEN_ID = -1
def array_full(token_id: int, count: int):
"""{class}`array` equivalent of {func}`numpy.full`."""
"""{class}`array` equivalent of [numpy.full][]."""
return array(VLLM_TOKEN_ID_ARRAY_TYPE, [token_id]) * count