[mlpack-git] master: fix typo (60ffbd2)

gitdub at mlpack.org gitdub at mlpack.org
Tue Jun 7 14:03:14 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/0e7143ca787241dcc593eef9871d1f9eb65acb70...630efbe8c55e9072cc2be03a8033199ed2836177

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

commit 60ffbd238b2beaeb854fa9331d11572f46e939fd
Author: Keon Kim <kwk236 at gmail.com>
Date:   Wed Jun 8 03:03:14 2016 +0900

    fix typo


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

60ffbd238b2beaeb854fa9331d11572f46e939fd
 doc/tutorials/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/tutorials/README.md b/doc/tutorials/README.md
index c75f5ab..81a382b 100644
--- a/doc/tutorials/README.md
+++ b/doc/tutorials/README.md
@@ -35,6 +35,6 @@ These tutorials introduce the various methods mlpack offers, aimed at users who
 
 mlpack uses templates to achieve its genericity and flexibility. Some of the template types used by mlpack are common across multiple machine learning algorithms. The links below provide documentation for some of these common types.
 
-[The MetricType policy in mlpack](http://www.mlpack.org/docs/mlpack-git/doxygen.php?doc=metrics.html)
-[The KernelType policy in mlpack](http://www.mlpack.org/docs/mlpack-git/doxygen.php?doc=kernels.html)
-[The TreeType policy in mlpack](http://www.mlpack.org/docs/mlpack-git/doxygen.php?doc=trees.html)
\ No newline at end of file
+* [The MetricType policy in mlpack](http://www.mlpack.org/docs/mlpack-git/doxygen.php?doc=metrics.html)
+* [The KernelType policy in mlpack](http://www.mlpack.org/docs/mlpack-git/doxygen.php?doc=kernels.html)
+* [The TreeType policy in mlpack](http://www.mlpack.org/docs/mlpack-git/doxygen.php?doc=trees.html)




More information about the mlpack-git mailing list