Revision: 761
          http://rpy.svn.sourceforge.net/rpy/?rev=761&view=rev
Author:   lgautier
Date:     2009-09-14 17:44:43 +0000 (Mon, 14 Sep 2009)

Log Message:
-----------
forgotten templates in the previous commit

Added Paths:
-----------
    trunk/htdocs/templates/rpy_documentation.html
    trunk/htdocs/templates/rpy_plotting.html

Added: trunk/htdocs/templates/rpy_documentation.html
===================================================================
--- trunk/htdocs/templates/rpy_documentation.html                               
(rev 0)
+++ trunk/htdocs/templates/rpy_documentation.html       2009-09-14 17:44:43 UTC 
(rev 761)
@@ -0,0 +1,59 @@
+{% extends "base.html" %}
+
+{% block main %}
+
+<h3>rpy</h3>
+
+    <ul>
+      <li>The <b>Rpy Manual</b> is available in several formats:
+       <ul>
+         <li>
+           <a href="rpy/doc/rpy_html/index.html">browse</a> the
+           RPy documentation online.
+         </li>
+         <li> <a href="rpy/doc/rpy.dvi">DVI</a> </li>
+         <li> <a href="rpy/doc/rpy.pdf">PDF</a> </li>
+         <li> <a href="rpy/doc/rpy.info">info</a> </li> 
+         <li> <a href="rpy/doc/rpy_html.tgz">html</a> </li>
+       </ul>
+      </li>
+      
+      <li><a href="faq.html">Frequently Asked Questions (FAQ)</a>.</li>
+      
+      <li><a href="rpy/README">Rpy README</a> file</li>
+      
+      <li>Demos
+       <ul>
+         <li>
+           <a href="plotting-with-RPy.html">Plotting with RPy</a>
+           by Titus Brown
+         </li>
+         <li>
+           <a href="rpy_demo.html">
+             A Demonstration of Rpy</a> by Tim Churches
+         </li>
+         <li>
+           <a 
href="http://www2.warwick.ac.uk/fac/sci/moac/currentstudents/peter_cock/python/rank_correlations/";>
+             Using Python (and R) to calculate Rank Correlations
+           </a>
+           by Peter Cock (added 2005-08-27)
+         </li>
+         <li>
+           <a 
href="http://www2.warwick.ac.uk/fac/sci/moac/currentstudents/peter_cock/python/lin_reg/";>
+             Using Python (and R) to calculate Linear Regressions
+           </a>
+           by Peter Cock (added 2005-08-27)
+         </li>
+         
+       </ul>
+      </li>
+    </ul>
+      
+<h3>rpy2</h3>
+
+<ul>
+  <li><a href="rpy2/doc/html/index.html">Sphinx documentation</a></li>
+</ul>
+
+{% endblock %}
+

Added: trunk/htdocs/templates/rpy_plotting.html
===================================================================
--- trunk/htdocs/templates/rpy_plotting.html                            (rev 0)
+++ trunk/htdocs/templates/rpy_plotting.html    2009-09-14 17:44:43 UTC (rev 
761)
@@ -0,0 +1,8 @@
+{% extends "base.html" %}
+
+{% block main %}
+
+
+
+{% endblock %}
+


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to