[mlpack-git] master: Update templates, move doxygen CSS to a better directory. (13b86a2)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Aug 20 11:20:37 EDT 2015


Repository : https://github.com/mlpack/mlpack.org

On branch  : master
Link       : https://github.com/mlpack/mlpack.org/compare/554bf84fbf9da1d8cd6ac78c73e85b05e7cfabac...0e84830aaf6f3347e8718a24c8765ba9795a898f

>---------------------------------------------------------------

commit 13b86a2676c5246761da6df844695f10e0a36a0f
Author: Ryan Curtin <ryan at ratml.org>
Date:   Thu Aug 20 11:19:40 2015 -0400

    Update templates, move doxygen CSS to a better directory.


>---------------------------------------------------------------

13b86a2676c5246761da6df844695f10e0a36a0f
 doxygen.css => docs/doxygen.css | 0
 docs/doxygen.php.template       | 4 ++--
 docs/man.html.template          | 3 ++-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/doxygen.css b/docs/doxygen.css
similarity index 100%
rename from doxygen.css
rename to docs/doxygen.css
diff --git a/docs/doxygen.php.template b/docs/doxygen.php.template
index 43f07f0..4761651 100644
--- a/docs/doxygen.php.template
+++ b/docs/doxygen.php.template
@@ -10,14 +10,14 @@ library">
 <title>mlpack: a scalable c++ machine learning library</title>
 </head>
 <link rel="stylesheet" href="../../style.css">
-<link rel="stylesheet" href="../../doxygen.css">
+<link rel="stylesheet" href="../doxygen.css">
 <link href='http://fonts.googleapis.com/css?family=Maven+Pro:500'
 rel='stylesheet' type='text/css'>
 <body>
 <!-- very simple table with as few words as possible -->
 <br>
 <div class="titlebar">
-   <a href="http://www.mlpack.org"><img src="mlpack.png"></a>
+   <a href="http://www.mlpack.org"><img src="../../mlpack.png"></a>
 </div>
 <center>
 <div class="mlnavbar">
diff --git a/docs/man.html.template b/docs/man.html.template
index 5cc738c..e82866b 100644
--- a/docs/man.html.template
+++ b/docs/man.html.template
@@ -10,13 +10,14 @@ library">
 <title>mlpack: a scalable c++ machine learning library</title>
 </head>
 <link rel="stylesheet" href="../../style.css">
+<link rel="stylesheet" href="../style-man.css">
 <link href='http://fonts.googleapis.com/css?family=Maven+Pro:500'
 rel='stylesheet' type='text/css'>
 <body>
 <!-- very simple table with as few words as possible -->
 <br>
 <div class="titlebar">
-   <a href="http://www.mlpack.org"><img src="mlpack.png"></a>
+   <a href="http://www.mlpack.org"><img src="../../mlpack.png"></a>
 </div>
 <center>
 <div class="mlnavbar">



More information about the mlpack-git mailing list