Skip to content

Commit 88f5044

Browse files
committed
Refine graphviz
1 parent b1fda69 commit 88f5044

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

pyarmor/docs/en/user/concepts.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ pyarmor commands
7979
================
8080

8181
.. graphviz::
82+
:align: center
83+
:caption: Sub Commands
84+
:name: command-graph
8285

8386
graph pyarmor {
8487
node [shape=rect]
@@ -88,10 +91,10 @@ pyarmor commands
8891
C3 [label="pyarmor build"]
8992
}
9093

91-
Function Diagram
92-
================
93-
9494
.. graphviz::
95+
:align: center
96+
:caption: Command Relations
97+
:name: command-relation-graph
9598

9699
digraph Structure {
97100

pyarmor/docs/zh/user/concepts.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ pyarmor 命令
7575
==============
7676

7777
.. graphviz::
78+
:align: center
79+
:caption: 子命令
80+
:name: command-graph
7881

7982
graph pyarmor {
8083
node [shape=rect]
@@ -84,10 +87,10 @@ pyarmor 命令
8487
C3 [label="pyarmor build"]
8588
}
8689

87-
功能结构图
88-
==========
89-
9090
.. graphviz::
91+
:align: center
92+
:caption: 功能关系图
93+
:name: command-relation-graph
9194

9295
digraph Structure {
9396

0 commit comments

Comments
 (0)