From e01d31c498fbe37d58fc3e1a7b61283828082c9c Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Tue, 18 Aug 2009 15:35:53 -0300 Subject: [PATCH] another improvement to doc navbar --- docs/_templates/layout.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 779d54188..a9f6e2463 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -1,9 +1,9 @@ {% extends "!layout.html" %} -{% block relbaritems %} -
  • faq
  • -
  • reference |
  • -
  • topics |
  • -
  • intro |
  • -
  • start |
  • +{% block rootrellink %} +
  • {{ shorttitle|e }} (
  • +
  • intro |
  • +
  • topics |
  • +
  • reference |
  • +
  • faq ) {{ reldelim1 }}
  • {% endblock %}