Make API reference TOC visible (#4962)

Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
This commit is contained in:
Jack Gerrits 2025-01-09 13:37:13 -05:00 committed by GitHub
parent b07c1662b3
commit c293b931f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,8 +8,8 @@ myst:
# API Reference
```{toctree}
:hidden:
:caption: AutoGen AgentChat
:maxdepth: 2
python/autogen_agentchat
python/autogen_agentchat.messages
@ -22,8 +22,8 @@ python/autogen_agentchat.state
```
```{toctree}
:hidden:
:caption: AutoGen Core
:maxdepth: 2
python/autogen_core
python/autogen_core.code_executor
@ -36,8 +36,8 @@ python/autogen_core.logging
```
```{toctree}
:hidden:
:caption: AutoGen Extensions
:maxdepth: 2
python/autogen_ext.agents.magentic_one
python/autogen_ext.agents.openai
@ -56,27 +56,3 @@ python/autogen_ext.code_executors.docker
python/autogen_ext.code_executors.azure
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
:::
:::: -->