File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,9 @@ pyarmor commands
79
79
================
80
80
81
81
.. graphviz ::
82
+ :align: center
83
+ :caption: Sub Commands
84
+ :name: command-graph
82
85
83
86
graph pyarmor {
84
87
node [shape=rect]
@@ -88,10 +91,10 @@ pyarmor commands
88
91
C3 [label="pyarmor build"]
89
92
}
90
93
91
- Function Diagram
92
- ================
93
-
94
94
.. graphviz ::
95
+ :align: center
96
+ :caption: Command Relations
97
+ :name: command-relation-graph
95
98
96
99
digraph Structure {
97
100
Original file line number Diff line number Diff line change @@ -75,6 +75,9 @@ pyarmor 命令
75
75
==============
76
76
77
77
.. graphviz ::
78
+ :align: center
79
+ :caption: 子命令
80
+ :name: command-graph
78
81
79
82
graph pyarmor {
80
83
node [shape=rect]
@@ -84,10 +87,10 @@ pyarmor 命令
84
87
C3 [label="pyarmor build"]
85
88
}
86
89
87
- 功能结构图
88
- ==========
89
-
90
90
.. graphviz ::
91
+ :align: center
92
+ :caption: 功能关系图
93
+ :name: command-relation-graph
91
94
92
95
digraph Structure {
93
96
You can’t perform that action at this time.
0 commit comments