-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* dev12
- Loading branch information
Showing
24 changed files
with
154 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
71 changes: 36 additions & 35 deletions
71
python/packages/autogen-core/docs/src/_templates/sidebar-nav-bs-agentchat.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,39 @@ | ||
{# Displays the TOC-subtree for pages nested under the currently active top-level TOCtree element. #} | ||
|
||
<nav class="bd-docs-nav bd-links" | ||
aria-label="{{ _('Section Navigation') }}"> | ||
<div class="bd-toc-item navbar-nav"> | ||
{{- generate_toctree_html( | ||
"sidebar", | ||
show_nav_level=theme_show_nav_level | int, | ||
maxdepth=theme_navigation_depth | int, | ||
collapse=theme_collapse_navigation | tobool, | ||
includehidden=theme_sidebar_includehidden | tobool, | ||
titles_only=True | ||
) | ||
-}} | ||
<ul class="nav bd-sidenav"> | ||
<li class="toctree-l1"> | ||
<a class="reference internal" href="{{pathto('reference/python/autogen_agentchat')}}"> | ||
<i class="fa-solid fa-file-code"></i> | ||
API Reference | ||
</a> | ||
</li> | ||
<li class="toctree-l1"> | ||
<a target="_blank" class="reference internal" href="https://pypi.org/project/autogen-agentchat/0.4.0.dev11/"> | ||
<i class="fa-brands fa-python"></i> | ||
PyPi | ||
<i class="fa-solid fa-arrow-up-right-from-square fa-2xs"></i> | ||
</a> | ||
</li> | ||
<li class="toctree-l1"> | ||
<a target="_blank" class="reference internal" href="https://github.com/microsoft/autogen/tree/main/python/packages/autogen-agentchat"> | ||
<i class="fa-brands fa-github"></i> | ||
Source | ||
<i class="fa-solid fa-arrow-up-right-from-square fa-2xs"></i> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<nav class="bd-docs-nav bd-links" aria-label="{{ _('Section Navigation') }}"> | ||
<div class="bd-toc-item navbar-nav"> | ||
{{- generate_toctree_html( | ||
"sidebar", | ||
show_nav_level=theme_show_nav_level | int, | ||
maxdepth=theme_navigation_depth | int, | ||
collapse=theme_collapse_navigation | tobool, | ||
includehidden=theme_sidebar_includehidden | tobool, | ||
titles_only=True | ||
) | ||
-}} | ||
<ul class="nav bd-sidenav"> | ||
<li class="toctree-l1"> | ||
<a class="reference internal" href="{{pathto('reference/python/autogen_agentchat')}}"> | ||
<i class="fa-solid fa-file-code"></i> | ||
API Reference | ||
</a> | ||
</li> | ||
<li class="toctree-l1"> | ||
<a target="_blank" class="reference internal" | ||
href="https://pypi.org/project/autogen-agentchat/0.4.0.dev12/"> | ||
<i class="fa-brands fa-python"></i> | ||
PyPi | ||
<i class="fa-solid fa-arrow-up-right-from-square fa-2xs"></i> | ||
</a> | ||
</li> | ||
<li class="toctree-l1"> | ||
<a target="_blank" class="reference internal" | ||
href="https://github.com/microsoft/autogen/tree/main/python/packages/autogen-agentchat"> | ||
<i class="fa-brands fa-github"></i> | ||
Source | ||
<i class="fa-solid fa-arrow-up-right-from-square fa-2xs"></i> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> |
72 changes: 36 additions & 36 deletions
72
python/packages/autogen-core/docs/src/_templates/sidebar-nav-bs-core.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
{# Displays the TOC-subtree for pages nested under the currently active top-level TOCtree element. #} | ||
|
||
<nav class="bd-docs-nav bd-links" | ||
aria-label="{{ _('Section Navigation') }}"> | ||
<div class="bd-toc-item navbar-nav"> | ||
{{- generate_toctree_html( | ||
"sidebar", | ||
show_nav_level=theme_show_nav_level | int, | ||
maxdepth=theme_navigation_depth | int, | ||
collapse=theme_collapse_navigation | tobool, | ||
includehidden=theme_sidebar_includehidden | tobool, | ||
titles_only=True | ||
) | ||
-}} | ||
<ul class="nav bd-sidenav"> | ||
<li class="toctree-l1"> | ||
<a class="reference internal" href="{{pathto('reference/python/autogen_core')}}"> | ||
<i class="fa-solid fa-file-code"></i> | ||
API Reference | ||
</a> | ||
</li> | ||
<li class="toctree-l1"> | ||
<a target="_blank" class="reference internal" href="https://pypi.org/project/autogen-core/0.4.0.dev11/"> | ||
<i class="fa-brands fa-python"></i> | ||
PyPi | ||
<i class="fa-solid fa-arrow-up-right-from-square fa-2xs"></i> | ||
</a> | ||
</li> | ||
<li class="toctree-l1"> | ||
<a target="_blank" class="reference internal" href="https://github.com/microsoft/autogen/tree/main/python/packages/autogen-core"> | ||
<i class="fa-brands fa-github"></i> | ||
Source | ||
<i class="fa-solid fa-arrow-up-right-from-square fa-2xs"></i> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> | ||
<nav class="bd-docs-nav bd-links" aria-label="{{ _('Section Navigation') }}"> | ||
<div class="bd-toc-item navbar-nav"> | ||
{{- generate_toctree_html( | ||
"sidebar", | ||
show_nav_level=theme_show_nav_level | int, | ||
maxdepth=theme_navigation_depth | int, | ||
collapse=theme_collapse_navigation | tobool, | ||
includehidden=theme_sidebar_includehidden | tobool, | ||
titles_only=True | ||
) | ||
-}} | ||
<ul class="nav bd-sidenav"> | ||
<li class="toctree-l1"> | ||
<a class="reference internal" href="{{pathto('reference/python/autogen_core')}}"> | ||
<i class="fa-solid fa-file-code"></i> | ||
API Reference | ||
</a> | ||
</li> | ||
<li class="toctree-l1"> | ||
<a target="_blank" class="reference internal" href="https://pypi.org/project/autogen-core/0.4.0.dev12/"> | ||
<i class="fa-brands fa-python"></i> | ||
PyPi | ||
<i class="fa-solid fa-arrow-up-right-from-square fa-2xs"></i> | ||
</a> | ||
</li> | ||
<li class="toctree-l1"> | ||
<a target="_blank" class="reference internal" | ||
href="https://github.com/microsoft/autogen/tree/main/python/packages/autogen-core"> | ||
<i class="fa-brands fa-github"></i> | ||
Source | ||
<i class="fa-solid fa-arrow-up-right-from-square fa-2xs"></i> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> |
74 changes: 37 additions & 37 deletions
74
python/packages/autogen-core/docs/src/_templates/sidebar-nav-bs-extensions.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
{# Displays the TOC-subtree for pages nested under the currently active top-level TOCtree element. #} | ||
|
||
<nav class="bd-docs-nav bd-links" | ||
aria-label="{{ _('Section Navigation') }}"> | ||
<div class="bd-toc-item navbar-nav"> | ||
{{- generate_toctree_html( | ||
"sidebar", | ||
show_nav_level=theme_show_nav_level | int, | ||
maxdepth=theme_navigation_depth | int, | ||
collapse=theme_collapse_navigation | tobool, | ||
includehidden=theme_sidebar_includehidden | tobool, | ||
titles_only=True | ||
) | ||
-}} | ||
<p aria-level="2" class="caption" role="heading"><span class="caption-text">More</span></p> | ||
<ul class="nav bd-sidenav"> | ||
<li class="toctree-l1"> | ||
<a class="reference internal" href="{{pathto('reference/python/autogen_ext.agents.magentic_one')}}"> | ||
<i class="fa-solid fa-file-code"></i> | ||
API Reference | ||
</a> | ||
</li> | ||
<li class="toctree-l1"> | ||
<a target="_blank" class="reference internal" href="https://pypi.org/project/autogen-ext/0.4.0.dev11/"> | ||
<i class="fa-brands fa-python"></i> | ||
PyPi | ||
<i class="fa-solid fa-arrow-up-right-from-square fa-2xs"></i> | ||
</a> | ||
</li> | ||
<li class="toctree-l1"> | ||
<a target="_blank" class="reference internal" href="https://github.com/microsoft/autogen/tree/main/python/packages/autogen-ext"> | ||
<i class="fa-brands fa-github"></i> | ||
Source | ||
<i class="fa-solid fa-arrow-up-right-from-square fa-2xs"></i> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> | ||
<nav class="bd-docs-nav bd-links" aria-label="{{ _('Section Navigation') }}"> | ||
<div class="bd-toc-item navbar-nav"> | ||
{{- generate_toctree_html( | ||
"sidebar", | ||
show_nav_level=theme_show_nav_level | int, | ||
maxdepth=theme_navigation_depth | int, | ||
collapse=theme_collapse_navigation | tobool, | ||
includehidden=theme_sidebar_includehidden | tobool, | ||
titles_only=True | ||
) | ||
-}} | ||
<p aria-level="2" class="caption" role="heading"><span class="caption-text">More</span></p> | ||
<ul class="nav bd-sidenav"> | ||
<li class="toctree-l1"> | ||
<a class="reference internal" href="{{pathto('reference/python/autogen_ext.agents.magentic_one')}}"> | ||
<i class="fa-solid fa-file-code"></i> | ||
API Reference | ||
</a> | ||
</li> | ||
<li class="toctree-l1"> | ||
<a target="_blank" class="reference internal" href="https://pypi.org/project/autogen-ext/0.4.0.dev12/"> | ||
<i class="fa-brands fa-python"></i> | ||
PyPi | ||
<i class="fa-solid fa-arrow-up-right-from-square fa-2xs"></i> | ||
</a> | ||
</li> | ||
<li class="toctree-l1"> | ||
<a target="_blank" class="reference internal" | ||
href="https://github.com/microsoft/autogen/tree/main/python/packages/autogen-ext"> | ||
<i class="fa-brands fa-github"></i> | ||
Source | ||
<i class="fa-solid fa-arrow-up-right-from-square fa-2xs"></i> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.