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
470470
471471 4. 从第二步可以重新构建并执行,循环修正直到脚本运行没有问题
472472
473- 详细过程请参阅功能手册中的 `使用自动修正模式重构复杂脚本 <../../learn/zh/commands.html#project-rft-autofix> `
473+ 详细过程请参阅功能手册中的 `使用自动修正模式重构复杂脚本 <../../learn/zh/commands.html#project-rft-autofix >`_
474474
475475 如果不需要使用自动重构模式,那么使用下面的命令::
476476
Original file line number Diff line number Diff line change @@ -183,12 +183,12 @@ pyarmor build
183183
184184Pyarmor 目前实现三种自动修改模式
185185
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 >`
189189
190190.. graphviz ::
191- :caption: 使用模式一生成重构脚本自动修正规则
191+ :caption: 自动修正模式一重构复杂脚本
192192 :align: center
193193 :name: g-project-rft-autofix-1
194194
@@ -227,7 +227,7 @@ Pyarmor 目前实现三种自动修改模式
227227 }
228228
229229.. graphviz ::
230- :caption: 使用模式二生成重构脚本自动修正规则
230+ :caption: 自动修正模式二重构复杂脚本
231231 :align: center
232232 :name: g-project-rft-autofix-2
233233
@@ -273,7 +273,7 @@ Pyarmor 目前实现三种自动修改模式
273273 }
274274
275275.. graphviz ::
276- :caption: 使用模式三生成重构脚本自动修正规则
276+ :caption: 自动修正模式三重构复杂脚本
277277 :align: center
278278 :name: g-project-rft-autofix-3
279279
You can’t perform that action at this time.
0 commit comments