We're starting to develop cross-platform software using Qt and C++. We need to release user documentation with our software, but aren't sure what tool to use to create the user documentation. Our requirements:
- We expect to create html documentation, and for Windows, probably Windows HTML help (chm).
- we want context-sensitive help: the user clicks (or does something), and help for that item is displayed.
- It would be nice if the documentation source is stored as text files, for managing changes and versions with our source control system.
- Of course, we prefer that the tool be cheap or free.
We are currently looking at Sphynx, but it appears to be geared for developer documentation (especially python code), not user documentation. It may be good enough - still investigating. One thing that would make it easier is if there were a WYSIWYG GUI for creating the documentation.
My question: does a WYSIWYG GUI exist for Sphynx? Or, do you suggest we use a different tool?