mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-05 19:40:01 +00:00
Make API reference TOC visible (#4962)
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
This commit is contained in:
parent
b07c1662b3
commit
c293b931f5
@ -8,8 +8,8 @@ myst:
|
|||||||
# API Reference
|
# API Reference
|
||||||
|
|
||||||
```{toctree}
|
```{toctree}
|
||||||
:hidden:
|
|
||||||
:caption: AutoGen AgentChat
|
:caption: AutoGen AgentChat
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
python/autogen_agentchat
|
python/autogen_agentchat
|
||||||
python/autogen_agentchat.messages
|
python/autogen_agentchat.messages
|
||||||
@ -22,8 +22,8 @@ python/autogen_agentchat.state
|
|||||||
```
|
```
|
||||||
|
|
||||||
```{toctree}
|
```{toctree}
|
||||||
:hidden:
|
|
||||||
:caption: AutoGen Core
|
:caption: AutoGen Core
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
python/autogen_core
|
python/autogen_core
|
||||||
python/autogen_core.code_executor
|
python/autogen_core.code_executor
|
||||||
@ -36,8 +36,8 @@ python/autogen_core.logging
|
|||||||
```
|
```
|
||||||
|
|
||||||
```{toctree}
|
```{toctree}
|
||||||
:hidden:
|
|
||||||
:caption: AutoGen Extensions
|
:caption: AutoGen Extensions
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
python/autogen_ext.agents.magentic_one
|
python/autogen_ext.agents.magentic_one
|
||||||
python/autogen_ext.agents.openai
|
python/autogen_ext.agents.openai
|
||||||
@ -56,27 +56,3 @@ python/autogen_ext.code_executors.docker
|
|||||||
python/autogen_ext.code_executors.azure
|
python/autogen_ext.code_executors.azure
|
||||||
python/autogen_ext.runtimes.grpc
|
python/autogen_ext.runtimes.grpc
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- ::::{grid} 1 2 2 3
|
|
||||||
:margin: 4 4 0 0
|
|
||||||
:gutter: 1
|
|
||||||
|
|
||||||
:::{grid-item-card} {fas}`people-group;pst-color-primary` <br> AutoGen AgentChat
|
|
||||||
:link: python/autogen_agentchat/autogen_agentchat
|
|
||||||
:link-type: doc
|
|
||||||
:class-item: api-card
|
|
||||||
:::
|
|
||||||
|
|
||||||
:::{grid-item-card} {fas}`cube;pst-color-primary` <br> AutoGen Core
|
|
||||||
:link: python/autogen_core/autogen_core
|
|
||||||
:link-type: doc
|
|
||||||
:class-item: api-card
|
|
||||||
:::
|
|
||||||
|
|
||||||
:::{grid-item-card} {fas}`puzzle-piece;pst-color-primary` <br> AutoGen Extensions
|
|
||||||
:link: python/autogen_ext/autogen_ext
|
|
||||||
:link-type: doc
|
|
||||||
:class-item: api-card
|
|
||||||
:::
|
|
||||||
|
|
||||||
:::: -->
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user