ncdingari / r-orange

Automatically exported from code.google.com/p/r-orange
Other
0 stars 0 forks source link

Documentation in compiled version #528

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Many of the scripts that we use to generate documentation, including those from 
sphinx, rely on shell calls to build the documentation.

Python might not be installed on the users machine so this needs to be resolved.

What is the best way to do this?  The objective is to run createDoc.py and feed 
it the redRRoot directory but I don't know how to best set this up with py2exe.

Original issue reported on code.google.com by kylecovi...@gmail.com on 30 Jun 2011 at 2:34

GoogleCodeExporter commented 8 years ago
I think I got this solved.  Tested in new installer and it functions.

Solution means that each package must be sphinx compiled before being made into 
a package.

Original comment by kylecovi...@gmail.com on 2 Jul 2011 at 3:11

GoogleCodeExporter commented 8 years ago
appears to function well.

Original comment by kylecovi...@gmail.com on 17 Jul 2011 at 7:16