Re: [Matplotlib-users] Publish to HTML

2009-12-04 Thread Alan G Isaac
On 12/4/2009 2:17 AM, David Arnold wrote:
 I am wondering if Sampledoc type files can be used for this same
 purpose. Is there a way you can gather the output html and upload them
 to our Sakai drop boxes?


Is the following at all related to what you want to do?
Using reStructuredText, you can use the `include` directive
to include code files, and the `figure` directive to include
figures.  The code is actually in the file produced with the
rst2html script; the figures remain in separate files.

Alan Isaac


--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] Publish to HTML

2009-12-04 Thread John Hunter
On Fri, Dec 4, 2009 at 1:17 AM, David Arnold dwarnol...@suddenlink.net wrote:
 All.

 I see the Sphinx tutorial Sampledoc on the Matplotlib site and am
 working through the tutorial. This semester, my students have really
 enjoyed using Matlab's publish to HTML tool, then they upload the
 resulting files to their Drop Box on our Sakai course management system.

 I am wondering if Sampledoc type files can be used for this same
 purpose. Is there a way you can gather the output html and upload them
 to our Sakai drop boxes?

I'm not familiar with the Sakai drop interface, but you can certainly
upload the files generated by Sphinx in _build/html to a web site.
There are normally a bunch of files that need to be uploaded, so it
would help if Sakai supports some kind of directory or zipfile upload.

JDH

--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] Publish to HTML

2009-12-04 Thread Alan G Isaac
Another possibility is pyReport:
http://gael-varoquaux.info/computers/pyreport/

Alan Isaac


--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[Matplotlib-users] Publish to HTML

2009-12-03 Thread David Arnold
All.

I see the Sphinx tutorial Sampledoc on the Matplotlib site and am  
working through the tutorial. This semester, my students have really  
enjoyed using Matlab's publish to HTML tool, then they upload the  
resulting files to their Drop Box on our Sakai course management system.

I am wondering if Sampledoc type files can be used for this same  
purpose. Is there a way you can gather the output html and upload them  
to our Sakai drop boxes?

David Arnold
College of the Redwoods

--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users