Module Simantics/Help
This module is undocumented. This is a list of its definitions. 
clearHelpTocCache :: () -> <Proc> () 
  
createHelpLibrary :: Resource -> <WriteGraph,Proc> Resource 
  
createHelpLibraryAction :: Resource -> <Proc> () 
  
createHelpTutorial :: Resource -> String -> <WriteGraph,Proc> Resource 
  
createHelpTutorialAction :: Resource -> <Proc> () 
  
getHelpBrowserUrl :: () -> URL 
  
markdownToHtml :: Resource -> <ReadGraph,Proc> String 
  
readHelpFileContents :: Resource -> <ReadGraph,Proc> String 
  
saveHelpFileContents :: Resource -> String -> <WriteGraph,Proc> () 
  
 |