File tree Expand file tree Collapse file tree 1 file changed +27
-16
lines changed Expand file tree Collapse file tree 1 file changed +27
-16
lines changed Original file line number Diff line number Diff line change 5
5
:版本: 1.0
6
6
:项目: https://github.com/dashingsoft/pyarmor
7
7
8
- 文档组织结构
9
- ============
8
+ 这里重点介绍的是 Pyarmor 9.1 新增中的功能和特性,对于以前版本中已经具备的功能,请参阅 `Pyarmor 9.0 文档 <https://pyarmor.readthedocs.io/zh/latest >`_
10
9
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
+ }
16
34
17
35
目录
18
36
====
19
37
20
38
.. toctree ::
21
39
:caption: 学习 Pyarmor
22
- :name: learndoc
23
- :maxdepth: 2
40
+ :name: master-toc
41
+ :maxdepth: 1
24
42
25
43
how-to
26
-
27
- 索引表
28
- ======
29
-
30
- * :ref: `genindex `
31
- * :ref: `modindex `
32
- * :ref: `search `
You can’t perform that action at this time.
0 commit comments