-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
139 lines (133 loc) · 3.72 KB
/
Copy pathmkdocs.yml
File metadata and controls
139 lines (133 loc) · 3.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
site_name: QPanda3 Runtime MCP Server
site_description: A Model Context Protocol (MCP) server for Origin Quantum computing services
site_url: https://originquantum.github.io/qpanda3-runtime-mcp-server/
site_dir: site
repo_name: OriginQ/qpanda3-runtime-mcp-server
repo_url: https://github.com/OriginQ/qpanda3-runtime-mcp-server
theme:
name: material
language: en
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tracking
- navigation.sections
- navigation.expand
- navigation.indexes
- navigation.top
- search.suggest
- search.highlight
- toc.follow
- content.code.copy
icon:
repo: fontawesome/brands/github
plugins:
- i18n:
docs_structure: folder
languages:
- locale: en
name: English
default: true
build: true
- locale: zh
name: 中文
default: false
build: true
nav_translations:
Home: 首页
Getting Started: 快速入门
Installation: 安装指南
Quick Start: 快速开始
Getting Started Guide: 入门指南
Configuration: 配置说明
User Guide: 用户指南
Account Management: 账户管理
Quantum Devices: 量子设备
Managing Tasks: 任务管理
Quantum Circuits: 量子线路
Examples: 使用示例
API Reference: API 参考
Runtime Module: Runtime 模块
Server Module: Server 模块
Utils Module: Utils 模块
Development: 开发指南
Contributing: 贡献指南
Testing: 测试指南
E2E Testing: 端到端测试
Changelog: 更新日志
- search:
lang: en
- mkdocstrings:
handlers:
python:
options:
members_order: source
show_source: true
show_bases: true
inherited_members: true
docstring_style: google
separate_signature: true
filters:
- "!^_"
heading_level: 2
- mermaid2:
version: 10.0.0
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- tables
- toc:
permalink: true
separator: "-"
- attr_list
- md_in_html
nav:
- Home: index.md
- Getting Started:
- Installation: installation.md
- Quick Start: quickstart.md
- Getting Started Guide: getting_started.md
- Configuration: configuration.md
- User Guide:
- Account Management: user_guide/account.md
- Quantum Devices: user_guide/devices.md
- Managing Tasks: user_guide/tasks.md
- Quantum Circuits: user_guide/circuits.md
- Examples: user_guide/examples.md
- API Reference:
- Runtime Module: api/runtime.md
- Server Module: api/server.md
- Utils Module: api/utils.md
- Development:
- Contributing: development/contributing.md
- Testing: development/testing.md
- E2E Testing: development/e2e-testing.md
- Changelog: development/changelog.md
extra:
alternate:
- name: English
link: /qpanda3-runtime-mcp-server/
lang: en
- name: 中文
link: /qpanda3-runtime-mcp-server/zh/
lang: zh