-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
62 changed files
with
5,706 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
input: doc | ||
output: _build | ||
requirements: requirements.txt | ||
target: gh-pages | ||
formats: [ html, pdf, man ] | ||
images: | ||
base: edaa/doc | ||
latex: btdi/latex | ||
theme: https://codeload.github.com/buildthedocs/sphinx.theme/tar.gz/v1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
# end_of_line = lf | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
indent_style = tab | ||
indent_size = 2 | ||
tab_width = 2 | ||
|
||
|
||
[*.py] | ||
indent_style = tab | ||
indent_size = 2 | ||
|
||
[*.{yml,yaml}] | ||
indent_style = space | ||
indent_size = 2 | ||
|
||
[*.{json,ini}] | ||
indent_style = tab | ||
indent_size = 2 | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false | ||
|
||
[*.rst] | ||
indent_style = space | ||
indent_size = 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Python cache and object files | ||
__pycache__/ | ||
*.py[cod] | ||
|
||
# Coverage.py | ||
.coverage | ||
.cov | ||
coverage.xml | ||
|
||
# setuptools | ||
/build | ||
/dist | ||
/*.egg-info | ||
|
||
# Sphinx | ||
doc/_build/ | ||
doc/pyEDAA.ProjectModel/**/*.* | ||
!doc/pyEDAA.ProjectModel/index.rst | ||
|
||
# BuildTheDocs | ||
doc/_theme/**/*.* | ||
|
||
# IntelliJ project files | ||
/.idea/workspace.xml |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
ChangeLog | ||
######### | ||
|
||
Upcoming Release | ||
================ | ||
|
||
* tbd | ||
|
||
01.09.2021 | ||
========== | ||
|
||
`pyEDAA.ProjectModel` was split from `pyIPCMI` (v1.1.6) as an independent Python package. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
.. _dependency: | ||
|
||
Dependency | ||
########## | ||
|
||
.. |img-ProjectModel-lib-status| image:: https://img.shields.io/librariesio/release/pypi/pyEDAA.ProjectModel | ||
:alt: Libraries.io status for latest release | ||
:height: 22 | ||
:target: https://libraries.io/github/edaa-org/pyEDAA.ProjectModel | ||
.. |img-ProjectModel-req-status| image:: https://img.shields.io/requires/github/edaa-org/pyEDAA.ProjectModel | ||
:alt: Requires.io | ||
:height: 22 | ||
:target: https://requires.io/github/edaa-org/pyEDAA.ProjectModel/requirements/?branch=master | ||
|
||
+------------------------------------------+------------------------------------------+ | ||
| `Libraries.io <https://libraries.io/>`_ | `Requires.io <https://requires.io/>`_ | | ||
+==========================================+==========================================+ | ||
| |img-ProjectModel-lib-status| | |img-ProjectModel-req-status| | | ||
+------------------------------------------+------------------------------------------+ | ||
|
||
|
||
.. _dependency-package: | ||
|
||
pyEDAA.ProjectModel Package | ||
*************************** | ||
|
||
+-------------------------------------------------------+-------------+-----------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+ | ||
| **Package** | **Version** | **License** | **Dependencies** | | ||
+=======================================================+=============+===================================================================================+===================================================================================================================================+ | ||
| `pydecor <https://github.com/mplanchard/pydecor>`__ | ≥2.0.1 | `MIT <https://github.com/mplanchard/pydecor/blob/master/LICENSE>`__ | * `dill <https://github.com/uqfoundation/dill>`__ (`BSD 3-clause <https://github.com/uqfoundation/dill/blob/master/LICENSE>`__) | | ||
| | | | * `six <https://github.com/benjaminp/six>`__ (`MIT <https://github.com/benjaminp/six/blob/master/LICENSE>`__) | | ||
+-------------------------------------------------------+-------------+-----------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+ | ||
| `pyVHDLModel <https://github.com/VHDL/pyVHDLModel>`__ | ≥0.13.0 | `Apache License, 2.0 <https://github.com/VHDL/pyVHDLModel/blob/master/LICENSE>`__ | * `pydecor <https://github.com/mplanchard/pydecor>`__ (`MIT <https://github.com/mplanchard/pydecor/blob/master/LICENSE>`__) | | ||
| | | | | | ||
| | | | * `dill <https://github.com/uqfoundation/dill>`__ (`BSD 3-clause <https://github.com/uqfoundation/dill/blob/master/LICENSE>`__) | | ||
| | | | * `six <https://github.com/benjaminp/six>`__ (`MIT <https://github.com/benjaminp/six/blob/master/LICENSE>`__) | | ||
+-------------------------------------------------------+-------------+-----------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+ | ||
| `pySVModel <https://github.com/edaa-org/pySVModel>`__ | ≥0.3.0 | `Apache License, 2.0 <https://github.com/VHDL/pyVHDLModel/blob/master/LICENSE>`__ | * `pydecor <https://github.com/mplanchard/pydecor>`__ (`MIT <https://github.com/mplanchard/pydecor/blob/master/LICENSE>`__) | | ||
| | | | | | ||
| | | | * `dill <https://github.com/uqfoundation/dill>`__ (`BSD 3-clause <https://github.com/uqfoundation/dill/blob/master/LICENSE>`__) | | ||
| | | | * `six <https://github.com/benjaminp/six>`__ (`MIT <https://github.com/benjaminp/six/blob/master/LICENSE>`__) | | ||
+-------------------------------------------------------+-------------+-----------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+ | ||
|
||
|
||
.. _dependency-testing: | ||
|
||
Unit Testing / Coverage | ||
*********************** | ||
|
||
Additional Python packages needed for testing and code coverage collection. | ||
These packages are only needed for developers or on a CI server, thus | ||
sub-dependencies are not evaluated further. | ||
|
||
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+ | ||
| **Package** | **Version** | **License** | **Dependencies** | | ||
+===========================================================+=============+========================================================================================+======================+ | ||
| `pytest <https://github.com/pytest-dev/pytest>`__ | ≥6.2.4 | `MIT <https://github.com/pytest-dev/pytest/blob/master/LICENSE>`__ | *Not yet evaluated.* | | ||
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+ | ||
| `pytest-cov <https://github.com/pytest-dev/pytest-cov>`__ | ≥2.12.1 | `MIT <https://github.com/pytest-dev/pytest-cov/blob/master/LICENSE>`__ | *Not yet evaluated.* | | ||
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+ | ||
| `Coverage <https://github.com/nedbat/coveragepy>`__ | ≥6.0 | `Apache License, 2.0 <https://github.com/nedbat/coveragepy/blob/master/LICENSE.txt>`__ | *Not yet evaluated.* | | ||
+-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+ | ||
|
||
|
||
.. _dependency-documentation: | ||
|
||
Sphinx Documentation | ||
******************** | ||
|
||
Additional Python packages needed for documentation generation. These packages | ||
are only needed for developers or on a CI server, thus sub-dependencies are not | ||
evaluated further. | ||
|
||
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+----------------------+ | ||
| **Package** | **Version** | **License** | **Dependencies** | | ||
+=================================================================================================+==============+==========================================================================================================+======================+ | ||
| `Sphinx <https://github.com/sphinx-doc/sphinx>`__ | ≥4.2.0 | `BSD 3-Clause <https://github.com/sphinx-doc/sphinx/blob/master/LICENSE>`__ | *Not yet evaluated.* | | ||
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+----------------------+ | ||
| `sphinx_btd_theme <https://github.com/buildthedocs/sphinx.theme>`__ | | `MIT <https://github.com/buildthedocs/sphinx.theme/blob/master/LICENSE>`__ | *Not yet evaluated.* | | ||
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+----------------------+ | ||
| `autoapi <https://github.com/carlos-jenkins/autoapi>`__ | | `Apache License, 2.0 <https://github.com/carlos-jenkins/autoapi/blob/master/LICENSE>`__ | *Not yet evaluated.* | | ||
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+----------------------+ | ||
| !! `sphinx_fontawesome <https://github.com/fraoustin/sphinx_fontawesome>`__ | ≥0.0.6 | `GPL 2.0 <https://github.com/fraoustin/sphinx_fontawesome/blob/master/LICENSE>`__ | *Not yet evaluated.* | | ||
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+----------------------+ | ||
| `sphinx_autodoc_typehints <https://github.com/agronholm/sphinx-autodoc-typehints>`__ | ≥1.12.0 | `MIT <https://github.com/agronholm/sphinx-autodoc-typehints/blob/master/LICENSE>`__ | *Not yet evaluated.* | | ||
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+----------------------+ | ||
| `Pygments <https://github.com/pygments/pygments>`__ | ≥2.9.0 | `BSD 2-Clause <https://github.com/pygments/pygments/blob/master/LICENSE>`__ | *Not yet evaluated.* | | ||
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+----------------------+ |
Oops, something went wrong.