[shark] 35/79: added icon to front page, changed links in sub-pages to new front page

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Nov 26 15:40:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository shark.

commit 2c61366044f3d20c383ca5ec01ace9f7e923cf9b
Author: Tobias Glasmachers <tobias.glasmachers at ini.rub.de>
Date:   Fri Oct 30 13:30:22 2015 +0100

    added icon to front page, changed links in sub-pages to new front page
---
 doc/doxygen_pages/templates/header.html |   3 +--
 doc/frontpage.css                       |   3 ++-
 doc/index.html                          |   1 +
 doc/shark16.ico                         | Bin 0 -> 1406 bytes
 doc/sphinx_pages/templates/layout.html  |   2 +-
 5 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/doxygen_pages/templates/header.html b/doc/doxygen_pages/templates/header.html
index 68c0704..c09405c 100644
--- a/doc/doxygen_pages/templates/header.html
+++ b/doc/doxygen_pages/templates/header.html
@@ -39,8 +39,7 @@
     <div id="shark_old">
         <div id="wrap">
             <div id="header">
-
-                <div id="site-name"><a href="../../sphinx_pages/build/html/index.html">Shark machine learning library</a></div>
+                <div id="site-name"><a href="/shark/index.html">Shark machine learning library</a></div>
                 <ul id="nav">
                     <li >
                         <a href="../../sphinx_pages/build/html/index.html">About Shark</a>
diff --git a/doc/frontpage.css b/doc/frontpage.css
index 0f42caa..bc937e7 100644
--- a/doc/frontpage.css
+++ b/doc/frontpage.css
@@ -116,6 +116,7 @@ table.status
 {
 	font-size: 30px;
 	vertical-align: middle;
+	margin-right: 3px;
 }
 #search
 {
@@ -126,7 +127,7 @@ table.status
 .menu
 {
 	font-size: 14px;
-	margin-left: 7px;
+	margin: 0px 3px 0px 3px;
 	vertical-align: middle;
 }
 #spacer
diff --git a/doc/index.html b/doc/index.html
index e81e29d..ba8cc9a 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -5,6 +5,7 @@
 	<meta name="keywords" content="Shark Machine Learning" />
 	<meta name="robots" content="all" />
 	<title>Shark Machine Learning Library</title>
+	<link rel="shortcut icon" href="shark16.ico"/>
 	<link rel="stylesheet" href="frontpage.css">
 	<script>
 		function smoothScroll(name)
diff --git a/doc/shark16.ico b/doc/shark16.ico
new file mode 100644
index 0000000..b7b997f
Binary files /dev/null and b/doc/shark16.ico differ
diff --git a/doc/sphinx_pages/templates/layout.html b/doc/sphinx_pages/templates/layout.html
index 3f7ec6c..8e4c26f 100644
--- a/doc/sphinx_pages/templates/layout.html
+++ b/doc/sphinx_pages/templates/layout.html
@@ -32,7 +32,7 @@
     <div id="shark_old">
         <div id="wrap">
             <div id="header">
-                <div id="site-name"><a href="{{ pathto(master_doc) }}">Shark machine learning library</a></div>
+                <div id="site-name"><a href="/shark/index.html">Shark machine learning library</a></div>
                 <ul id="nav">
                     <li {% if pagename == 'index' or 'about_shark' in pagename %}
                             class="active"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/shark.git



More information about the debian-science-commits mailing list