Skip to content

Commit e879df2

Browse files
DarkLight1337hmellor
authored andcommitted
[Doc] Fix failing doc build (vllm-project#28772)
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk> Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> Co-authored-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> Signed-off-by: George D. Torres <gdavtor@gmail.com>
1 parent 09dfb35 commit e879df2

File tree

14 files changed

+72
-53
lines changed

14 files changed

+72
-53
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Originally developed in the [Sky Computing Lab](https://sky.cs.berkeley.edu) at
3030
Where to get started with vLLM depends on the type of user. If you are looking to:
3131

3232
- Run open-source models on vLLM, we recommend starting with the [Quickstart Guide](./getting_started/quickstart.md)
33-
- Build applications with vLLM, we recommend starting with the [User Guide](./usage)
34-
- Build vLLM, we recommend starting with [Developer Guide](./contributing)
33+
- Build applications with vLLM, we recommend starting with the [User Guide](./usage/README.md)
34+
- Build vLLM, we recommend starting with [Developer Guide](./contributing/README.md)
3535

3636
For information about the development of vLLM, see:
3737

docs/cli/bench/latency.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
--8<-- "docs/cli/json_tip.inc.md"
66

7-
## Options
7+
## Arguments
88

9-
--8<-- "docs/argparse/bench_latency.md"
9+
--8<-- "docs/argparse/bench_latency.inc.md"

docs/cli/bench/serve.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
--8<-- "docs/cli/json_tip.inc.md"
66

7-
## Options
7+
## Arguments
88

9-
--8<-- "docs/argparse/bench_serve.md"
9+
--8<-- "docs/argparse/bench_serve.inc.md"

docs/cli/bench/sweep/plot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
--8<-- "docs/cli/json_tip.inc.md"
66

7-
## Options
7+
## Arguments
88

9-
--8<-- "docs/argparse/bench_sweep_plot.md"
9+
--8<-- "docs/argparse/bench_sweep_plot.inc.md"

docs/cli/bench/sweep/serve.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
--8<-- "docs/cli/json_tip.inc.md"
66

7-
## Options
7+
## Arguments
88

9-
--8<-- "docs/argparse/bench_sweep_serve.md"
9+
--8<-- "docs/argparse/bench_sweep_serve.inc.md"

docs/cli/bench/sweep/serve_sla.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
--8<-- "docs/cli/json_tip.inc.md"
66

7-
## Options
7+
## Arguments
88

9-
--8<-- "docs/argparse/bench_sweep_serve_sla.md"
9+
--8<-- "docs/argparse/bench_sweep_serve_sla.inc.md"

docs/cli/bench/throughput.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
--8<-- "docs/cli/json_tip.inc.md"
66

7-
## Options
7+
## Arguments
88

9-
--8<-- "docs/argparse/bench_throughput.md"
9+
--8<-- "docs/argparse/bench_throughput.inc.md"

docs/cli/chat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# vllm chat
22

3-
## Options
3+
## Arguments
44

5-
--8<-- "docs/argparse/chat.md"
5+
--8<-- "docs/argparse/chat.inc.md"

docs/cli/complete.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# vllm complete
22

3-
## Options
3+
## Arguments
44

5-
--8<-- "docs/argparse/complete.md"
5+
--8<-- "docs/argparse/complete.inc.md"

docs/cli/run-batch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
--8<-- "docs/cli/json_tip.inc.md"
66

7-
## Options
7+
## Arguments
88

9-
--8<-- "docs/argparse/run-batch.md"
9+
--8<-- "docs/argparse/run-batch.inc.md"

0 commit comments

Comments
 (0)