Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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