Skip to content

Commit

Permalink
Deploying to gh-pages from @ 94fe7c3 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jvgeiger committed Jan 25, 2024
1 parent 3eb69cb commit 36ab3f6
Show file tree
Hide file tree
Showing 10 changed files with 57 additions and 16 deletions.
2 changes: 1 addition & 1 deletion LDT_users_guide/LDT_users_guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -17909,7 +17909,7 @@ <h2 id="_references">References</h2>
<div id="footer">
<div id="footer-text">
Version 3.0<br>
Last updated 2024-01-23 14:16:31 UTC
Last updated 2024-01-25 15:18:46 UTC
</div>
</div>
<script type="text/x-mathjax-config">
Expand Down
55 changes: 48 additions & 7 deletions LISF_installation_guide/LISF_installation_guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ <h5 id="_tools">Tools</h5>
<p>Perl, version 5.10</p>
</li>
<li>
<p>Python, version 2.7 or 3.4</p>
<p>Python, version 3.6</p>
</li>
</ul>
</div>
Expand All @@ -588,7 +588,7 @@ <h5 id="_tools">Tools</h5>
<div class="title">Important</div>
</td>
<td class="content">
Support for Python 2.7 is now deprecated. Future releases will depend on Python 3.
The use of Python 2.7 for building LISF is now deprecated. See Section <a href="#_python_support">Python support</a>.
</td>
</tr>
</table>
Expand Down Expand Up @@ -621,7 +621,7 @@ <h5 id="_tools_2">Tools</h5>
<p>Perl, version 5.10</p>
</li>
<li>
<p>Python, version 2.7 or 3.4</p>
<p>Python, version 3.6</p>
</li>
</ul>
</div>
Expand All @@ -632,7 +632,7 @@ <h5 id="_tools_2">Tools</h5>
<div class="title">Important</div>
</td>
<td class="content">
Support for Python 2.7 is now deprecated. Future releases will depend on Python 3.
The use of Python 2.7 for building LISF is now deprecated. See Section <a href="#_python_support">Python support</a>.
</td>
</tr>
</table>
Expand Down Expand Up @@ -662,7 +662,7 @@ <h5 id="_tools_3">Tools</h5>
<p>Perl, version 5.10</p>
</li>
<li>
<p>Python, version 2.7 or 3.4</p>
<p>Python, version 3.6</p>
</li>
</ul>
</div>
Expand All @@ -673,13 +673,54 @@ <h5 id="_tools_3">Tools</h5>
<div class="title">Important</div>
</td>
<td class="content">
Support for Python 2.7 is now deprecated. Future releases will depend on Python 3.
The use of Python 2.7 for building LISF is now deprecated. See Section <a href="#_python_support">Python support</a>.
</td>
</tr>
</table>
</div>
</div>
</div>
<div class="sect3">
<h4 id="_python_support">2.1.4. Python support</h4>
<div class="paragraph">
<p>The use of Python 2.7 for building LISF is now deprecated. If you only have Python 2.7, then edit the following four files</p>
</div>
<div class="ulist">
<ul>
<li>
<p>ldt/make/makedep.py</p>
</li>
<li>
<p>lis/make/makedep.py</p>
</li>
<li>
<p>lis/make/plugins.py</p>
</li>
<li>
<p>lvt/make/makedep.py</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>changing</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>#!/usr/bin/env python3</code></pre>
</div>
</div>
<div class="paragraph">
<p>to</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>#!/usr/bin/env python</code></pre>
</div>
</div>
<div class="paragraph">
<p>Future releases will depend on Python 3 only.</p>
</div>
</div>
</div>
</div>
</div>
Expand Down Expand Up @@ -2747,7 +2788,7 @@ <h2 id="sec_additional_platforms">Appendix A: Additional platforms</h2>
<div id="footer">
<div id="footer-text">
Version 2.0<br>
Last updated 2024-01-23 14:16:31 UTC
Last updated 2024-01-25 15:18:46 UTC
</div>
</div>
<script type="text/x-mathjax-config">
Expand Down
2 changes: 1 addition & 1 deletion LIS_users_guide/LIS_users_guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -23748,7 +23748,7 @@ <h2 id="_references">References</h2>
<div id="footer">
<div id="footer-text">
Version 3.0<br>
Last updated 2024-01-23 14:16:31 UTC
Last updated 2024-01-25 15:18:46 UTC
</div>
</div>
<script type="text/x-mathjax-config">
Expand Down
2 changes: 1 addition & 1 deletion LVT_users_guide/LVT_users_guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -7191,7 +7191,7 @@ <h2 id="_references">References</h2>
<div id="footer">
<div id="footer-text">
Version 3.0<br>
Last updated 2024-01-23 14:16:31 UTC
Last updated 2024-01-25 15:18:46 UTC
</div>
</div>
<script type="text/x-mathjax-config">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ <h2 id="_lisf_development_environments">LISF development environments</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-01-23 14:16:31 UTC
Last updated 2024-01-25 15:18:46 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion discover_quick_start/discover_quick_start.html
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ <h2 id="_lisf_public_testcases">LISF Public Testcases</h2>
<div id="footer">
<div id="footer-text">
Version 0.2<br>
Last updated 2024-01-23 14:16:31 UTC
Last updated 2024-01-25 15:18:46 UTC
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.3/highlight.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion howto_create_lis_testcases/howto_create_lis_testcases.html
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ <h2 id="_finishing_up">Finishing Up</h2>
<div id="footer">
<div id="footer-text">
Version 5<br>
Last updated 2024-01-23 14:16:31 UTC
Last updated 2024-01-25 15:18:46 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ <h4 id="_emacs">emacs</h4>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-01-23 14:16:31 UTC
Last updated 2024-01-25 15:18:46 UTC
</div>
</div>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2753,7 +2753,7 @@ <h3 id="_wrap_up_5">Wrap Up</h3>
<div id="footer">
<div id="footer-text">
Version 1.1<br>
Last updated 2024-01-23 14:16:31 UTC
Last updated 2024-01-25 15:18:46 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion working_with_github/working_with_github.html
Original file line number Diff line number Diff line change
Expand Up @@ -2059,7 +2059,7 @@ <h2 id="_creating_a_release">10. Creating a release</h2>
<div id="footer">
<div id="footer-text">
Version 14<br>
Last updated 2024-01-23 14:16:31 UTC
Last updated 2024-01-25 15:18:46 UTC
</div>
</div>
</body>
Expand Down

0 comments on commit 36ab3f6

Please sign in to comment.