From a9630962ee0bcd67d7bc3f3ae2b48885c4a7aff5 Mon Sep 17 00:00:00 2001 From: "Igoshev, Iaroslav" Date: Wed, 17 Apr 2024 13:03:43 +0000 Subject: [PATCH] DOCS-#0000: Supplement Optmization Notes with a link to configs Signed-off-by: Igoshev, Iaroslav --- docs/usage_guide/optimization_notes/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/usage_guide/optimization_notes/index.rst b/docs/usage_guide/optimization_notes/index.rst index 9896fbdd735..be13cf466d7 100644 --- a/docs/usage_guide/optimization_notes/index.rst +++ b/docs/usage_guide/optimization_notes/index.rst @@ -4,7 +4,8 @@ Optimization Notes Modin has chosen default values for a lot of the configurations here that provide excellent performance in most cases. This page is for those who love to optimize their code and those who are curious about existing optimizations within Modin. Here you can find more information about Modin's optimizations both for a pipeline of operations as -well as for specific operations. +well as for specific operations. If you want to go ahead and tune the Modin behavior on your own, refer to +:doc:`Modin Configuration Settings : ` page for the full set of configurations available in Modin. Range-partitioning in Modin """""""""""""""""""""""""""