David Williams wrote:
1) It's possible to reference classes in the API docs from the tutorial, but is it also possible to reference particular functions? Such as Volume::getWidth()?
Yes, it should be. If it doesn't work with the version of Doxylink that's currently in SVN then that's a bug. I'm working on a new version which will be more effective in matching these sort of things. For the meantime, just Put in
Code:
:polyvox:`Volume::getWidth`
and at some point it will magically start working

David Williams wrote:
2) Is it possible to have an install step which copies the raw HTML as well as the Qt help files? I ask because it would then be a lot easier to copy the resulting folder onto the website.
Yup, this shold be possible.
David Williams wrote:
3) Is it possible to change the colour scheme to match the API docs and website at all?
Yeah, Sphinx is very themeable. Taks a look at
the manual page. You can change whole the theme (it comes with a few defaults) and for some of them you can tweak individual colours.
I'm away in Rome until Thursday on holiday but when I get back I can answer any more questions you have.