From a68be97e0672699a5ce4c3ab9c6472128f70f9da Mon Sep 17 00:00:00 2001 From: pdmurray Date: Mon, 11 Mar 2024 16:11:47 -0700 Subject: [PATCH] [Doc] Remove time-series and reinforcement-learning example gallery tags Signed-off-by: pdmurray --- doc/source/custom_directives.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/source/custom_directives.py b/doc/source/custom_directives.py index bdc301afe12b..a6b6888eb6e8 100644 --- a/doc/source/custom_directives.py +++ b/doc/source/custom_directives.py @@ -410,9 +410,7 @@ class UseCase(ExampleEnum): LARGE_LANGUAGE_MODELS = "Large Language Models" GENERATIVE_AI = "Generative AI" COMPUTER_VISION = "Computer Vision" - TIME_SERIES = "Time Series" NATURAL_LANGUAGE_PROCESSING = "Natural Language Processing" - REINFORCEMENT_LEARNING = "Reinforcement Learning" @classmethod def formatted_name(cls):