diff --git a/README.md b/README.md index 0df883e6..662e21f7 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 ab86ed0a..00000000 --- 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.