skeinforge_tools.skeinforge_utilities.docwrap ($Date: 2008/21/04 $)
index
/home/enrique/Desktop/backup/babbleold/script/reprap/pyRepRap/skeinforge_tools/skeinforge_utilities/docwrap.pyc

Docwrap is a script to add spaces to the pydoc files and move them to the documentation folder.

 
Modules
       
__init__
skeinforge_tools.skeinforge_utilities.gcodec
os

 
Functions
       
getWrappedHypertext(fileText)
Get the wrapped pydoc hypertext help.
main()
Display the craft dialog.
readWriteDeleteHypertextHelp(documentDirectoryPath, fileName)
Read the pydoc hypertext help documents, write them in the documentation folder then delete the originals.
removeFilesInDirectory(directoryPath)
Remove all the files in a directory.
writeHypertext()
Run pydoc, then read, write and delete each of the files.

 
Data
        __author__ = 'Enrique Perez (perez_enrique@yahoo.com)'
__date__ = '$Date: 2008/21/04 $'
__license__ = 'GPL 3.0'
absolute_import = _Feature((2, 5, 0, 'alpha', 1), (2, 7, 0, 'alpha', 0), 16384)

 
Author
        Enrique Perez (perez_enrique@yahoo.com)