[mlpack-git] master: Add doxygen style. (abac93c)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Mon Mar 30 08:41:18 EDT 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack.org/compare/1335ffb0be79aeaa7463a9b6bb42dcd6046ac5b1...abac93c2d57cf17fb956a897d061cf04eebe6845

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

commit abac93c2d57cf17fb956a897d061cf04eebe6845
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Mar 30 08:40:45 2015 -0400

    Add doxygen style.


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

abac93c2d57cf17fb956a897d061cf04eebe6845
 doxygen.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doxygen.php b/doxygen.php
index dc4c9d9..63b11ab 100644
--- a/doxygen.php
+++ b/doxygen.php
@@ -10,6 +10,7 @@ library">
 <title>mlpack: a scalable c++ machine learning library</title>
 </head>
 <link rel="stylesheet" href="style.css">
+<link rel="stylesheet" href="doxygen.css">
 <link href='http://fonts.googleapis.com/css?family=Maven+Pro:500'
 rel='stylesheet' type='text/css'>
 <body>
@@ -33,7 +34,7 @@ href="https://github.com/mlpack/mlpack">github</a></div>
 </center>
 <div class="separator"></div>
 <center>
-<div class="mainsection">
+<div class="mainsection smallertext">
 <?php
   $page = $_GET['doc'];
   if ($page == '') { $page = 'index.html'; }



More information about the mlpack-git mailing list