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

Help has buttons and menu items to open help, blog and forum pages in your primary browser.

The Fabmetheus Blog is the skeinforge announcements blog and the place to post questions, bugs and skeinforge requests.

The 'Index of Local Documentation' is a list of the pages in the documentation folder. The Manual is the skeinforge wiki with pictures and charts. It is the best and most readable source of skeinforge information and you are welcome to contribute. The 'Overview of Skeinforge' is also the help page of the skeinforge tool. It is a general description of skeinforge, has answers to frequently asked questions and has many links to skeinforge, fabrication and python pages.

In the forum section, the 'Bits from Bytes Printing Board' is about printing questions, problems and solutions. Most of the people on that forum use the rapman, but many of the solutions apply to any reprap. The 'Bits from Bytes Software Board' is about software, and has some skeinforge threads. The 'Skeinforge Contributions Thread' is a thread about how to contribute to skeinforge development. The 'Skeinforge Settings Thread' is a thread for people to post, download and discuss skeinforge settings.

The help menu has an item for each button on the help page. It also has a link to the tool documentation at the very top. For example, if you open the help menu from the raft tool, the first item opens the raft page in the documentation folder. Clicking F1 will also open the raft page.

 
Modules
       
__init__
skeinforge_tools.skeinforge_utilities.gcodec
os
skeinforge_tools.skeinforge_utilities.preferences

 
Classes
       
HelpRepository

 
class HelpRepository
    A class to handle the help preferences.
 
  Methods defined here:
__init__(self)
Set the default preferences, execute title & preferences fileName.

 
Functions
       
addToMenu(master, menu, repository, window)
Add a tool plugin menu.
getRepositoryConstructor()
Get the repository constructor.
main()
Display the help dialog.

 
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)