summaryrefslogtreecommitdiffstats
path: root/doc/_templates
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-09-29 00:29:35 +0000
committerSol Jerome <sol.jerome@gmail.com>2010-09-28 19:29:57 -0500
commit4960c276ec3662c14803de5dcc167b47c9c6ad7f (patch)
tree58293c648996a0e105ba2f21d5b2b645d43a10e4 /doc/_templates
parent8039c467c81b6aea8e081c3b9fa55c6758e66121 (diff)
downloadbcfg2-4960c276ec3662c14803de5dcc167b47c9c6ad7f.tar.gz
bcfg2-4960c276ec3662c14803de5dcc167b47c9c6ad7f.tar.bz2
bcfg2-4960c276ec3662c14803de5dcc167b47c9c6ad7f.zip
doc: Refactor help documents and add a link directly referencing them
Signed-off-by: Sol Jerome <sol.jerome@gmail.com> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6081 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc/_templates')
-rw-r--r--doc/_templates/layout.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
index eb9f5b821..39c6f43b1 100644
--- a/doc/_templates/layout.html
+++ b/doc/_templates/layout.html
@@ -7,7 +7,8 @@
{% block rootrellink %}
<li><a href="{{ pathto('index') }}">home</a> |&nbsp;</li>
- <li><a href="{{ pathto('search') }}">search</a> |&nbsp;</li>
+ <!--<li><a href="{{ pathto('search') }}">search</a> |&nbsp;</li>-->
+ <li><a href="{{ pathto('help/index') }}">help</a> |&nbsp;</li>
<li><a href="{{ pathto('contents') }}">documentation </a> &raquo;</li>
{% endblock %}