From 93ddebf78ff6510bde626000f5f1ce1c9d0aaa7c Mon Sep 17 00:00:00 2001 From: Zhanghao Wu Date: Thu, 9 May 2024 07:24:26 +0000 Subject: [PATCH] Add tab --- .../examples/interactive-development.rst | 26 ++++++++++++------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/docs/source/examples/interactive-development.rst b/docs/source/examples/interactive-development.rst index a0fdc769898..f9c4b5c4803 100644 --- a/docs/source/examples/interactive-development.rst +++ b/docs/source/examples/interactive-development.rst @@ -27,19 +27,25 @@ To launch a cluster with a cheap GPU for development: This can be launched as a pod in your Kubernetes cluster or a VM on any cloud. -.. figure:: ../images/k8s-pod.png - :align: center - :width: 80% - :alt: Launch a cluster as a pod in Kubernetes +.. tab-set:: - Launch a cluster as a pod in Kubernetes + .. tab-item:: Kubernetes -.. figure:: ../images/gcp-vm.png - :align: center - :width: 80% - :alt: Launch a cluster as a VM on GCP + .. figure:: ../images/k8s-pod.png + :align: center + :width: 80% + :alt: Launch a cluster as a pod in Kubernetes + + Launch a cluster as a pod in Kubernetes + + .. tab-item:: Cloud + + .. figure:: ../images/gcp-vm.png + :align: center + :width: 80% + :alt: Launch a cluster as a VM on GCP - Launch a cluster as a VM on GCP + Launch a cluster as a VM on GCP .. note::