Publish to HTML

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

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

···

On Fri, Dec 4, 2009 at 1:17 AM, David Arnold <dwarnold45@...2108...> 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?

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

···

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?

Another possibility is pyReport:
http://gael-varoquaux.info/computers/pyreport/

Alan Isaac