fix navbar links in documentation

This commit is contained in:
Julian Taylor
2013-06-02 13:31:00 +02:00
parent 7e13028ca0
commit 8b4dd451e1
3 changed files with 18 additions and 2 deletions
+2 -1
View File
@@ -3,8 +3,9 @@ skimage (0.8.2-2) UNRELEASED; urgency=low
* add autopkgtests
* update packaging to use dh_sphinxdoc and dh_python2
requires search-html.patch to fix file so dh_sphinxdoc recognises it
* fix-doc-links.patch: fix navbar links in documentation
-- Julian Taylor <jtaylor.debian@googlemail.com> Mon, 10 Jun 2013 21:16:55 +0200
-- Julian Taylor <jtaylor.debian@googlemail.com> Mon, 10 Jun 2013 21:18:24 +0200
skimage (0.8.2-1) unstable; urgency=low
+14
View File
@@ -0,0 +1,14 @@
Description: fix documentation links
change to absolute filesystem links
--- a/doc/source/_templates/navbar.html
+++ b/doc/source/_templates/navbar.html
@@ -1,5 +1,5 @@
-<li><a href="/">Home</a></li>
-<li><a href="/download.html">Download</a></li>
-<li><a href="/docs/dev/auto_examples">Gallery</a></li>
-<li><a href="/docs/dev">Documentation</a></li>
+<li><a href="/usr/share/doc/python-skimage-doc/html/index.html">Home</a></li>
+<li><a href="http://scikit-image.org/download.html">Download</a></li>
+<li><a href="/usr/share/doc/python-skimage-doc/html/auto_examples/index.html">Gallery</a></li>
+<li><a href="/usr/share/doc/python-skimage-doc/html/index.html">Documentation</a></li>
<li><a href="https://github.com/scikit-image/scikit-image">Source</a></li>
+2 -1
View File
@@ -1,3 +1,4 @@
changeset_0eea2a48fe2dca7bbb3681fcd5b511579cad6347.diff
up_correct_version
search-html.patch
search-html.patch
fix-doc-links.patch