Skip to content

Commit

Permalink
Merge pull request #485 from vespa-engine/kkraune/format
Browse files Browse the repository at this point in the history
Fix formatting
  • Loading branch information
kkraune authored Mar 3, 2023
2 parents 258b768 + 678c184 commit e1bc032
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/sphinx/source/application-packages.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@
"metadata": {},
"source": [
"Observe:\n",
"\n",
"* A content cluster (this is where the index is stored) called `myschema_content` is created.\n",
" This is information not normally needed, unless using\n",
" [delete_all_docs](https://pyvespa.readthedocs.io/en/latest/reference-api.html#vespa.application.Vespa.delete_all_docs)\n",
Expand All @@ -291,6 +292,7 @@
"## Next step: Deploy, feed and query\n",
"\n",
"Once the schema is ready for deployment, decide deployment option and deploy the application package:\n",
"\n",
"* [Deploy to local container](https://pyvespa.readthedocs.io/en/latest/deploy-docker.html)\n",
"* [Deploy to Vespa Cloud](https://pyvespa.readthedocs.io/en/latest/deploy-vespa-cloud.html)\n",
"\n",
Expand Down

0 comments on commit e1bc032

Please sign in to comment.