I am currently using Asciidoc to generate my documentation and it works well except on windows I have to use cygwin to get things running. It is ok for me but a complex setup for others that want to use this system. So I am look at alternatives and Sphinx is one of them because of the htmlhelp output.
Looking through the documentation I am unable to find information on how to specify 'map ids' which are used by the api to access specific sections of a help file through code. For example if I specify a mapid=400 in my code it will open the help file to the specific section. The closest thing that I could find in the documentation is 'Cross-referencing arbitrary locations'. In the htmlhelp output folder should be two files an alias.h and context.h The context.h contains: #define mvb_about 801 #define mvb_establish_reference_line 802 #define mvb_stope_limits 803 The alias.h contains: mvb_about=iRing Help.htmlhelp/index.html#_about mvb_establish_reference_line=iRing Help.htmlhelp/ar01s02.html mvb_stope_limits=iRing Help.htmlhelp/ar01s04.html Any ideas on how to accomplish this would be greatly appreciated. Cheers, Troy -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.
