Skip to content

Commit e47a3fa

Browse files
committed
Refine learn index
1 parent 6978d55 commit e47a3fa

File tree

1 file changed

+27
-16
lines changed

1 file changed

+27
-16
lines changed

pyarmor/learn/zh/index.rst

Lines changed: 27 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,39 @@
55
:版本: 1.0
66
:项目: https://github.com/dashingsoft/pyarmor
77

8-
文档组织结构
9-
============
8+
这里重点介绍的是 Pyarmor 9.1 新增中的功能和特性,对于以前版本中已经具备的功能,请参阅 `Pyarmor 9.0 文档 <https://pyarmor.readthedocs.io/zh/latest>`_
109

11-
- 概念定义
12-
- 使用方法
13-
- 工作原理
14-
- 详细示例
15-
- 解决问题
10+
.. graphviz::
11+
:caption: Pyarmor 组成和结构
12+
:align: center
13+
:name: master-graph
14+
15+
digraph G {
16+
17+
node [shape=box, style=rounded]
18+
19+
c1 [label="Pyarmor 命令行工具"
20+
href="concept.html#pyarmor-cli"]
21+
c2 [label="Pyarmor 许可证"
22+
href="https://pyarmor.readthedocs.io/zh/latest/licenses.html"]
23+
c3 [label="Pyarmor 工程"
24+
href="concept.html#project"]
25+
c4 [label="Python 脚本", shape=plaintext]
26+
c5 [label="加密脚本"
27+
href="concept.html#obfuscated-scripts"]
28+
29+
c4 -> c3 [arrowhead=tee, label="组成"]
30+
c3 -> c1
31+
c2 -> c1
32+
c1 -> c5
33+
}
1634

1735
目录
1836
====
1937

2038
.. toctree::
2139
:caption: 学习 Pyarmor
22-
:name: learndoc
23-
:maxdepth: 2
40+
:name: master-toc
41+
:maxdepth: 1
2442

2543
how-to
26-
27-
索引表
28-
======
29-
30-
* :ref:`genindex`
31-
* :ref:`modindex`
32-
* :ref:`search`

0 commit comments

Comments
 (0)