summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authortmartins <thigm85@gmail.com>2020-06-11 09:47:41 +0200
committertmartins <thigm85@gmail.com>2020-06-11 09:47:41 +0200
commit826696ccfa5b4353a6493cabd60dd906df59cb8a (patch)
treef3592492f01acd3c1fa5adb2ecb1b182ac09bae0 /python
parent8de8ff4f87295d812d4e660f0216953726200c92 (diff)
change package name
Diffstat (limited to 'python')
-rw-r--r--python/vespa/docs/_config.yml2
-rw-r--r--python/vespa/docs/_data/sidebars/home_sidebar.yml2
-rw-r--r--python/vespa/docs/sidebar.json2
-rw-r--r--python/vespa/settings.ini2
4 files changed, 4 insertions, 4 deletions
diff --git a/python/vespa/docs/_config.yml b/python/vespa/docs/_config.yml
index 6851be04428..1704c669c00 100644
--- a/python/vespa/docs/_config.yml
+++ b/python/vespa/docs/_config.yml
@@ -61,4 +61,4 @@ sidebars:
permalink: pretty
theme: jekyll-theme-cayman
-baseurl: /vespa/ \ No newline at end of file
+baseurl: /pyvespa/ \ No newline at end of file
diff --git a/python/vespa/docs/_data/sidebars/home_sidebar.yml b/python/vespa/docs/_data/sidebars/home_sidebar.yml
index faeb34eee1f..03a90e47d89 100644
--- a/python/vespa/docs/_data/sidebars/home_sidebar.yml
+++ b/python/vespa/docs/_data/sidebars/home_sidebar.yml
@@ -19,6 +19,6 @@ entries:
title: Query API
url: /query
output: web
- title: vespa
+ title: pyvespa
output: web
title: Sidebar
diff --git a/python/vespa/docs/sidebar.json b/python/vespa/docs/sidebar.json
index ef6e029124f..2acf7014eff 100644
--- a/python/vespa/docs/sidebar.json
+++ b/python/vespa/docs/sidebar.json
@@ -1,5 +1,5 @@
{
- "vespa": {
+ "pyvespa": {
"Overview": "/",
"Vespa - collect training data": "/collect_training_data",
"Vespa - Evaluate query models": "/evaluation",
diff --git a/python/vespa/settings.ini b/python/vespa/settings.ini
index 2a3ad1128db..60394dcb425 100644
--- a/python/vespa/settings.ini
+++ b/python/vespa/settings.ini
@@ -1,7 +1,7 @@
[DEFAULT]
# All sections below are required unless otherwise specified
host = github
-lib_name = vespa
+lib_name = pyvespa
user = vespa-engine
description = Vespa python API
keywords = vespa, search engine, data science