| |
- addToHeadings(headingLineTable, headings, line)
- Add the line to the headings.
- getNavigationHypertext(fileText, transferredFileNameIndex, transferredFileNames)
- Get the hypertext help with navigation lines.
- getNavigationLine(contentsLinkText, previousLinkText, nextLinkText)
- Get the wrapped pydoc hypertext help.
- getNextLinkText(hypertextFiles, nextIndex)
- Get the next link text.
- getWrappedHypertext(fileText, hypertextFileIndex, hypertextFiles)
- Get the wrapped pydoc hypertext help.
- main()
- Display the craft dialog.
- readWriteDeleteHypertextHelp(documentDirectoryPath, hypertextFileIndex, hypertextFiles, transferredFileNames)
- Read the pydoc hypertext help documents, write them in the documentation folder then delete the originals.
- readWriteNavigationHelp(documentDirectoryPath, transferredFileNameIndex, transferredFileNames)
- Read the hypertext help documents, and add the navigation lines to them.
- removeFilesInDirectory(directoryPath)
- Remove all the files in a directory.
- writeContentsFile(documentDirectoryPath, hypertextFiles)
- Write the contents file.
- writeContentsLine(hypertextFile, output)
- Write a line of the contents file.
- writeHypertext()
- Run pydoc, then read, write and delete each of the files.
|