From d9dd1f450841e033636a00ee836ab259753d1aa8 Mon Sep 17 00:00:00 2001 From: gmanlan Date: Fri, 6 Jul 2018 20:04:29 -0700 Subject: [PATCH 1/5] updated COPYRIGHT.txt --- COPYRIGHT.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index d8f678b1a9..c3593ef4e9 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -103,7 +103,8 @@ Copyright: Copyright 2018, Thanasis Mattas Copyright 2018, Shashank Shekhar Copyright 2018, Yasmine Dumouchel - + Copyright 2018, German Lancioni + License: BSD-3-clause All rights reserved. . From 91d5ceb1e0498ff70c7a5c81a9c67f70963aa7f0 Mon Sep 17 00:00:00 2001 From: gmanlan Date: Fri, 6 Jul 2018 20:05:23 -0700 Subject: [PATCH 2/5] updated ref to build_windows tutorial --- doc/guide/build.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/guide/build.hpp b/doc/guide/build.hpp index cb993d5deb..d980f631c0 100644 --- a/doc/guide/build.hpp +++ b/doc/guide/build.hpp @@ -24,8 +24,7 @@ mlpack uses CMake as a build system and allows several flexible build configuration options. One can consult any of numerous CMake tutorials for further documentation, but this tutorial should be enough to get mlpack built and installed on most Linux and UNIX-like systems (including OS X). If you want -to build mlpack on Windows, see Keon's excellent tutorial. +to build mlpack on Windows, see \ref build_windows. You can download the latest mlpack release from here: mlpack-3.0.2 From 097cc2bc948a1adadc48cfa6d0a735020386810c Mon Sep 17 00:00:00 2001 From: gmanlan Date: Fri, 6 Jul 2018 20:06:03 -0700 Subject: [PATCH 3/5] + ref to build_windows and sample app --- doc/tutorials/tutorials.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/tutorials/tutorials.txt b/doc/tutorials/tutorials.txt index 959a119ad8..2d6ed07ed8 100644 --- a/doc/tutorials/tutorials.txt +++ b/doc/tutorials/tutorials.txt @@ -21,11 +21,13 @@ developers who want to use and contribute to mlpack but are not sure where to start. - \ref build + - \ref build_windows - \ref formatdoc - \ref matrices - \ref iodoc - \ref timer - \ref sample + - \ref sample_ml_app @section method_tut Method-specific Tutorials From 82e03ddb6faffb89da51d4034cc3f00c77ff4c2d Mon Sep 17 00:00:00 2001 From: gmanlan Date: Fri, 6 Jul 2018 20:06:46 -0700 Subject: [PATCH 4/5] + ref to build_windows tutorial and sample app --- src/mlpack/core.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mlpack/core.hpp b/src/mlpack/core.hpp index 6156ac5947..9de5b4b4b3 100644 --- a/src/mlpack/core.hpp +++ b/src/mlpack/core.hpp @@ -96,10 +96,12 @@ * A few short tutorials on how to use mlpack are given below. * * - @ref build + * - @ref build_windows * - @ref matrices * - @ref iodoc * - @ref timer * - @ref sample + * - @ref sample_ml_app * - @ref cv * - @ref hpt * - @ref verinfo @@ -247,6 +249,7 @@ * - Thanasis Mattas * - Shashank Shekhar * - Yasmine Dumouchel + * - German Lancioni */ // First, include all of the prerequisites. From 336935aab984b48b317a2095a1250bd2bc070e45 Mon Sep 17 00:00:00 2001 From: gmanlan Date: Mon, 9 Jul 2018 20:04:27 -0700 Subject: [PATCH 5/5] link to both new and previous tutorials --- doc/guide/build.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/guide/build.hpp b/doc/guide/build.hpp index d980f631c0..b0498d056a 100644 --- a/doc/guide/build.hpp +++ b/doc/guide/build.hpp @@ -24,7 +24,9 @@ mlpack uses CMake as a build system and allows several flexible build configuration options. One can consult any of numerous CMake tutorials for further documentation, but this tutorial should be enough to get mlpack built and installed on most Linux and UNIX-like systems (including OS X). If you want -to build mlpack on Windows, see \ref build_windows. +to build mlpack on Windows, see \ref build_windows (alternatively, you can read +Keon's excellent tutorial which +is based on older versions). You can download the latest mlpack release from here: mlpack-3.0.2