Unverified Commit 5fc0bf92 authored by Kristen Kelleher's avatar Kristen Kelleher Committed by GitHub
Browse files

docs: Fixing Sphinx errors casued by structural problems (#3152)


Signed-off-by: default avatarKristen Kelleher <kkelleher@nvidia.com>
Co-authored-by: default avatarnv-nmailhot <nmailhot@nvidia.com>
parent 6a612a66
...@@ -18,13 +18,13 @@ the service is running. ...@@ -18,13 +18,13 @@ the service is running.
> **Note**: Frontend liveness doesn't depend on worker health or liveness only on the Frontend service itself. > **Note**: Frontend liveness doesn't depend on worker health or liveness only on the Frontend service itself.
#### Example Request ### Example Request
``` ```
curl -s localhost:8080/live -q | jq curl -s localhost:8080/live -q | jq
``` ```
#### Example Response ### Example Response
``` ```
{ {
...@@ -41,13 +41,13 @@ the service is running. Once workers have been registered, the ...@@ -41,13 +41,13 @@ the service is running. Once workers have been registered, the
> **Note**: Frontend liveness doesn't depend on worker health or liveness only on the Frontend service itself. > **Note**: Frontend liveness doesn't depend on worker health or liveness only on the Frontend service itself.
#### Example Request ### Example Request
``` ```
curl -v localhost:8080/health -q | jq curl -v localhost:8080/health -q | jq
``` ```
#### Example Response ### Example Response
Before workers are registered: Before workers are registered:
......
...@@ -24,20 +24,24 @@ ...@@ -24,20 +24,24 @@
API/nixl_connect/write_operation.md API/nixl_connect/write_operation.md
API/nixl_connect/README.md API/nixl_connect/README.md
guides/dynamo_deploy/api_reference.md
guides/dynamo_deploy/create_deployment.md guides/dynamo_deploy/create_deployment.md
guides/dynamo_deploy/sla_planner_deployment.md
guides/dynamo_deploy/fluxcd.md
guides/dynamo_deploy/gke_setup.md guides/dynamo_deploy/gke_setup.md
guides/dynamo_deploy/grove.md guides/dynamo_deploy/grove.md
guides/dynamo_deploy/k8s_metrics.md
guides/dynamo_deploy/model_caching_with_fluid.md guides/dynamo_deploy/model_caching_with_fluid.md
guides/dynamo_deploy/README.md guides/dynamo_deploy/README.md
guides/dynamo_run.md guides/dynamo_run.md
guides/dynamo_deploy/sla_planner_deployment.md
guides/metrics.md guides/metrics.md
guides/run_kvbm_in_vllm.md guides/run_kvbm_in_vllm.md
guides/run_kvbm_in_trtllm.md
architecture/kv_cache_routing.md architecture/kv_cache_routing.md
architecture/load_planner.md architecture/load_planner.md
architecture/request_migration.md architecture/request_migration.md
architecture/request_cancellation.md
components/backends/trtllm/multinode/multinode-examples.md components/backends/trtllm/multinode/multinode-examples.md
components/backends/sglang/docs/multinode-examples.md components/backends/sglang/docs/multinode-examples.md
......
...@@ -51,6 +51,7 @@ Quickstart ...@@ -51,6 +51,7 @@ Quickstart
:caption: Kubernetes Deployment :caption: Kubernetes Deployment
Quickstart (K8s) <../guides/dynamo_deploy/README.md> Quickstart (K8s) <../guides/dynamo_deploy/README.md>
Detailed Installation Guide <../guides/dynamo_deploy/installation_guide.md>
Dynamo Operator <../guides/dynamo_deploy/dynamo_operator.md> Dynamo Operator <../guides/dynamo_deploy/dynamo_operator.md>
Metrics <../guides/dynamo_deploy/metrics.md> Metrics <../guides/dynamo_deploy/metrics.md>
Logging <../guides/dynamo_deploy/logging.md> Logging <../guides/dynamo_deploy/logging.md>
...@@ -70,6 +71,10 @@ Quickstart ...@@ -70,6 +71,10 @@ Quickstart
:hidden: :hidden:
:caption: Developer Guide :caption: Developer Guide
Benchmarking Guide <benchmarks/benchmarking.md>
Planner Benchmark Example <guides/planner_benchmark/README.md>
Logging <guides/logging.md>
Health Checks <guides/health_check.md>
Tuning Disaggregated Serving Performance <guides/disagg_perf_tuning.md> Tuning Disaggregated Serving Performance <guides/disagg_perf_tuning.md>
Writing Python Workers in Dynamo <guides/backend.md> Writing Python Workers in Dynamo <guides/backend.md>
Glossary <dynamo_glossary.md> Glossary <dynamo_glossary.md>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment