Browse Source

定义基本文档目录

master
sshiy10 3 months ago
parent
commit
a78001a863
17 changed files with 72 additions and 10 deletions
  1. +5
    -0
      docs/source/appdevelop/convertmodel.md
  2. +5
    -0
      docs/source/appdevelop/createmodel.md
  3. +10
    -0
      docs/source/appdevelop/index.rst
  4. +5
    -0
      docs/source/appdevelop/inference.md
  5. +3
    -0
      docs/source/conf.py
  6. +7
    -0
      docs/source/functionlib/index.rst
  7. +1
    -0
      docs/source/functionlib/supported_op.md
  8. +5
    -2
      docs/source/index.rst
  9. +0
    -3
      docs/source/installation/installation.md
  10. +2
    -0
      docs/source/quickstart/helloworld.md
  11. +3
    -2
      docs/source/quickstart/index.rst
  12. +3
    -0
      docs/source/quickstart/installation.md
  13. +2
    -0
      docs/source/quickstart/overview.md
  14. +11
    -0
      docs/source/refdoc/index.rst
  15. +4
    -0
      docs/source/refdoc/mindspore.md
  16. +3
    -0
      docs/source/refdoc/signal_scheduling.md
  17. +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

Loading…
Cancel
Save