diff --git a/README.md b/README.md index cae224bd..62edd6c8 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ Listening on http://localhost:8080/ Hit Ctrl-C to quit. ``` +VSCode Extension + Please check out [our documentation](https://optuna-dashboard.readthedocs.io/en/latest/getting-started.html) for more details. ## Using an official Docker image diff --git a/docs/_static/optuna-dashboard.gif b/docs/_static/optuna-dashboard.gif new file mode 100644 index 00000000..aea24d5a Binary files /dev/null and b/docs/_static/optuna-dashboard.gif differ diff --git a/docs/getting-started.rst b/docs/getting-started.rst index a896fb36..295dd55c 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -1,6 +1,13 @@ Getting Started =============== +.. figure:: _static/optuna-dashboard.gif + :alt: Optuna Dashboard + :align: center + :width: 800px + + Optuna Dashboard + Installation ------------