From d29f3a11468ffbc73220b13cf14382f8fb8eb930 Mon Sep 17 00:00:00 2001 From: DavdGao Date: Tue, 20 Feb 2024 16:06:48 +0800 Subject: [PATCH] Rename file accordingly --- .../source/{agentscope.web_ui.rst => agentscope.web.rst} | 2 +- docs/sphinx_doc/source/index.rst | 2 +- docs/sphinx_doc/source/tutorial/102-concepts.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename docs/sphinx_doc/source/{agentscope.web_ui.rst => agentscope.web.rst} (80%) diff --git a/docs/sphinx_doc/source/agentscope.web_ui.rst b/docs/sphinx_doc/source/agentscope.web.rst similarity index 80% rename from docs/sphinx_doc/source/agentscope.web_ui.rst rename to docs/sphinx_doc/source/agentscope.web.rst index edc09867a..3fc7529bc 100644 --- a/docs/sphinx_doc/source/agentscope.web_ui.rst +++ b/docs/sphinx_doc/source/agentscope.web.rst @@ -4,7 +4,7 @@ Web UI package app module ----------------------------- -.. automodule:: agentscope.web_ui.app +.. automodule:: agentscope.web.app :members: :undoc-members: gradio_groupchat :show-inheritance: diff --git a/docs/sphinx_doc/source/index.rst b/docs/sphinx_doc/source/index.rst index 611e16542..9033b1ee1 100644 --- a/docs/sphinx_doc/source/index.rst +++ b/docs/sphinx_doc/source/index.rst @@ -35,7 +35,7 @@ AgentScope Documentation agentscope.service agentscope.rpc agentscope.utils - agentscope.web_ui + agentscope.web agentscope Indices and tables diff --git a/docs/sphinx_doc/source/tutorial/102-concepts.md b/docs/sphinx_doc/source/tutorial/102-concepts.md index 99b4dae70..745c2cc50 100644 --- a/docs/sphinx_doc/source/tutorial/102-concepts.md +++ b/docs/sphinx_doc/source/tutorial/102-concepts.md @@ -29,7 +29,7 @@ AgentScope │ | ├── service # Services offering functions independent of memory and state. │ | ├── utils # Auxiliary utilities and helper functions. │ | ├── message.py # Definitions and implementations of messaging between agents. -| | ├── web # WebUI used to show dialogs. +| | ├── web # WebUI used to show dialogs. │ | ├── prompt.py # Prompt engineering module for model input. │ | ├── ... .. │ | ├── ... ..