[mlpack-git] master: Use Doxygen tutorial page instead of a custom one. (176a1c9)

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


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

On branch  : master
Link       : https://github.com/mlpack/mlpack.org/compare/9bd2aaf33467208ecae72aad2cb72accaa247ea7...176a1c9126aa8c8336c3319c6d3430e9eff2d428

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

commit 176a1c9126aa8c8336c3319c6d3430e9eff2d428
Author: Ryan Curtin <ryan at ratml.org>
Date:   Thu Aug 20 11:34:19 2015 -0400

    Use Doxygen tutorial page instead of a custom one.


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

176a1c9126aa8c8336c3319c6d3430e9eff2d428
 docs/mlpack-1.0.12/tutorials.html | 66 ---------------------------------------
 1 file changed, 66 deletions(-)

diff --git a/docs/mlpack-1.0.12/tutorials.html b/docs/mlpack-1.0.12/tutorials.html
deleted file mode 100644
index 7fa38de..0000000
--- a/docs/mlpack-1.0.12/tutorials.html
+++ /dev/null
@@ -1,66 +0,0 @@
-<html>
-<head>
-<!-- probably could use more keywords -->
-<meta name="keywords" content="mlpack, libmlpack, c++, armadillo, machine
-learning, data mining, classification, regression, tree-based methods, dual-tree
-algorithm">
-<meta name="description" content="mlpack: a scalable c++ machine learning
-library">
-<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-<title>mlpack: a scalable c++ machine learning library</title>
-</head>
-<link rel="stylesheet" href="../../style.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>
-</div>
-<center>
-<div class="mlnavbar">
-  <div class="navcontainer">
-   <div class="mlnavitem" name="mlnavmain"><a href="../../index.html">main</a></div>
-   <div class="mlnavitem" name="mlnavabout"><a href="../../about.html">about</a></div>
-   <div class="mlnavitem" name="mlnavdoc"><a href="../../docs.html">docs</a></div>
-   <div class="mlnavitem" name="mlnavhelp"><a href="../../help.html">get
-help</a></div>
-   <div class="mlnavitem" name="mlnavbugs"><a
-href="https://github.com/mlpack/mlpack">github</a></div>
-  </div>
-</div>
-</center>
-<div class="separator"></div>
-<center>
-<div class="mainsection">
-<center><font class="whitebold">mlpack tutorials</font></center><br>
-General <font class="whitebold">mlpack</font> tutorials:<br>
-<ul>
-<li><a href="doxygen.php?doc=build.html">Building mlpack from source</a></li>
-<li><a href="doxygen.php?doc=iodoc.html">mlpack input and output</a></li>
-<li><a href="doxygen.php?doc=matrices.html">Matrices in mlpack</a></li>
-<li><a href="doxygen.php?doc=sample.html">Simple sample mlpack programs</a></li>
-<li><a href="doxygen.php?doc=timer.html">mlpack timers</a></li>
-</ul>
-Method-specific tutorials:<br>
-<ul>
-<li><a href="doxygen.php?doc=nstutorial.html">NeighborSearch tutorial
-(allknn / allkfn)</a></li>
-<li><a href="doxygen.php?doc=rstutorial.html">RangeSearch tutorial (range_search)</a></li>
-<li><a href="doxygen.php?doc=lrtutorial.html">LinearRegression tutorial</a></li>
-<li><a href="doxygen.php?doc=dettutorial.html">Density Estimation Trees tutorial
-(det)</a></li>
-<li><a href="doxygen.php?doc=emst_tutorial.html">Euclidean Minimum Spanning
-Trees tutorial (emst)</a></li>
-<li><a href="doxygen.php?doc=kmtutorial.html">K-Means tutorial (kmeans)</a></li>
-<li><a href="doxygen.php?doc=fmkstutorial.html">FastMKS tutorial
-(fastmks)</a></li>
-<li><a href="doxygen.php?doc=amftutorial.html">AMF (alternating matrix
-factorization) tutorial (includes NMF)</li>
-<li><a href="doxygen.php?doc=cftutorial.html">Collaborative filtering (cf)
-tutorial</li>
-</ul>
-</div>
-</body>
-</html>



More information about the mlpack-git mailing list