Skip to content

Commit 56e37e9

Browse files
GitHub ActionsGitHub Actions
GitHub Actions
authored and
GitHub Actions
committed
update 7a9cde1
0 parents  commit 56e37e9

Some content is hidden

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

56 files changed

+8241
-0
lines changed

.nojekyll

Whitespace-only changes.

ChangeLog/index.html

Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
1+
<!DOCTYPE html>
2+
3+
<html lang="en" data-content_root="../">
4+
<head>
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
7+
8+
<title>ChangeLog &#8212; pySVModel 0.4.1 documentation</title>
9+
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=9ecc9bae" />
10+
<link rel="stylesheet" type="text/css" href="../_static/basic.css?v=686e5160" />
11+
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css?v=27fed22d" />
12+
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v=4ae1632d" />
13+
<script src="../_static/documentation_options.js?v=c87aa342"></script>
14+
<script src="../_static/doctools.js?v=9bcbadda"></script>
15+
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
16+
<link rel="icon" href="../_static/favicon.svg"/>
17+
<link rel="index" title="Index" href="../genindex.html" />
18+
<link rel="search" title="Search" href="../search.html" />
19+
20+
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
21+
22+
23+
24+
25+
26+
</head><body>
27+
28+
29+
<div class="document">
30+
<div class="documentwrapper">
31+
<div class="bodywrapper">
32+
33+
34+
<div class="body" role="main">
35+
36+
<section id="changelog">
37+
<h1>ChangeLog<a class="headerlink" href="#changelog" title="Link to this heading"></a></h1>
38+
<section id="upcoming-release">
39+
<h2>Upcoming Release<a class="headerlink" href="#upcoming-release" title="Link to this heading"></a></h2>
40+
<ul class="simple">
41+
<li><p>tbd</p></li>
42+
</ul>
43+
</section>
44+
<section id="id1">
45+
<h2>23.09.2021<a class="headerlink" href="#id1" title="Link to this heading"></a></h2>
46+
<p>Classes <code class="xref py py-class docutils literal notranslate"><span class="pre">VerilogModel</span></code> and <code class="xref py py-class docutils literal notranslate"><span class="pre">SystemVerilogVersion</span></code> were moved from pyEDAA.ProjectModel to this package.</p>
47+
</section>
48+
</section>
49+
50+
51+
</div>
52+
53+
</div>
54+
</div>
55+
<div class="sphinxsidebar" role="navigation" aria-label="Main">
56+
<div class="sphinxsidebarwrapper">
57+
<p class="logo"><a href="../index.html">
58+
<img class="logo" src="../_static/logo.svg" alt="Logo of pySVModel"/>
59+
</a></p>
60+
<h1 class="logo"><a href="../index.html">pySVModel</a></h1>
61+
62+
63+
64+
65+
66+
67+
68+
69+
70+
<search id="searchbox" style="display: none" role="search">
71+
<div class="searchformwrapper">
72+
<form class="search" action="../search.html" method="get">
73+
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" placeholder="Search"/>
74+
<input type="submit" value="Go" />
75+
</form>
76+
</div>
77+
</search>
78+
<script>document.getElementById('searchbox').style.display = "block"</script><h3>Navigation</h3>
79+
<ul>
80+
<li class="toctree-l1"><a class="reference external" href="https://edaa-org.github.io/">Used as a layer of EDA² ➚</a></li>
81+
</ul>
82+
<p class="caption" role="heading"><span class="caption-text">Introduction</span></p>
83+
<ul>
84+
<li class="toctree-l1"><a class="reference internal" href="../Installation.html">Installation/Updates</a></li>
85+
<li class="toctree-l1"><a class="reference internal" href="../Dependency.html">Dependency</a></li>
86+
</ul>
87+
<p class="caption" role="heading"><span class="caption-text">Main Documentation</span></p>
88+
<ul>
89+
<li class="toctree-l1"><a class="reference internal" href="../LanguageModel/index.html">SystemVerilog Language Model</a></li>
90+
</ul>
91+
<p class="caption" role="heading"><span class="caption-text">References</span></p>
92+
<ul>
93+
<li class="toctree-l1"><a class="reference internal" href="../pySVModel/index.html">Python Class Reference</a></li>
94+
</ul>
95+
<p class="caption" role="heading"><span class="caption-text">Appendix</span></p>
96+
<ul>
97+
<li class="toctree-l1"><a class="reference internal" href="../coverage/index.html">Coverage Report ➚</a></li>
98+
<li class="toctree-l1"><a class="reference internal" href="../typing/index.html">Static Type Check Report ➚</a></li>
99+
<li class="toctree-l1"><a class="reference internal" href="../License.html">Apache License 2.0</a></li>
100+
<li class="toctree-l1"><a class="reference internal" href="../Doc-License.html">Creative Commons Attribution 4.0 International</a></li>
101+
<li class="toctree-l1"><a class="reference internal" href="../Glossary.html">Glossary</a></li>
102+
<li class="toctree-l1"><a class="reference internal" href="../genindex.html">Index</a></li>
103+
</ul>
104+
105+
<div class="relations">
106+
<h3>Related Topics</h3>
107+
<ul>
108+
<li><a href="../index.html">Documentation overview</a><ul>
109+
</ul></li>
110+
</ul>
111+
</div>
112+
113+
114+
115+
116+
117+
118+
119+
120+
</div>
121+
</div>
122+
<div class="clearer"></div>
123+
</div>
124+
<div class="footer">
125+
&#169;2021-2024, Patrick Lehmann.
126+
127+
|
128+
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 8.1.3</a>
129+
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 1.0.0</a>
130+
131+
|
132+
<a href="../_sources/ChangeLog/index.rst.txt"
133+
rel="nofollow">Page source</a>
134+
</div>
135+
136+
137+
138+
139+
</body>
140+
</html>

0 commit comments

Comments
 (0)