Using sphinx to create context sensitive html help

Posted by bluebill on Stack Overflow See other posts from Stack Overflow or by bluebill
Published on 2010-04-22T12:30:41Z Indexed on 2010/04/22 12:33 UTC
Read the original article Hit count: 344

Filed under:
|
|

Hi all,

I am currently using AsciiDoc (http://www.methods.co.nz/asciidoc/) for documenting my software projects because it supports pdf and html help generation. I am currently running it through cygwin so that the a2x tool chain functions properly. This works well for me but is a pain to setup on other windows computers. I have been looking for alternative methods and recently revisited Sphinx. Noticing that it now produces html help files I gave it a try and it seems to work well in the small tests I performed.

My question is, is there a way to specify map id's for context sensitive help in the text so that my windows programs can call the proper help api and the file is launched and opened to the desired location?

In AsciiDoc I am using "pass::[]". By using these constructs a context.h and alias.h are generated along with the other html help files (context sensitive help information).

© Stack Overflow or respective owner

Related posts about python

Related posts about sphinx