Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
docs
Commits
4d489288
Commit
4d489288
authored
Jul 10, 2019
by
Zohreh MOSTAANI
Browse files
removed given fonts to graphviz, using default fonts on the system
parent
e746df17
Pipeline
#31764
passed with stages
in 7 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/intro/introduction.rst
View file @
4d489288
...
...
@@ -141,9 +141,9 @@ objects in the platform. In the example above, you can identify some examples.
.. graphviz::
digraph hierarchy {
graph [
fontname="helvetica",
compound=true, splines=polyline]
node [
fontname="helvetica",
shape=record, style=filled, fillcolor=gray95]
edge [
fontname="helvetica"
]
graph [compound=true, splines=polyline]
node [shape=record, style=filled, fillcolor=gray95]
edge []
subgraph "algorithm_cluster" {
1[label = "{Dataformat|...|+user\n+name\n+version}"]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment