File tree Expand file tree Collapse file tree 3 files changed +29
-9
lines changed Expand file tree Collapse file tree 3 files changed +29
-9
lines changed Original file line number Diff line number Diff line change 88
88
- 布尔
89
89
- 是否递归搜索工程源路径
90
90
91
+ .. _rft-section :
92
+
91
93
rft
92
94
---
93
95
Original file line number Diff line number Diff line change @@ -18,3 +18,8 @@ pyarmor env
18
18
19
19
pyarmor build
20
20
=============
21
+
22
+ .. _config-file :
23
+
24
+ 配置文件
25
+ ========
Original file line number Diff line number Diff line change 39
39
工程属性
40
40
========
41
41
42
+ .. graphviz ::
43
+ :caption: 工程属性
44
+ :align: center
45
+ :name: g-project-options
46
+
47
+ digraph G {
48
+ node [shape=box, style=rounded, target="_top"]
49
+ rankdir=LR
50
+
51
+ project [shape=record
52
+ label="src|scripts|modules|packages|search_mode|recursive"
53
+ href="../../docs/zh/user/configutation.html"]
54
+ rft [label="重构选项", href="project.html#rft-options"]
55
+
56
+ edge [style=invis]
57
+ project -> rft
58
+ }
59
+
42
60
.. _rft-options :
43
61
44
62
重构选项
50
68
51
69
digraph G {
52
70
node [shape=box, style=rounded, target="_top"]
71
+ rankdir=LR
53
72
54
- subgraph C {
55
- cluster=true
56
- label="子命令"
57
- style="setlinewidth(0)"
58
-
59
- init [label="pyarmor init", href="commands.html#cmd-init"]
60
- env [label="pyarmor env", href="commands.html#cmd-env"]
61
- build [label="pyarmor build", href="commands.html#cmd-build"]
62
- }
73
+ rft [shape=record
74
+ label="remove_assert|remove_docstr|builtin_mode|argument_mode|auto_export_mode|exclude_names|exclude_funcs|attr_rules|call_rules|extra_builtins|external_types|external_attrs"
75
+ href="../../docs/zh/user/configutation.html#rft-section"]
63
76
}
You can’t perform that action at this time.
0 commit comments