Skip to content

Commit 018d7ef

Browse files
committed
debug docs
1 parent 85a4fda commit 018d7ef

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

File renamed without changes.

doc/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Notice the `[all]` after the package is a set of (one or more) extra requirement
6363
=== "中文"
6464

6565
请留意,上述安装命令中包名后的`[all]`是额外的安装依赖,这些额外的安装内容在使用某些模块的时候会用到。
66+
6667
- `all`: 包含了下面的所有的依赖包
6768
- `service`: 用于创建RESTful APIs的依赖,aloha基于torndao来构建服务;
6869
- `build`: 用于将Python代码编译为二进制包或类库,这对于需要进行源代码保护的场景十分有用;

mkdocs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ markdown_extensions:
5656
emoji_index: !!python/name:materialx.emoji.twemoji
5757
emoji_generator: !!python/name:materialx.emoji.to_svg
5858
nav:
59-
- Introduction: 'index.md'
60-
- Get Started: 'README-get-start.md'
61-
- Common Tasks: 'README-tasks.md'
62-
- Configs: 'README-config.md'
63-
- Development Guide: 'README-develop.md'
64-
- API Reference: 'api.md'
59+
- Introduction: "index.md"
60+
- Get Started: "README-get-start.md"
61+
- Cli and Commands: "README-cli.md"
62+
- Configs: "README-config.md"
63+
- Development Guide: "README-develop.md"
64+
- API Reference: "api.md"

0 commit comments

Comments
 (0)