From 8a65c2253428d9624f0cafccee6f3318595fdc6b Mon Sep 17 00:00:00 2001 From: keisuke-umezawa Date: Wed, 6 Mar 2024 23:01:38 +0900 Subject: [PATCH] Add examples link and delete examples directory --- README.md | 5 +++++ examples/README.md | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 examples/README.md diff --git a/README.md b/README.md index 0df883e61..662e21f75 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ [![Read the Docs](https://readthedocs.org/projects/optuna-dashboard/badge/?version=latest)](https://optuna-dashboard.readthedocs.io/en/latest/?badge=latest) [![Codecov](https://codecov.io/gh/optuna/optuna-dashboard/branch/main/graph/badge.svg)](https://codecov.io/gh/optuna/optuna-dashboard) +:link: [**Website**](https://optuna.org/) +| :page_with_curl: [**Docs**](https://optuna-dashboard.readthedocs.io/en/stable/) +| :gear: [**Install Guide**](https://optuna-dashboard.readthedocs.io/en/stable/getting-started.html#installation) +| :pencil: [**Tutorial**](https://optuna-dashboard.readthedocs.io/en/stable/tutorials/index.html) +| :bulb: [**Examples**](https://github.com/optuna/optuna-examples/tree/main/dashboard) Real-time dashboard for [Optuna](https://github.com/optuna/optuna). Code files were originally taken from [Goptuna](https://github.com/c-bata/goptuna). diff --git a/examples/README.md b/examples/README.md deleted file mode 100644 index ab86ed0a2..000000000 --- a/examples/README.md +++ /dev/null @@ -1,5 +0,0 @@ -Optuna Dashboard Examples -========================= - -Example files have been moved to the [optuna/optuna-examples](https://github.com/optuna/optuna-examples/) repoistory. -You can find the dashboard-related examples in the [dashboard](https://github.com/optuna/optuna-examples/tree/main/dashboard) directory.