Skip to content

Commit f780fcd

Browse files
authored
v0.8.0
2 parents 4bde2c4 + 53376d9 commit f780fcd

File tree

131 files changed

+8916
-8535
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+8916
-8535
lines changed

doc/Dependency.rst

Lines changed: 194 additions & 0 deletions
Large diffs are not rendered by default.

doc/References/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ search path.
88

99

1010
.. #
11-
This files requires a Python module called 'Frontend-AutoProgram' to be
11+
This files requires a Python module called 'VHDLParser-AutoProgram' to be
1212
located in the 'doc' root folder. It expects a variable 'parser' of type
1313
ArgumentParser.
1414

doc/VHDLParser-AutoProgram.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030

3131
from pyVHDLParser.CLI.VHDLParser import Application
3232

33-
# entry point
34-
parser = Application(sphinx=True).MainParser
33+
# Create application instance, but do not run it.
34+
parser = Application().MainParser

doc/_extensions/DocumentMember.py

Lines changed: 0 additions & 51 deletions
This file was deleted.

doc/_extensions/autoapi/__init__.py

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)