Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
docs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
beat
docs
Commits
4d489288
Commit
4d489288
authored
Jul 10, 2019
by
Zohreh MOSTAANI
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/intro/introduction.rst
doc/intro/introduction.rst
+3
-3
No files found.
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