Skip to content

Commit 03db933

Browse files
committed
Added missing empty line.
1 parent bc5496a commit 03db933

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

.github/workflows/Pipeline.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ on:
99

1010
jobs:
1111
Pipeline:
12-
uses: pyTooling/Actions/.github/workflows/Pipeline-SimplePackage.yml@dev
12+
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@r2
1313
with:
1414
package_name: pyVHDLModel
15-
# unittest_python_version:
16-
# unittest_python_version_list:
17-
# unittest_system_list:
18-
# unittest_include_list:
19-
# unittest_exclude_list:
20-
# unittest_disable_list:

doc/DataStructure/index.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Hierarchy Graph
4141

4242
The hierarchy graph can be derived from dependency graph by:
4343

44-
1. copying all entity and architecture vertices
45-
2. copying all implements dependency edges
46-
3. copying all instantiates edges in reverse direction
44+
#. copying all entity and architecture vertices
45+
#. copying all implements dependency edges
46+
#. copying all instantiates edges in reverse direction
4747

4848
The graph can then be scanned for a root vertices (no inbound edges). If only a single root vertex exists, this vertex
4949
references the toplevel of the design.
@@ -54,8 +54,9 @@ Compile Order Graph
5454

5555
The compile order can be derived from dependency graph by:
5656

57-
1. copying all document vertices
58-
2. iterating all edges in the dependency graph
57+
#. copying all document vertices
58+
#. iterating all edges in the dependency graph:
59+
5960
#. resolve the source and the destination to the referenced design units
6061
#. resolved further to the documents these design units are declared in
6162
#. resolve further which vertices correspond in the compile order graph

0 commit comments

Comments
 (0)