[Doc] Convert docs to use colon fences (#12471)
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
@ -8,10 +8,10 @@
|
||||
.. currentmodule:: vllm.engine
|
||||
```
|
||||
|
||||
```{toctree}
|
||||
:::{toctree}
|
||||
:caption: Engines
|
||||
:maxdepth: 2
|
||||
|
||||
llm_engine
|
||||
async_llm_engine
|
||||
```
|
||||
:::
|
||||
|
||||
@ -2,10 +2,10 @@
|
||||
|
||||
## Submodules
|
||||
|
||||
```{toctree}
|
||||
:::{toctree}
|
||||
:maxdepth: 1
|
||||
|
||||
interfaces_base
|
||||
interfaces
|
||||
adapters
|
||||
```
|
||||
:::
|
||||
|
||||
@ -17,7 +17,7 @@ Looking to add your own multi-modal model? Please follow the instructions listed
|
||||
|
||||
## Submodules
|
||||
|
||||
```{toctree}
|
||||
:::{toctree}
|
||||
:maxdepth: 1
|
||||
|
||||
inputs
|
||||
@ -25,4 +25,4 @@ parse
|
||||
processing
|
||||
profiling
|
||||
registry
|
||||
```
|
||||
:::
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
# Offline Inference
|
||||
|
||||
```{toctree}
|
||||
:::{toctree}
|
||||
:caption: Contents
|
||||
:maxdepth: 1
|
||||
|
||||
llm
|
||||
llm_inputs
|
||||
```
|
||||
:::
|
||||
|
||||
Reference in New Issue
Block a user