From db5f6478dc4dcb1576745d10f7375e8454335f81 Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Tue, 26 May 2020 20:13:54 +0300 Subject: [PATCH] Add julia_quickstart refs (#2426) * Update cli_quickstart.hpp Add link to Julia page * Update python_quickstart.hpp Add link to Julia quickstart * Update COPYRIGHT.txt * Update doc/guide/cli_quickstart.hpp Co-authored-by: Ryan Birmingham * Update doc/guide/python_quickstart.hpp Co-authored-by: Ryan Birmingham Co-authored-by: Ryan Birmingham --- COPYRIGHT.txt | 1 + doc/guide/cli_quickstart.hpp | 3 ++- doc/guide/python_quickstart.hpp | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) 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