summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authortmartins <thigm85@gmail.com>2020-09-02 23:23:41 +0200
committertmartins <thigm85@gmail.com>2020-09-02 23:23:41 +0200
commitd5a061ad42d7b2755864f33d9caee28074740d8b (patch)
treea03f0bf5bd87754733df93f91129bfec21a24226 /python
parentded8372d7171a3a8c046e90795598dea659ab43a (diff)
update doc
Diffstat (limited to 'python')
-rw-r--r--python/vespa/docs/sphinx/source/index.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/python/vespa/docs/sphinx/source/index.rst b/python/vespa/docs/sphinx/source/index.rst
index 82f384fbc09..27d06d92086 100644
--- a/python/vespa/docs/sphinx/source/index.rst
+++ b/python/vespa/docs/sphinx/source/index.rst
@@ -37,11 +37,9 @@ Quick-start
The best way to get started is by following the tutorials below. You can easily run them yourself on Google Colab
by clicking on the badge at the top of the tutorial.
-.. toctree::
- :maxdepth: 1
- connect-to-vespa-instance
- create-and-deploy-vespa-cloud
+- :doc:`connect-to-vespa-instance`
+- :doc:`create-and-deploy-vespa-cloud`
How-to guides