
Hi Suresh, As you will need to send a V2, please update the commit message to proper reflect on that the patch does. "fix for issue #114" is to generic and does not tell anything about the patch. Thanks, Aline Manera On 05/16/2016 06:11 AM, sureshab@linux.vnet.ibm.com wrote:
From: Suresh Babu Angadi <sureshab@in.ibm.com>
Adding help page for "Settings" tab
Suresh Babu Angadi (2): fix for issue #114 made changes in config, to add '/help' uri made Makefile.am and configure.ac changes to add "help" directory added dita-hepl.xsl, css file for help pages and help page for "Settings" tab.
configure.ac | 2 + src/wok/config.py.in | 6 ++ tests/test_config.py.in | 5 + ui/pages/Makefile.am | 2 +- ui/pages/help/Makefile.am | 37 +++++++ ui/pages/help/dita-help.xsl | 44 ++++++++ ui/pages/help/en_US/Makefile.am | 26 +++++ ui/pages/help/en_US/settings.dita | 43 ++++++++ ui/pages/help/wok.css | 208 ++++++++++++++++++++++++++++++++++++++ 9 files changed, 372 insertions(+), 1 deletion(-) create mode 100644 ui/pages/help/Makefile.am create mode 100644 ui/pages/help/dita-help.xsl create mode 100644 ui/pages/help/en_US/Makefile.am create mode 100644 ui/pages/help/en_US/settings.dita create mode 100644 ui/pages/help/wok.css