diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index db423bb3b8..bbf274dc07 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -131,6 +131,7 @@ Copyright: Copyright 2020, Gaurav Singh Copyright 2020, Lakshya Ojha Copyright 2020, Bisakh Mondal + Copyright 2020, Benson Muite License: BSD-3-clause All rights reserved. diff --git a/doc/guide/cli_quickstart.hpp b/doc/guide/cli_quickstart.hpp index 41fc37ec0b..e084abba5f 100644 --- a/doc/guide/cli_quickstart.hpp +++ b/doc/guide/cli_quickstart.hpp @@ -10,7 +10,8 @@ This page describes how you can quickly get started using mlpack from the command-line and gives a few examples of usage, and pointers to deeper documentation. -This quickstart guide is also available for @ref python_quickstart "Python". +This quickstart guide is also available for @ref python_quickstart "Python" and +@ref julia_quickstart "Julia". @section cli_quickstart_install Installing mlpack diff --git a/doc/guide/python_quickstart.hpp b/doc/guide/python_quickstart.hpp index 4d4b1dc277..d6c5cf2e67 100644 --- a/doc/guide/python_quickstart.hpp +++ b/doc/guide/python_quickstart.hpp @@ -9,7 +9,8 @@ This page describes how you can quickly get started using mlpack from Python and gives a few examples of usage, and pointers to deeper documentation. -This quickstart guide is also available for @ref cli_quickstart "the command-line". +This quickstart guide is also available for +@ref cli_quickstart "the command-line" and @ref julia_quickstart "Julia". @section python_quickstart_install Installing mlpack