From fa6d85e2f92fadddde8743908d86fdb5d2973252 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Sat, 7 Sep 2024 09:29:14 -0400 Subject: [PATCH] Make better pointers to individual core documentation pages. --- doc/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/index.md b/doc/index.md index 8fe5b875b1..41a1ac320c 100644 --- a/doc/index.md +++ b/doc/index.md @@ -42,6 +42,10 @@ The following basic guides are *highly recommended* before using mlpack. * ***Reference for mlpack core classes***: - [Core mlpack documentation](user/core.md) + * [Core math utilities](user/core/math.md) + * [Distances](user/core/distances.md) + * [Distributions](user/core/distributions.md) + * [Kernels](user/core/kernels.md) * ***Using mlpack natively with our extensions in Python, R, CLI, Julia, and Go***: - [Links to quickstarts and references](#bindings-to-other-languages)