Skip to content

Commit 2c9c281

Browse files
committed
remove src and reorder image list
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent 11e4e4d commit 2c9c281

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/src/tables/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717

1818
IMAGE_TABLE_GENERATORS = [
1919
base_table,
20+
vllm_table,
21+
sglang_table,
2022
pytorch_table,
2123
tensorflow_table,
2224
huggingface_pytorch_table,
2325
huggingface_tensorflow_table,
2426
neuron_table,
2527
autogluon_table,
2628
djl_table,
27-
vllm_table,
28-
sglang_table,
2929
triton_table,
3030
]
3131

mkdocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repo_name: aws/deep-learning-containers # Displayed na
88
repo_url: https://github.com/aws/deep-learning-containers # Links to GitHub (top-right corner)
99

1010
exclude_docs: |
11-
^src
11+
src/*
1212
*.template.md
1313
1414
# === Hooks ===

0 commit comments

Comments
 (0)