summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authortmartins <thigm85@gmail.com>2020-09-01 22:00:51 +0200
committertmartins <thigm85@gmail.com>2020-09-01 22:00:51 +0200
commit5c60d05d641396b5c72867d248677330d9c45637 (patch)
treea81895fa3b52330389b0627949efc8de8bc4a48f /python
parentaf28ae7ca325f4bac47b36ccaab83605e80156e0 (diff)
reference class directly
Diffstat (limited to 'python')
-rw-r--r--python/vespa/docs/sphinx/source/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/vespa/docs/sphinx/source/index.rst b/python/vespa/docs/sphinx/source/index.rst
index 29b0b47bfd8..cd180ec49dc 100644
--- a/python/vespa/docs/sphinx/source/index.rst
+++ b/python/vespa/docs/sphinx/source/index.rst
@@ -10,7 +10,6 @@ Vespa python API
:hidden:
install
- connect-to-vespa-instance
reference-api
``pyvespa`` provides a python API to vespa.ai_. It allow us to create, modify, deploy and interact with
@@ -31,7 +30,8 @@ You can install ``pyvespa`` via ``pip``:
Connecting to a running Vespa instance
++++++++++++++++++++++++++++++++++++++
-If you have a running Vespa instance that you would like to experiment with, you connect to it with :ref:`vespa-class`.
+If you have a running Vespa instance that you would like to experiment with, you connect to it with :class:`vespa.application.Vespa`
+
.. code-block:: python