hidden_toctree.rst 1.73 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
   guides/dynamo_deploy/api_reference.md
28
   guides/dynamo_deploy/create_deployment.md
29
30

   guides/dynamo_deploy/fluxcd.md
31
   guides/dynamo_deploy/gke_setup.md
32
33
   guides/dynamo_deploy/grove.md
   guides/dynamo_deploy/model_caching_with_fluid.md
34
35
   guides/dynamo_deploy/README.md
   guides/dynamo_run.md
36
   guides/dynamo_deploy/sla_planner_deployment.md
37
38
   guides/metrics.md
   guides/run_kvbm_in_vllm.md
39
   guides/run_kvbm_in_trtllm.md
40
41
42
43

   architecture/kv_cache_routing.md
   architecture/load_planner.md
   architecture/request_migration.md
44
   architecture/request_cancellation.md
45
46
47
48
49

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

   examples/README.md
50
   examples/custom_backend/hello_world/README.md
51
52
53
54

   architecture/distributed_runtime.md
   architecture/dynamo_flow.md

55

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