Skip to content

Commit e39a311

Browse files
committed
add agent stuff to left navbars
1 parent c5d45ed commit e39a311

6 files changed

Lines changed: 35 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,24 @@
3737
html_theme = "furo"
3838
html_static_path = ["_static"]
3939

40+
# Furo theme options
41+
html_theme_options = {
42+
"navigation_with_keys": True,
43+
"sidebar_hide_name": False,
44+
}
45+
46+
# Show the global toctree in sidebar
47+
html_sidebars = {
48+
"**": [
49+
"sidebar/scroll-start.html",
50+
"sidebar/brand.html",
51+
"sidebar/search.html",
52+
"sidebar/navigation.html",
53+
"sidebar/ethical-ads.html",
54+
"sidebar/scroll-end.html",
55+
]
56+
}
57+
4058
# -- Extension configuration -------------------------------------------------
4159

4260
# Autodoc settings

docs/sdk/async/agent.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Agent
2+
======
3+
4+
The ``AsyncAgent`` class provides asynchronous methods for managing and interacting with stored Agents.
5+
6+
.. automodule:: runloop_api_client.sdk.async_agent
7+
:members:

docs/sdk/async/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ Asynchronous resource classes for working with devboxes, blueprints, snapshots,
2727
snapshot
2828
storage_object
2929
scorer
30-
30+
agent

docs/sdk/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ The Runloop SDK provides both synchronous and asynchronous interfaces for managi
99
:maxdepth: 2
1010
:caption: SDK Documentation
1111

12-
sync/index
1312
async/index
13+
sync/index
1414
types

docs/sdk/sync/agent.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Agent
2+
======
3+
4+
The ``Agent`` class provides synchronous methods for managing and interacting with stored Agents.
5+
6+
.. automodule:: runloop_api_client.sdk.agent
7+
:members:

docs/sdk/sync/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ Synchronous resource classes for working with devboxes, blueprints, snapshots, a
2727
snapshot
2828
storage_object
2929
scorer
30+
agent
3031

0 commit comments

Comments
 (0)