mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-08 21:03:45 +08:00
fix navbar links in documentation
This commit is contained in:
Vendored
+2
-1
@@ -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
|
||||
|
||||
|
||||
Vendored
+14
@@ -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>
|
||||
Vendored
+2
-1
@@ -1,3 +1,4 @@
|
||||
changeset_0eea2a48fe2dca7bbb3681fcd5b511579cad6347.diff
|
||||
up_correct_version
|
||||
search-html.patch
|
||||
search-html.patch
|
||||
fix-doc-links.patch
|
||||
Reference in New Issue
Block a user