[Docs] Rename docs_new/ to docs/ (#32123)

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
zijiexia
2026-08-03 16:51:00 -07:00
committed by GitHub
co-authored by Claude Opus 4.8
parent c949e91f18
commit b819d2fb5b
491 changed files with 122 additions and 102 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ def gen(
regex: Optional[str] = None,
json_schema: Optional[str] = None,
):
"""Call the model to generate. See the meaning of the arguments in docs_new/docs/basic_usage/sampling_params.mdx"""
"""Call the model to generate. See the meaning of the arguments in docs/docs/basic_usage/sampling_params.mdx"""
if choices:
return SglSelect(
+1 -1
View File
@@ -473,7 +473,7 @@ class SglGen(SglExpr):
regex: Optional[str] = None,
json_schema: Optional[str] = None,
):
"""Call the model to generate. See the meaning of the arguments in docs_new/docs/basic_usage/sampling_params.mdx"""
"""Call the model to generate. See the meaning of the arguments in docs/docs/basic_usage/sampling_params.mdx"""
super().__init__()
self.name = name
self.sampling_params = SglSamplingParams(