Skip to content

Commit 4b24fc5

Browse files
author
stonebig
committed
replace guiqwt per pyqtgraph
1 parent 7cc7c76 commit 4b24fc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h2 id="overview">Overview</h2>
5656
<p><img style="width: 901px; height: 97px;" alt="WinPython Launcher Icons" src="images/winpython_launchers_2741.png" /></p>
5757
<p>It is a full-featured (see our <a href="https://github.com/winpython/winpython/wiki">Wiki</a>) Python-based scientific environment:</p>
5858
<ul>
59-
<li>Designed for scientists, data-scientists, and education (thanks to <a href="http://numpy.org/">NumPy</a>, <a href="https://www.scipy.org/">SciPy</a>, <a href="https://www.sympy.org/">Sympy</a>, <a href="http://www.matplotlib.org/">Matplotlib</a>, <a href="http://pandas.pydata.org/">Pandas</a>, <a href="https://code.google.com/p/guiqwt/">guiqwt</a>, etc.):
59+
<li>Designed for scientists, data-scientists, and education (thanks to <a href="http://numpy.org/">NumPy</a>, <a href="https://www.scipy.org/">SciPy</a>, <a href="https://www.sympy.org/">Sympy</a>, <a href="http://www.matplotlib.org/">Matplotlib</a>, <a href="http://pandas.pydata.org/">Pandas</a>, <a href="http://www.pyqtgraph.org/">pyqtgraph</a>, etc.):
6060
<ul>
6161
<li>interactive data processing and visualization using Python with <a href="https://github.com/spyder-ide">Spyder</a> and <a href="http://ipython.org/">IPython</a>, or IDLE </li>
6262
<li>out-of-the-box working Compiler (Mingw64), <strong>fully integrated Cython and Numba!</strong> See <a href="http://nbviewer.ipython.org/github/winpython/winpython_afterdoc/blob/master/docs/Winpython_checker.ipynb">included example</a></li>
@@ -70,7 +70,7 @@ <h2 id="overview">Overview</h2>
7070
<li><strong>Flexible</strong>:
7171
<ul>
7272
<li>You can install as many WinPython distributions as you want on the same machine: each one is isolated and self-consistent</li>
73-
<li>These installations can be of different versions of Python (2.7, 3.3 or 3.4) or different architectures (32bit or 64bit)</li>
73+
<li>These installations can be of different versions of Python (2.7 or 3.4+) or different architectures (32bit or 64bit)</li>
7474
</ul>
7575
<li><strong>Customizable</strong>:
7676
<ul>
@@ -100,7 +100,7 @@ <h2 id="portable">Portable or not, the choice is yours!</h2>
100100
That is exactly what the official Python installer would do to your machine: in other words, you can have it both ways!
101101
<div class="centered"><img style="width: 125px; height: 45px;" alt="WinPython Small Logos" src="images/small_logos.png"></div>
102102
</div>
103-
<div id="footer">© Copyright 2009-2013, Pierre Raybaut; 2014+ <a href="https://github.com/winpython/">The Winpython Development Team</a>. Last updated 2015-03-29</div>
103+
<div id="footer">© Copyright 2009-2013, Pierre Raybaut; 2014+ <a href="https://github.com/winpython/">The Winpython Development Team</a>. Last updated 2015-08-10</div>
104104
<div class="centered"><img style="width: 125px; height: 45px;" alt="WinPython Small Logos" src="images/small_logos.png"></div>
105105
</body>
106106
</html>

0 commit comments

Comments
 (0)