This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
LiWanpeng
/
mindspore_signal_doc
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
定义基本文档目录
master
sshiy10
3 months ago
parent
45c3635b38
commit
a78001a863
17 changed files
with
72 additions
and
10 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
docs/source/appdevelop/convertmodel.md
+5
-0
docs/source/appdevelop/createmodel.md
+10
-0
docs/source/appdevelop/index.rst
+5
-0
docs/source/appdevelop/inference.md
+3
-0
docs/source/conf.py
+7
-0
docs/source/functionlib/index.rst
+1
-0
docs/source/functionlib/supported_op.md
+5
-2
docs/source/index.rst
+0
-3
docs/source/installation/installation.md
+2
-0
docs/source/quickstart/helloworld.md
+3
-2
docs/source/quickstart/index.rst
+3
-0
docs/source/quickstart/installation.md
+2
-0
docs/source/quickstart/overview.md
+11
-0
docs/source/refdoc/index.rst
+4
-0
docs/source/refdoc/mindspore.md
+3
-0
docs/source/refdoc/signal_scheduling.md
+3
-3
requirements.txt
+ 5
- 0
docs/source/appdevelop/convertmodel.md
View File
@@ -0,0 +1,5 @@
# 转换模型
1.xxx
2.xxx
3.xxx
+ 5
- 0
docs/source/appdevelop/createmodel.md
View File
@@ -0,0 +1,5 @@
# 定义模型
1.xxx
2.xxx
3.xxx
+ 10
- 0
docs/source/appdevelop/index.rst
View File
@@ -0,0 +1,10 @@
应用开发
========
.. toctree::
:maxdepth: 1
createmodel
convertmodel
inference
+ 5
- 0
docs/source/appdevelop/inference.md
View File
@@ -0,0 +1,5 @@
# 模型部署
1.xxx
2.xxx
3.xxx
+ 3
- 0
docs/source/conf.py
View File
@@ -6,6 +6,9 @@
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
import datetime
project = 'MindSpore Signal+ 使用手册'
copyright = '2025 - ' + str(datetime.date.today().year) + ', NUDT-674'
author = 'NUDT-674'
+ 7
- 0
docs/source/functionlib/index.rst
View File
@@ -0,0 +1,7 @@
算子库支持
==========
.. toctree::
:maxdepth: 1
supported_op
+ 1
- 0
docs/source/functionlib/supported_op.md
View File
@@ -0,0 +1 @@
# 算子库支持情况
+ 5
- 2
docs/source/index.rst
View File
@@ -9,5 +9,8 @@ MindSpore Signal+ 使用手册
.. toctree::
:maxdepth: 2
installation/index
quickstart/index
appdevelop/index
functionlib/index
refdoc/index
+ 0
- 3
docs/source/installation/installation.md
View File
@@ -1,3 +0,0 @@
# 环境安装
1.安装mindspore
+ 2
- 0
docs/source/quickstart/helloworld.md
View File
@@ -0,0 +1,2 @@
# 第一个例子
docs/source/installation/index.rst → docs/source/quickstart/index.rst
View File
@@ -1,4 +1,4 @@
环境安装
快速入门
========
.. toctree::
@@ -6,4 +6,5 @@
installation
helloworld
overview
+ 3
- 0
docs/source/quickstart/installation.md
View File
@@ -0,0 +1,3 @@
# 环境安装
1.环境安装
+ 2
- 0
docs/source/quickstart/overview.md
View File
@@ -0,0 +1,2 @@
# 整体概览
+ 11
- 0
docs/source/refdoc/index.rst
View File
@@ -0,0 +1,11 @@
参考资料
========
.. toctree::
:maxdepth: 1
mindspore
signal_scheduling
+ 4
- 0
docs/source/refdoc/mindspore.md
View File
@@ -0,0 +1,4 @@
# 官方资料
1.MindSpore
2.Minsdpore Lite
+ 3
- 0
docs/source/refdoc/signal_scheduling.md
View File
@@ -0,0 +1,3 @@
# MindSpore Signal+ 调度方案
1.xxx
+ 3
- 3
requirements.txt
View File
@@ -1,3 +1,3 @@
sphinx
==8.1.3
sphinx-rtd-theme
==3.0.2
myst-parser
==4.0.1
sphinx
sphinx-rtd-theme
myst-parser
Write
Preview
Loading…
Cancel
Save