From abc27268c278ce3a7b1a735838f420bfcb3706ad Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Tue, 13 Oct 2009 14:30:23 +0200 Subject: [PATCH] Fix link in top corner to always point to main page. --- doc/source/_templates/layout.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/source/_templates/layout.html diff --git a/doc/source/_templates/layout.html b/doc/source/_templates/layout.html new file mode 100644 index 00000000..021ccc6e --- /dev/null +++ b/doc/source/_templates/layout.html @@ -0,0 +1,6 @@ +{% extends "!layout.html" %} +{% block rootrellink %} +
  • scikits.image home »
  • + {{ super() }} +{% endblock %} +