mailr24445 - in /website: download.html relax.css


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on July 04, 2014 - 09:04:
Author: bugman
Date: Fri Jul  4 09:04:58 2014
New Revision: 24445

URL: http://svn.gna.org/viewcvs/relax?rev=24445&view=rev
Log:
The Python packages in the Mac OS X application are now listed at 
http://www.nmr-relax.com/download.html.


Modified:
    website/download.html
    website/relax.css

Modified: website/download.html
URL: 
http://svn.gna.org/viewcvs/relax/website/download.html?rev=24445&r1=24444&r2=24445&view=diff
==============================================================================
--- website/download.html       (original)
+++ website/download.html       Fri Jul  4 09:04:58 2014
@@ -16,6 +16,7 @@
 <head>
   <title>relax downloads</title>
   <!--#include virtual="head.html" -->
+  <link rel="stylesheet" type="text/css" href="relax.css"/>
 </head>
 
 <body>
@@ -196,6 +197,27 @@
   </tbody>
 </table>
 
+        <p>The relax application currently bundles the following list of 
Python packages:</p>
+
+<table class="dep_table">
+  <tbody>
+    <tr>
+      <td class="dep_td_head"><strong>Package</strong></td>
+      <td class="dep_td_head"><strong>Version</strong></td>
+    </tr>
+    <tr><td><a href="http://python.org";>Python</a></td><td>2.7.8</td></tr>
+    <tr><td><a 
href="http://numpy.scipy.org/";>NumPy</a></td><td>1.8.1</td></tr>
+    <tr><td><a 
href="http://www.scipy.org/";>SciPy</a></td><td>0.14.0</td></tr>
+    <tr><td><a 
href="https://nose.readthedocs.org/en/latest/";>nose</a></td><td>1.3.3</td></tr>
+    <tr><td><a href="http://wxpython.org/";>wxPython</a></td><td>2.9.3.1 
osx-cocoa (classic)</td></tr>
+    <tr><td><a 
href="http://matplotlib.org/";>matplotlib</a></td><td>1.3.1</td></tr>
+    <tr><td><a 
href="http://epydoc.sourceforge.net/";>epydoc</a></td><td>3.0.1</td></tr>
+    <tr><td><a 
href="http://mpi4py.scipy.org/";>mpi4py</a></td><td>1.3.1</td></tr>
+    <tr><td><a 
href="https://pypi.python.org/pypi/py2app/";>py2app</a></td><td>0.8.1</td></tr>
+  </tbody>
+</table>
+
+
         <h3>Fink</h3>
 
           <p>Pre-compiled binary releases of certain relax versions are 
available for Mac OS X within the <a href="http://www.finkproject.org/";>Fink 
project</a>.  These can be installed for Python 2.7 with the command:</p>

Modified: website/relax.css
URL: 
http://svn.gna.org/viewcvs/relax/website/relax.css?rev=24445&r1=24444&r2=24445&view=diff
==============================================================================
--- website/relax.css   (original)
+++ website/relax.css   Fri Jul  4 09:04:58 2014
@@ -193,6 +193,21 @@
     width: 18%;
 }
 
+.dep_table {
+    border-collapse: collapse;
+    width: 50%;
+    border: thin solid rgba(136,203,255,0.3);
+    margin-bottom: 10px;
+}
+
+.dep_table td {
+    padding: 10px;
+}
+
+.dep_td_head {
+    border-bottom: thin solid rgba(136,203,255,0.3);
+}
+
 .link_tr {
     height:100px;
 }




Related Messages


Powered by MHonArc, Updated Fri Jul 04 10:00:02 2014