Revision: 2981
http://smartbody.svn.sourceforge.net/smartbody/?rev=2981&view=rev
Author: arishapiro
Date: 2012-03-13 18:09:06 +0000 (Tue, 13 Mar 2012)
Log Message:
-----------
Added Python API documentation to SmartBody manual. Format is not very pretty.
It was created by running the following:
from pydoc import *
d = HTMLDoc()
content = d.docmodule(sys.modules["SmartBody"])
import io
f = io.open('./out.html', 'w')
f.write(unicode(content))
f.close()
I then import the out.html file into Word (renaming it to .rtf first), then
cut-and-paste into Confluence.
Modified Paths:
--------------
trunk/SmartBodyManual.pdf
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Smartbody-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/smartbody-svn