hidden_toctree.rst 1.61 KB
Newer Older
1
2
:orphan:

3
4
5
6
7
8
9
10
11
12
13
..
    SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
    SPDX-License-Identifier: Apache-2.0

.. This hidden toctree includes readmes etc that aren't meant to be in the main table of contents but should be accounted for in the sphinx project structure


.. toctree::
   :maxdepth: 2
   :hidden:

14
15
16
17
18
19
20
21
22
23
24
   runtime/README.md
   API/nixl_connect/connector.md
   API/nixl_connect/descriptor.md
   API/nixl_connect/device.md
   API/nixl_connect/device_kind.md
   API/nixl_connect/operation_status.md
   API/nixl_connect/rdma_metadata.md
   API/nixl_connect/readable_operation.md
   API/nixl_connect/writable_operation.md
   API/nixl_connect/read_operation.md
   API/nixl_connect/write_operation.md
25
26
   API/nixl_connect/README.md

27
28
29
   guides/dynamo_deploy/create_deployment.md
   guides/dynamo_deploy/sla_planner_deployment.md
   guides/dynamo_deploy/gke_setup.md
30
31
32
   guides/dynamo_deploy/grove.md
   guides/dynamo_deploy/k8s_metrics.md
   guides/dynamo_deploy/model_caching_with_fluid.md
33
34
   guides/dynamo_deploy/README.md
   guides/dynamo_run.md
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
   guides/metrics.md
   guides/run_kvbm_in_vllm.md

   architecture/kv_cache_routing.md
   architecture/load_planner.md
   architecture/request_migration.md

   components/backends/trtllm/multinode/multinode-examples.md
   components/backends/sglang/docs/multinode-examples.md

   examples/README.md
   examples/runtime/hello_world/README.md

   architecture/distributed_runtime.md
   architecture/dynamo_flow.md

51

52
53
..   TODO: architecture/distributed_runtime.md and architecture/dynamo_flow.md
     have some outdated names/references and need a refresh.