Just an idea.
On win platforms you can launch an application
given by its filename extension with os.startfile(filename),
eg os.startfile(myapp_help.htm).
Getting the tutorial, the general index or a specific part of
that documentation is more a question on how your
html files, the documentation, are organized rather than a
programming task.
Jean-Michel Fauth, Switzerland.