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. . diff --git a/doc/guide/build.hpp b/doc/guide/build.hpp index cb993d5deb..b0498d056a 100644 --- a/doc/guide/build.hpp +++ b/doc/guide/build.hpp @@ -24,8 +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 Keon's excellent tutorial. +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 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 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.