Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
Modify the Table of Contents in the Help Navigator
Modify the table of contents by inserting or deleting entries that represent user-created help pages.
The syntax for the following commands requires that each of the parameters be enclosed in quotation marks. In addition, since the backslash character is used as an escape character in Maple, to enter pathnames that use the backslash as a directory separator, you can either enter each required backslash as two backslashes, or you can use one forward slash. See the backslash reference page.
Inserting Help File Entries in the Table of Contents
Enter the following command.
INTERFACE_HELP(insert, topic = T, browser = B, library = L);
where
T
is the help topic name of the worksheet. The help topic name is used to display the help page once it has been integrated into the Maple online help system by entering ?helptopicname at a prompt.
B
is where to insert the help topic name in the table of contents. It is a sequence of names, separated by forward slashes, that represent each level in the table of contents.
L
is the full pathname of your help database directory.
Example:
INTERFACE_HELP(insert, topic = "mytopic", browser = "Mathematics/Algebra/My Topic", library = "C:\Maple\MyHelpDatabase");
Deleting Help File Entries in the Table of Contents
INTERFACE_HELP(delete, browser = B, library = L);
is where to remove the help topic name from the table of contents. It is a sequence of names, separated by forward slashes, that represent each level in the table of contents.
INTERFACE_HELP(delete, browser = "Mathematics/Algebra/My Topic", library = "C:\Maple\MyHelpDatabase");
See Also
About Help Databases in Maple, backslash, Create a Help File, Edit a Help File, INTERFACE_HELP, libname, Overview of Creating Help Pages in Maple, Remove a Help File from Your Help Library Database, Using the Table of Contents, View a Help File as a Help Page
Download Help Document