File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -470,7 +470,7 @@ pyarmor build
470
470
471
471
4. 从第二步可以重新构建并执行,循环修正直到脚本运行没有问题
472
472
473
- 详细过程请参阅功能手册中的 `使用自动修正模式重构复杂脚本 <../../learn/zh/commands.html#project-rft-autofix> `
473
+ 详细过程请参阅功能手册中的 `使用自动修正模式重构复杂脚本 <../../learn/zh/commands.html#project-rft-autofix >`_
474
474
475
475
如果不需要使用自动重构模式,那么使用下面的命令::
476
476
Original file line number Diff line number Diff line change @@ -183,12 +183,12 @@ pyarmor build
183
183
184
184
Pyarmor 目前实现三种自动修改模式
185
185
186
- - 模式 1 使用最简单,一般不需要人工增加规则,但是可能很多属性都没有重命名
187
- - 模式 2 使用较为复杂的方式,大部分的属性都会重命名,但是有时候需要人工修改规则
188
- - 模式 3 使用最麻烦,但是能够重命名绝大部分属性,一般必须要人工修改规则
186
+ - :ref: ` 模式 1: 使用最简单,一般不需要人工增加规则,但是可能很多属性都没有重命名 < g-project-rft-autofix-1 >`
187
+ - :ref: ` 模式 2: 使用较为复杂的方式,大部分的属性都会重命名,但是有时候需要人工修改规则 < g-project-rft-autofix-2 >`
188
+ - :ref: ` 模式 3: 使用最麻烦,但是能够重命名绝大部分属性,一般必须要人工修改规则 < g-project-rft-autofix-3 >`
189
189
190
190
.. graphviz ::
191
- :caption: 使用模式一生成重构脚本自动修正规则
191
+ :caption: 自动修正模式一重构复杂脚本
192
192
:align: center
193
193
:name: g-project-rft-autofix-1
194
194
@@ -227,7 +227,7 @@ Pyarmor 目前实现三种自动修改模式
227
227
}
228
228
229
229
.. graphviz ::
230
- :caption: 使用模式二生成重构脚本自动修正规则
230
+ :caption: 自动修正模式二重构复杂脚本
231
231
:align: center
232
232
:name: g-project-rft-autofix-2
233
233
@@ -273,7 +273,7 @@ Pyarmor 目前实现三种自动修改模式
273
273
}
274
274
275
275
.. graphviz ::
276
- :caption: 使用模式三生成重构脚本自动修正规则
276
+ :caption: 自动修正模式三重构复杂脚本
277
277
:align: center
278
278
:name: g-project-rft-autofix-3
279
279
You can’t perform that action at this time.
0 commit comments