Base to get all 'gmx help' contents to user guide
authorTeemu Murtola <teemu.murtola@gmail.com>
Tue, 19 May 2015 09:20:40 +0000 (12:20 +0300)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Fri, 22 May 2015 14:53:35 +0000 (16:53 +0200)
commit53270aa5a565f414a35e63e422e629130661782e
treea901d3b59e0d4914613654655b01f97510478f99
parent2926de7dfa1522bd97e9e6a2797b1e7d4955a177
Base to get all 'gmx help' contents to user guide

Implement initial functionality to get all 'gmx help' contents to the
reStructuredText user guide.  Make 'gmx help -export rst' export also
the help topics, and make minimal changes to the user guide and the
selection help to get it go through Sphinx cleanly.  Subsequent changes
will clean up the documentation further.

Part of #679.

Change-Id: I66219110fac4f4acd9ff9c36a19ca10f9561ca29
12 files changed:
docs/user-guide/tools.rst
src/gromacs/commandline/cmdlinehelpmodule.cpp
src/gromacs/commandline/cmdlinehelpmodule.h
src/gromacs/commandline/cmdlinemodulemanager.cpp
src/gromacs/commandline/tests/cmdlinehelpmodule.cpp
src/gromacs/commandline/tests/cmdlinemodulemanagertest.cpp
src/gromacs/commandline/tests/refdata/CommandLineHelpModuleTest_ExportsHelp.xml
src/gromacs/onlinehelp/helptopic.cpp
src/gromacs/onlinehelp/tests/helpmanager.cpp
src/gromacs/onlinehelp/tests/mock_helptopic.cpp
src/gromacs/onlinehelp/tests/mock_helptopic.h
src/gromacs/selection/selhelp.cpp