From 4ecdbda897e51d7e0bf4466eb003461a8b20e1a8 Mon Sep 17 00:00:00 2001 From: tmartins Date: Tue, 1 Sep 2020 21:11:29 +0200 Subject: Try to link to reference API --- python/vespa/docs/sphinx/source/index.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'python') diff --git a/python/vespa/docs/sphinx/source/index.rst b/python/vespa/docs/sphinx/source/index.rst index 5a32163943a..29b0b47bfd8 100644 --- a/python/vespa/docs/sphinx/source/index.rst +++ b/python/vespa/docs/sphinx/source/index.rst @@ -28,6 +28,17 @@ You can install ``pyvespa`` via ``pip``: pip install pyvespa +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`. + +.. code-block:: python + + from vespa.application import Vespa + app = Vespa(url = "https://api.cord19.vespa.ai") + + Indices and tables ================== -- cgit v1.2.3