From a12b157ee851a7a63aecd508d7652bfae86e214a Mon Sep 17 00:00:00 2001 From: carlocagnetta Date: Fri, 17 Nov 2023 11:34:38 +0100 Subject: [PATCH] Add launch button for notebooks in colab --- docs/_config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index db77308..156d828 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -83,12 +83,12 @@ launch_buttons: binderhub_url : "" # The URL of the BinderHub (e.g., https://mybinder.org) jupyterhub_url : "" # The URL of the JupyterHub (e.g., https://datahub.berkeley.edu) thebe : false # Add a thebe button to pages (requires the repository to run on Binder) - colab_url : "" # The URL of Google Colab (https://colab.research.google.com) + colab_url : "https://colab.research.google.com" repository: - url : "" # The URL to your book's repository - path_to_book : "" # A path to your book's folder, relative to the repository root. - branch : master # Which branch of the repository should be used when creating links + url : https://github.com/carlocagnetta/tianshou.git # The URL to your book's repository + path_to_book : ./docs/ # A path to your book's folder, relative to the repository root. + branch : docs/include-notebooks # Which branch of the repository should be used when creating links ####################################################################################### # Advanced and power-user settings