From a49eb1d168045780634fe3fe1df9a7f3f599e87c Mon Sep 17 00:00:00 2001 From: Richard Liaw Date: Fri, 24 Jul 2020 11:08:05 -0700 Subject: [PATCH] [tune] survey (#9670) --- doc/source/tune.rst | 2 ++ doc/source/tune/_tutorials/overview.rst | 2 ++ doc/source/tune/api_docs/overview.rst | 2 ++ 3 files changed, 6 insertions(+) diff --git a/doc/source/tune.rst b/doc/source/tune.rst index c3b246ab1..dfb3d16a3 100644 --- a/doc/source/tune.rst +++ b/doc/source/tune.rst @@ -19,6 +19,8 @@ Tune is a Python library for experiment execution and hyperparameter tuning at a **Want to get started?** Head over to the :ref:`60 second Tune tutorial `. +.. tip:: We'd love to hear your feedback on using Tune - fill out a `short survey `_! + .. tip:: Join the `Ray community slack `_ to discuss Ray Tune (and other Ray libraries)! diff --git a/doc/source/tune/_tutorials/overview.rst b/doc/source/tune/_tutorials/overview.rst index 450b8d6d8..084b61a49 100644 --- a/doc/source/tune/_tutorials/overview.rst +++ b/doc/source/tune/_tutorials/overview.rst @@ -3,6 +3,8 @@ Tutorials, User Guides, Examples ================================ +.. tip:: We'd love to hear your feedback on using Tune - fill out a `short survey `_! + In this section, you can find material on how to use Tune and its various features. If any of the materials is out of date or broken, or if you'd like to add an example to this page, feel free to raise an issue on our Github repository. diff --git a/doc/source/tune/api_docs/overview.rst b/doc/source/tune/api_docs/overview.rst index eff796d7b..2a56dbdc4 100644 --- a/doc/source/tune/api_docs/overview.rst +++ b/doc/source/tune/api_docs/overview.rst @@ -3,6 +3,8 @@ Tune API Reference ================== +.. tip:: We'd love to hear your feedback on using Tune - fill out a `short survey `_! + This section contains a reference for the Tune API. If there is anything missing, please open an issue on `Github`_.