summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authortmartins <thigm85@gmail.com>2020-08-27 11:19:41 +0200
committertmartins <thigm85@gmail.com>2020-08-27 11:19:41 +0200
commit39ac92c1b1dd6c34e0904325dfba443ceb905f29 (patch)
tree3123ced770a8e408c1bc7e902b1a3e7777104b25 /python
parenteade7d4a22e8a7104c42e6e64f31c2a213e8d2cc (diff)
Add install section
Diffstat (limited to 'python')
-rw-r--r--python/vespa/docs/sphinx/source/index.rst2
-rw-r--r--python/vespa/docs/sphinx/source/install.rst8
2 files changed, 10 insertions, 0 deletions
diff --git a/python/vespa/docs/sphinx/source/index.rst b/python/vespa/docs/sphinx/source/index.rst
index 87fe17881f3..a710373e2c3 100644
--- a/python/vespa/docs/sphinx/source/index.rst
+++ b/python/vespa/docs/sphinx/source/index.rst
@@ -8,7 +8,9 @@ Welcome to pyvespa's documentation!
.. toctree::
:maxdepth: 2
+ :caption: Contents:
+ install
Indices and tables
diff --git a/python/vespa/docs/sphinx/source/install.rst b/python/vespa/docs/sphinx/source/install.rst
new file mode 100644
index 00000000000..7cf6b16eaa5
--- /dev/null
+++ b/python/vespa/docs/sphinx/source/install.rst
@@ -0,0 +1,8 @@
+Install pyvespa
+===============
+
+To install ``pyvespa`` type
+
+.. code:: bash
+
+ pip install pyvespa