Skip to content

Commit 2fff511

Browse files
authored
Add documentation license
2 parents 1f411de + 88abbab commit 2fff511

File tree

9 files changed

+512
-119
lines changed

9 files changed

+512
-119
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
[![Codecov - Branch Coverage](https://img.shields.io/codecov/c/github/vhdl/pyVHDLModel?logo=Codecov)](https://codecov.io/gh/vhdl/pyVHDLModel)
1111
[![Libraries.io SourceRank](https://img.shields.io/librariesio/sourcerank/pypi/pyVHDLModel)](https://libraries.io/github/vhdl/pyVHDLModel/sourcerank)
1212
[![GitHub Workflow Release Status](https://img.shields.io/github/workflow/status/vhdl/pyVHDLModel/Release?label=release&logo=GitHub%20Actions&logoColor=FFFFFF)](https://github.com/vhdl/pyVHDLModel/actions?query=workflow%3A%22Release%22)
13-
[![PyPI](https://img.shields.io/pypi/v/pyVHDLModel?logo=PyPI&logoColor=FFFFFF)](https://pypi.org/project/pyVHDLModel/)
14-
![PyPI - Status](https://img.shields.io/pypi/status/pyVHDLModel?logo=PyPI&logoColor=FFFFFF)
15-
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyVHDLModel?logo=PyPI&logoColor=FFFFFF)
13+
[![PyPI](https://img.shields.io/pypi/v/pyVHDLModel?logo=PyPI&logoColor=FBE072)](https://pypi.org/project/pyVHDLModel/)
14+
![PyPI - Status](https://img.shields.io/pypi/status/pyVHDLModel?logo=PyPI&logoColor=FBE072)
15+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyVHDLModel?logo=PyPI&logoColor=FBE072)
1616
[![Libraries.io status for latest release](https://img.shields.io/librariesio/release/pypi/pyVHDLModel)](https://libraries.io/github/vhdl/pyVHDLModel)
1717
[![Requires.io](https://img.shields.io/requires/github/VHDL/pyVHDLModel)](https://requires.io/github/VHDL/pyVHDLModel/requirements/?branch=main)
1818
[![GitHub Workflow - Documentation Status](https://img.shields.io/github/workflow/status/vhdl/pyVHDLModel/Documentation?label=documentation&logo=GitHub%20Actions&logoColor=FFFFFF)](https://github.com/vhdl/pyVHDLModel/actions?query=workflow%3A%22Documentation%22)
19-
[![Documentation License](https://img.shields.io/badge/doc%20license-CC--BY--4.0-green)](LICENSE.md)
19+
[![Documentation License](https://img.shields.io/badge/doc%20license-CC--BY%204.0-green)](LICENSE.md)
2020
[![Documentation - Read Now!](https://img.shields.io/badge/doc-read%20now%20%E2%9E%94-blueviolet)](https://vhdl.github.io/pyVHDLModel/)
2121

2222
# pyVHDLModel
@@ -52,9 +52,8 @@ frontends.
5252

5353
## License
5454

55-
This Python package (source code) is licensed under [Apache License 2.0](LICENSE.md).
56-
57-
<!-- The accompanying documentation is licensed under Creative Commons - Attribution-4.0 (CC-BY 4.0). -->
55+
This Python package (source code) licensed under [Apache License 2.0](LICENSE.md).
56+
The accompanying documentation is licensed under [Creative Commons - Attribution 4.0 (CC-BY 4.0)](doc/Doc-License.rst).
5857

5958
-------------------------
6059
SPDX-License-Identifier: Apache-2.0

doc/License.rst renamed to doc/Code-License.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
.. _LICENSE:
1+
.. _SRCLICENSE:
22

3-
.. Note:: This is a local copy of the `Apache License Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>`_.
3+
This license applies to the source code of this project.
4+
5+
.. Note:: This is a local copy of the `Apache License Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>`__.
46

57
Apache License 2.0
68
##################

doc/Dependency.rst

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

doc/Doc-License.rst

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

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ def _LatestTagName():
3636
return check_output(["git", "describe", "--abbrev=0", "--tags"], universal_newlines=True).strip()
3737

3838
# The full version, including alpha/beta/rc tags
39-
version = "0.7" # The short X.Y version.
40-
release = "0.7.7" # The full version, including alpha/beta/rc tags.
39+
version = "0.8" # The short X.Y version.
40+
release = "0.8.0" # The full version, including alpha/beta/rc tags.
4141
try:
4242
if _IsUnderGitControl:
4343
latestTagName = _LatestTagName()[1:] # remove prefix "v"

doc/index.rst

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,17 @@
66

77
.. only:: html
88

9-
| |SHIELD:svg:pyVHDLModel-github| |SHIELD:svg:pyVHDLModel-license| |SHIELD:svg:pyVHDLModel-tag| |SHIELD:svg:pyVHDLModel-release| |SHIELD:svg:pyVHDLModel-date|
10-
| |SHIELD:svg:pyVHDLModel-lib-status| |SHIELD:svg:pyVHDLModel-req-status| |SHIELD:svg:pyVHDLModel-lib-dep|
11-
| |SHIELD:svg:pyVHDLModel-gha-test| |SHIELD:svg:pyVHDLModel-pypi-tag| |SHIELD:svg:pyVHDLModel-pypi-status| |SHIELD:svg:pyVHDLModel-pypi-python|
12-
| |SHIELD:svg:pyVHDLModel-codacy-quality| |SHIELD:svg:pyVHDLModel-codacy-coverage| |SHIELD:svg:pyVHDLModel-codecov-coverage| |SHIELD:svg:pyVHDLModel-lib-rank|
13-
| |SHIELD:svg:pyVHDLModel-gha-doc|
9+
| |SHIELD:svg:pyVHDLModel-github| |SHIELD:svg:pyVHDLModel-src-license| |SHIELD:svg:pyVHDLModel-tag| |SHIELD:svg:pyVHDLModel-release| |SHIELD:svg:pyVHDLModel-date| |SHIELD:svg:pyVHDLModel-lib-dep|
10+
| |SHIELD:svg:pyVHDLModel-gha-test| |SHIELD:svg:pyVHDLModel-codacy-quality| |SHIELD:svg:pyVHDLModel-codacy-coverage| |SHIELD:svg:pyVHDLModel-codecov-coverage| |SHIELD:svg:pyVHDLModel-lib-rank|
11+
| |SHIELD:svg:pyVHDLModel-gha-release| |SHIELD:svg:pyVHDLModel-pypi-tag| |SHIELD:svg:pyVHDLModel-pypi-status| |SHIELD:svg:pyVHDLModel-pypi-python| |SHIELD:svg:pyVHDLModel-lib-status| |SHIELD:svg:pyVHDLModel-req-status|
12+
| |SHIELD:svg:pyVHDLModel-gha-doc| |SHIELD:svg:pyVHDLModel-doc-license| |SHIELD:svg:pyVHDLModel-ghp-doc|
1413
1514
.. only:: latex
1615

17-
|SHIELD:png:pyVHDLModel-github| |SHIELD:png:pyVHDLModel-license| |SHIELD:png:pyVHDLModel-tag| |SHIELD:png:pyVHDLModel-release| |SHIELD:png:pyVHDLModel-date| |br|
18-
|SHIELD:png:pyVHDLModel-lib-status| |SHIELD:png:pyVHDLModel-req-status| |SHIELD:png:pyVHDLModel-lib-dep| |br|
19-
|SHIELD:png:pyVHDLModel-gha-test| |SHIELD:png:pyVHDLModel-pypi-tag| |SHIELD:png:pyVHDLModel-pypi-status| |SHIELD:png:pyVHDLModel-pypi-python| |br|
20-
|SHIELD:png:pyVHDLModel-codacy-quality| |SHIELD:png:pyVHDLModel-codacy-coverage| |SHIELD:png:pyVHDLModel-codecov-coverage| |SHIELD:png:pyVHDLModel-lib-rank| |br|
21-
|SHIELD:png:pyVHDLModel-gha-doc|
16+
|SHIELD:png:pyVHDLModel-github| |SHIELD:png:pyVHDLModel-src-license| |SHIELD:png:pyVHDLModel-tag| |SHIELD:png:pyVHDLModel-release| |SHIELD:png:pyVHDLModel-date| |SHIELD:png:pyVHDLModel-lib-dep|
17+
|SHIELD:png:pyVHDLModel-gha-test| |SHIELD:png:pyVHDLModel-codacy-quality| |SHIELD:png:pyVHDLModel-codacy-coverage| |SHIELD:png:pyVHDLModel-codecov-coverage| |SHIELD:png:pyVHDLModel-lib-rank|
18+
|SHIELD:png:pyVHDLModel-gha-release| |SHIELD:png:pyVHDLModel-pypi-tag| |SHIELD:png:pyVHDLModel-pypi-status| |SHIELD:png:pyVHDLModel-pypi-python| |SHIELD:png:pyVHDLModel-lib-status| |SHIELD:png:pyVHDLModel-req-status|
19+
|SHIELD:png:pyVHDLModel-gha-doc| |SHIELD:png:pyVHDLModel-doc-license| |SHIELD:png:pyVHDLModel-ghp-doc|
2220

2321
--------------------------------------------------------------------------------
2422

@@ -49,8 +47,8 @@ frontends.
4947
Use Cases
5048
*********
5149

52-
* High-level API for `GHDL's <https://github.com/ghdl/ghdl>`_ `libghdl` offered via `pyGHDL <https://ghdl.github.io/ghdl/using/pyGHDL/index.html>`_.
53-
* Code Document-Object-Model (Code-DOM) in `pyVHDLParser <https://github.com/Paebbels/pyVHDLParser>`_.
50+
* High-level API for `GHDL's <https://github.com/ghdl/ghdl>`__ `libghdl` offered via `pyGHDL <https://ghdl.github.io/ghdl/using/pyGHDL/index.html>`__.
51+
* Code Document-Object-Model (Code-DOM) in `pyVHDLParser <https://github.com/Paebbels/pyVHDLParser>`__.
5452

5553

5654

@@ -62,7 +60,7 @@ News
6260
.. only:: html
6361

6462
Jan. 2021 - Documentation enhancements
65-
===================================
63+
======================================
6664

6765
.. only:: latex
6866

@@ -91,15 +89,23 @@ News
9189
Contributors
9290
************
9391

94-
* `Patrick Lehmann <https://github.com/Paebbels>`_ (Maintainer)
95-
* `Unai Martinez-Corral <https://github.com/umarcor/>`_
96-
* `and more... <https://github.com/VHDL/pyVHDLModel/graphs/contributors>`_
92+
* `Patrick Lehmann <https://github.com/Paebbels>`__ (Maintainer)
93+
* `Unai Martinez-Corral <https://github.com/umarcor/>`__
94+
* `and more... <https://github.com/VHDL/pyVHDLModel/graphs/contributors>`__
9795

9896

9997
License
10098
*******
10199

102-
This library is licensed under **Apache License 2.0**.
100+
.. only:: html
101+
102+
This Python package (source code) is licensed under `Apache License 2.0 <Code-License.html>`__. |br|
103+
The accompanying documentation is licensed under `Creative Commons - Attribution 4.0 (CC-BY 4.0) <Doc-License.html>`__.
104+
105+
.. only:: latex
106+
107+
This Python package (source code) is licensed under **Apache License 2.0**. |br|
108+
The accompanying documentation is licensed under **Creative Commons - Attribution 4.0 (CC-BY 4.0)**.
103109

104110
------------------------------------
105111

@@ -149,7 +155,8 @@ This library is licensed under **Apache License 2.0**.
149155
:hidden:
150156

151157
ChangeLog/index
152-
License
158+
Code-License
159+
Doc-License
153160
Glossary
154161
genindex
155162
py-modindex

doc/shields.inc

Lines changed: 103 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Beware that `?logo=data:image/png;base64,` must also be converted to
44
# percent encoding so that the URL is properly parsed.
55

6+
.. # Sourcecode link to GitHub
67
.. |SHIELD:svg:pyVHDLModel-github| image:: https://img.shields.io/badge/vhdl-pyVHDLModel-323131?logo=github&longCache=true
78
:alt: Sourcecode on GitHub
89
:height: 22
@@ -12,13 +13,17 @@
1213
:height: 22
1314
:target: https://github.com/vhdl/pyVHDLModel
1415

15-
.. |SHIELD:svg:pyVHDLModel-license| image:: https://img.shields.io/badge/Apache%20License,%202.0-bd0000?longCache=true&label=license&logo=Apache&logoColor=D22128
16-
:alt: License
16+
.. # Sourcecode license
17+
.. |SHIELD:svg:pyVHDLModel-src-license| image:: https://img.shields.io/pypi/l/pyVHDLModel?logo=GitHub&label=code%20license
18+
:alt: Code license
1719
:height: 22
18-
.. |SHIELD:png:pyVHDLModel-license| image:: https://raster.shields.io/badge/Apache%20License,%202.0-bd0000?longCache=true&label=license&logo=Apache&logoColor=D22128
19-
:alt: License
20+
:target: Code-License.html
21+
.. |SHIELD:png:pyVHDLModel-src-license| image:: https://img.shields.io/pypi/l/pyVHDLModel?logo=GitHub&label=code%20license
22+
:alt: Code license
2023
:height: 22
24+
:target: https://github.com/VHDL/pyVHDLModel/blob/main/LICENSE.md
2125

26+
.. # GitHub tag
2227
.. |SHIELD:svg:pyVHDLModel-tag| image:: https://img.shields.io/github/v/tag/vhdl/pyVHDLModel?logo=GitHub&include_prereleases
2328
:alt: GitHub tag (latest SemVer incl. pre-release
2429
:height: 22
@@ -28,6 +33,7 @@
2833
:height: 22
2934
:target: https://github.com/vhdl/pyVHDLModel/tags
3035

36+
.. # GitHub release
3137
.. |SHIELD:svg:pyVHDLModel-release| image:: https://img.shields.io/github/v/release/vhdl/pyVHDLModel?logo=GitHub&include_prereleases
3238
:alt: GitHub release (latest SemVer incl. including pre-releases
3339
:height: 22
@@ -37,6 +43,7 @@
3743
:height: 22
3844
:target: https://github.com/vhdl/pyVHDLModel/releases/latest
3945

46+
.. # GitHub release date
4047
.. |SHIELD:svg:pyVHDLModel-date| image:: https://img.shields.io/github/release-date/vhdl/pyVHDLModel?logo=GitHub
4148
:alt: GitHub release date
4249
:height: 22
@@ -46,56 +53,7 @@
4653
:height: 22
4754
:target: https://github.com/vhdl/pyVHDLModel/releases
4855

49-
.. |SHIELD:svg:pyVHDLModel-gha-test| image:: https://img.shields.io/github/workflow/status/vhdl/pyVHDLModel/Test%20and%20Coverage?label=Build%20and%20Test&logo=GitHub%20Actions&logoColor=FFFFFF
50-
:alt: GitHub Workflow - Build and Test Status
51-
:height: 22
52-
:target: https://github.com/vhdl/pyVHDLModel/actions?query=workflow%3A%22Test+and+Coverage%22
53-
.. |SHIELD:png:pyVHDLModel-gha-test| image:: https://img.shields.io/github/workflow/status/vhdl/pyVHDLModel/Test%20and%20Coverage?label=Build%20and%20Test&logo=GitHub%20Actions&logoColor=FFFFFF
54-
:alt: GitHub Workflow - Build and Test Status
55-
:height: 22
56-
:target: https://github.com/vhdl/pyVHDLModel/actions?query=workflow%3A%22Test+and+Coverage%22
57-
58-
.. |SHIELD:svg:pyVHDLModel-lib-status| image:: https://img.shields.io/librariesio/release/pypi/pyVHDLModel
59-
:alt: Libraries.io status for latest release
60-
:height: 22
61-
:target: https://libraries.io/github/vhdl/pyVHDLModel
62-
.. |SHIELD:png:pyVHDLModel-lib-status| image:: https://raster.shields.io/librariesio/release/pypi/pyVHDLModel
63-
:alt: Libraries.io status for latest release
64-
:height: 22
65-
:target: https://libraries.io/github/vhdl/pyVHDLModel
66-
67-
.. |SHIELD:svg:pyVHDLModel-req-status| image:: https://img.shields.io/requires/github/VHDL/pyVHDLModel
68-
:alt: Requires.io
69-
:height: 22
70-
:target: https://requires.io/github/VHDL/pyVHDLModel/requirements/?branch=main
71-
.. |SHIELD:png:pyVHDLModel-req-status| image:: https://raster.shields.io/requires/github/VHDL/pyVHDLModel
72-
:alt: Requires.io
73-
:height: 22
74-
:target: https://requires.io/github/VHDL/pyVHDLModel/requirements/?branch=main
75-
76-
.. |SHIELD:svg:pyVHDLModel-pypi-tag| image:: https://img.shields.io/pypi/v/pyVHDLModel?logo=PyPI
77-
:alt: PyPI - Tag
78-
:height: 22
79-
:target: https://pypi.org/project/pyVHDLModel/
80-
.. |SHIELD:png:pyVHDLModel-pypi-tag| image:: https://raster.shields.io/pypi/v/pyVHDLModel?logo=PyPI
81-
:alt: PyPI - Tag
82-
:height: 22
83-
:target: https://pypi.org/project/pyVHDLModel/
84-
85-
.. |SHIELD:svg:pyVHDLModel-pypi-status| image:: https://img.shields.io/pypi/status/pyVHDLModel?logo=PyPI
86-
:alt: PyPI - Status
87-
:height: 22
88-
.. |SHIELD:png:pyVHDLModel-pypi-status| image:: https://raster.shields.io/pypi/status/pyVHDLModel?logo=PyPI
89-
:alt: PyPI - Status
90-
:height: 22
91-
92-
.. |SHIELD:svg:pyVHDLModel-pypi-python| image:: https://img.shields.io/pypi/pyversions/pyVHDLModel?logo=PyPI
93-
:alt: PyPI - Python Version
94-
:height: 22
95-
.. |SHIELD:png:pyVHDLModel-pypi-python| image:: https://raster.shields.io/pypi/pyversions/pyVHDLModel?logo=PyPI
96-
:alt: PyPI - Python Version
97-
:height: 22
98-
56+
.. # GitHub/Libraries dependent projects
9957
.. |SHIELD:svg:pyVHDLModel-lib-dep| image:: https://img.shields.io/librariesio/dependent-repos/pypi/pyVHDLModel
10058
:alt: Dependent repos (via libraries.io)
10159
:height: 22
@@ -105,6 +63,17 @@
10563
:height: 22
10664
:target: https://github.com/vhdl/pyVHDLModel/network/dependents
10765

66+
.. # GHA test and coverage
67+
.. |SHIELD:svg:pyVHDLModel-gha-test| image:: https://img.shields.io/github/workflow/status/vhdl/pyVHDLModel/Test%20and%20Coverage?label=Build%20and%20Test&logo=GitHub%20Actions&logoColor=FFFFFF
68+
:alt: GitHub Workflow - Build and Test Status
69+
:height: 22
70+
:target: https://github.com/vhdl/pyVHDLModel/actions?query=workflow%3A%22Test+and+Coverage%22
71+
.. |SHIELD:png:pyVHDLModel-gha-test| image:: https://img.shields.io/github/workflow/status/vhdl/pyVHDLModel/Test%20and%20Coverage?label=Build%20and%20Test&logo=GitHub%20Actions&logoColor=FFFFFF
72+
:alt: GitHub Workflow - Build and Test Status
73+
:height: 22
74+
:target: https://github.com/vhdl/pyVHDLModel/actions?query=workflow%3A%22Test+and+Coverage%22
75+
76+
.. # Codacy - quality
10877
.. |SHIELD:svg:pyVHDLModel-codacy-quality| image:: https://img.shields.io/codacy/grade/2286426d2b11417e90010427b7fed8e7?logo=codacy
10978
:alt: Codacy - Quality
11079
:height: 22
@@ -114,6 +83,7 @@
11483
:height: 22
11584
:target: https://www.codacy.com/manual/vhdl/pyVHDLModel
11685

86+
.. # Codacy - coverage
11787
.. |SHIELD:svg:pyVHDLModel-codacy-coverage| image:: https://img.shields.io/codacy/coverage/2286426d2b11417e90010427b7fed8e7?logo=codacy
11888
:alt: Codacy - Line Coverage
11989
:height: 22
@@ -123,6 +93,7 @@
12393
:height: 22
12494
:target: https://www.codacy.com/manual/vhdl/pyVHDLModel
12595

96+
.. # Codecov - coverage
12697
.. |SHIELD:svg:pyVHDLModel-codecov-coverage| image:: https://img.shields.io/codecov/c/github/vhdl/pyVHDLModel
12798
:alt: Codecov - Branch Coverage
12899
:height: 22
@@ -132,6 +103,7 @@
132103
:height: 22
133104
:target: https://codecov.io/gh/vhdl/pyVHDLModel
134105

106+
.. # Libraries - source rank
135107
.. |SHIELD:svg:pyVHDLModel-lib-rank| image:: https://img.shields.io/librariesio/sourcerank/pypi/pyVHDLModel
136108
:alt: Libraries.io SourceRank
137109
:height: 22
@@ -141,6 +113,63 @@
141113
:height: 22
142114
:target: https://libraries.io/github/vhdl/pyVHDLModel/sourcerank
143115

116+
.. # GHA release
117+
.. |SHIELD:svg:pyVHDLModel-gha-release| image:: https://img.shields.io/github/workflow/status/vhdl/pyVHDLModel/Release?label=release&logo=GitHub%20Actions&logoColor=FFFFFF
118+
:alt: GitHub Workflow - Release Status
119+
:height: 22
120+
:target: https://github.com/vhdl/pyVHDLModel/actions?query=workflow%3A%22Release%22
121+
.. |SHIELD:png:pyVHDLModel-gha-release| image:: https://img.shields.io/github/workflow/status/vhdl/pyVHDLModel/Release?label=release&logo=GitHub%20Actions&logoColor=FFFFFF
122+
:alt: GitHub Workflow - Release Status
123+
:height: 22
124+
:target: https://github.com/vhdl/pyVHDLModel/actions?query=workflow%3A%22Release%22
125+
126+
.. # PyPI tag
127+
.. |SHIELD:svg:pyVHDLModel-pypi-tag| image:: https://img.shields.io/pypi/v/pyVHDLModel?logo=PyPI
128+
:alt: PyPI - Tag
129+
:height: 22
130+
:target: https://pypi.org/project/pyVHDLModel/
131+
.. |SHIELD:png:pyVHDLModel-pypi-tag| image:: https://raster.shields.io/pypi/v/pyVHDLModel?logo=PyPI
132+
:alt: PyPI - Tag
133+
:height: 22
134+
:target: https://pypi.org/project/pyVHDLModel/
135+
136+
.. # PyPI project status
137+
.. |SHIELD:svg:pyVHDLModel-pypi-status| image:: https://img.shields.io/pypi/status/pyVHDLModel?logo=PyPI
138+
:alt: PyPI - Status
139+
:height: 22
140+
.. |SHIELD:png:pyVHDLModel-pypi-status| image:: https://raster.shields.io/pypi/status/pyVHDLModel?logo=PyPI
141+
:alt: PyPI - Status
142+
:height: 22
143+
144+
.. # PyPI Python versions
145+
.. |SHIELD:svg:pyVHDLModel-pypi-python| image:: https://img.shields.io/pypi/pyversions/pyVHDLModel?logo=PyPI
146+
:alt: PyPI - Python Version
147+
:height: 22
148+
.. |SHIELD:png:pyVHDLModel-pypi-python| image:: https://raster.shields.io/pypi/pyversions/pyVHDLModel?logo=PyPI
149+
:alt: PyPI - Python Version
150+
:height: 22
151+
152+
.. # Libraries - status
153+
.. |SHIELD:svg:pyVHDLModel-lib-status| image:: https://img.shields.io/librariesio/release/pypi/pyVHDLModel
154+
:alt: Libraries.io status for latest release
155+
:height: 22
156+
:target: https://libraries.io/github/vhdl/pyVHDLModel
157+
.. |SHIELD:png:pyVHDLModel-lib-status| image:: https://raster.shields.io/librariesio/release/pypi/pyVHDLModel
158+
:alt: Libraries.io status for latest release
159+
:height: 22
160+
:target: https://libraries.io/github/vhdl/pyVHDLModel
161+
162+
.. # Requires - status
163+
.. |SHIELD:svg:pyVHDLModel-req-status| image:: https://img.shields.io/requires/github/VHDL/pyVHDLModel
164+
:alt: Requires.io
165+
:height: 22
166+
:target: https://requires.io/github/VHDL/pyVHDLModel/requirements/?branch=main
167+
.. |SHIELD:png:pyVHDLModel-req-status| image:: https://raster.shields.io/requires/github/VHDL/pyVHDLModel
168+
:alt: Requires.io
169+
:height: 22
170+
:target: https://requires.io/github/VHDL/pyVHDLModel/requirements/?branch=main
171+
172+
.. # GHA - documentation
144173
.. |SHIELD:svg:pyVHDLModel-gha-doc| image:: https://img.shields.io/github/workflow/status/vhdl/pyVHDLModel/Documentation?label=Documentation&logo=GitHub%20Actions&logoColor=FFFFFF
145174
:alt: GitHub Workflow - Documentation Status
146175
:height: 22
@@ -149,3 +178,23 @@
149178
:alt: GitHub Workflow - Documentation Status
150179
:height: 22
151180
:target: https://github.com/vhdl/pyVHDLModel/actions?query=workflow%3A%22Documentation%22
181+
182+
.. # Documentation license
183+
.. |SHIELD:svg:pyVHDLModel-doc-license| image:: https://img.shields.io/badge/doc%20license-CC--BY%204.0-green
184+
:alt: Documentation License
185+
:height: 22
186+
:target: Doc-License.html
187+
.. |SHIELD:png:pyVHDLModel-doc-license| image:: https://img.shields.io/badge/doc%20license-CC--BY%204.0-green
188+
:alt: Documentation License
189+
:height: 22
190+
:target: https://github.com/VHDL/pyVHDLModel/blob/main/doc/Doc-License.rst
191+
192+
.. # GHPages - read now
193+
.. |SHIELD:svg:pyVHDLModel-ghp-doc| image:: https://img.shields.io/badge/doc-read%20now%20%E2%9E%94-blueviolet
194+
:alt: Documentation - Read Now!
195+
:height: 22
196+
:target: https://vhdl.github.io/pyVHDLModel/
197+
.. |SHIELD:png:pyVHDLModel-ghp-doc| image:: https://img.shields.io/badge/doc-read%20now%20%E2%9E%94-blueviolet
198+
:alt: Documentation - Read Now!
199+
:height: 22
200+
:target: https://vhdl.github.io/pyVHDLModel/

pyVHDLModel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@
4141
:copyright: Copyright 2007-2021 Patrick Lehmann - Bötzingen, Germany
4242
:license: Apache License, Version 2.0
4343
"""
44-
__version__ = "0.7.7"
44+
__version__ = "0.8.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# Assemble all package information
5454
setuptools_setup(
5555
name=projectName,
56-
version="0.7.7",
56+
version="0.8.0",
5757

5858
author="Patrick Lehmann",
5959
author_email="[email protected]",

0 commit comments

Comments
 (0)