summaryrefslogtreecommitdiffstats
path: root/python
Commit message (Collapse)AuthorAgeFilesLines
...
* | | add requirements for readthedocstmartins2020-08-271-1/+4
| | |
* | | include connect to vespa instance tutorialtmartins2020-08-271-0/+1
| | |
* | | include nbsphinxtmartins2020-08-271-10/+8
| | |
* | | change titletmartins2020-08-271-2/+2
| | |
* | | remove sample application filestmartins2020-08-273-51/+0
| | |
* | | clean reference apitmartins2020-08-271-53/+2
| | |
* | | Include reference APItmartins2020-08-272-0/+1
| | |
* | | Add install sectiontmartins2020-08-272-0/+10
| | |
* | | Merge branch 'tgm/remove-nbdev-dependency' into tgm/reference-doctmartins2020-08-2793-18212/+75
|\ \ \ | | |/ | |/| | | | | | | # Conflicts: # python/vespa/setup.py
| * | remove nbdev generated docstmartins2020-08-2784-18087/+0
| | |
| * | remove template CONTRIBUTING.mdtmartins2020-08-272-36/+0
| | |
| * | delete nbdev settings.initmartins2020-08-271-56/+0
| | |
| * | simplify setuptmartins2020-08-271-61/+13
| |/
* | delete unused .rsttmartins2020-08-263-26/+0
| |
* | set sphinx master doc to indextmartins2020-08-261-0/+1
| |
* | update setuptmartins2020-08-261-1/+0
| |
* | update setup filetmartins2020-08-261-33/+18
| |
* | add descriptiontmartins2020-08-261-1/+2
| |
* | use correct path for read the docs requirementtmartins2020-08-261-1/+1
| |
* | remove extra descriptiontmartins2020-08-261-1/+0
| |
* | change pathtmartins2020-08-261-1/+1
| |
* | change pathtmartins2020-08-261-1/+1
| |
* | change the pathtmartins2020-08-261-1/+1
| |
* | change pathtmartins2020-08-261-1/+1
| |
* | change relative pathtmartins2020-08-261-1/+1
| |
* | change relative pathtmartins2020-08-261-1/+1
| |
* | include relative path to pyvespa foldertmartins2020-08-261-1/+1
| |
* | remove contentstmartins2020-08-262-2/+0
| |
* | add description to setuptmartins2020-08-261-0/+1
| |
* | add requirements file for readthedocstmartins2020-08-261-0/+1
| |
* | Add sphinx doctmartins2020-08-267-0/+206
|/
* Merge branch 'master' into tgm/pyvespa-tutorialtmartins2020-08-241-2/+2
|\
| * Merge pull request #14104 from vespa-engine/tgm/deploy-return-vespa-instanceThiago G. Martins2020-08-212-3/+37
| |\ | | | | | | return Vespa connection when deploying Vespa app.
| * | organize importstmartins2020-08-201-2/+1
| | |
| * | add return typetmartins2020-08-201-1/+2
| | |
* | | Add more text to connect to vespa tutorialtmartins2020-08-241-5/+746
| | |
* | | finish create and deploy tutorialtmartins2020-08-241-32/+870
| | |
* | | Merge branch 'tgm/deploy-return-vespa-instance' into tgm/pyvespa-tutorialtmartins2020-08-202-6/+25
|\ \ \ | | |/ | |/|
| * | use self.local_port instead of hard coded 8080tmartins2020-08-201-1/+3
| | |
| * | raise exception when deployment fails or return Vespa with deployment ↵tmartins2020-08-201-5/+9
| | | | | | | | | | | | message when deployment succeeds.
| * | include vespa engine deployment message in the Vespa class as attributetmartins2020-08-201-1/+8
| | |
| * | add __repr__ methodtmartins2020-08-191-0/+6
| | |
* | | add simple query sectiontmartins2020-08-201-0/+44
| | |
* | | Merge branch 'tgm/add-feed-data-point' into tgm/pyvespa-tutorialtmartins2020-08-201-1/+2
|\ \ \ | | |/ | |/|
| * | add vespa formattmartins2020-08-201-1/+2
| | |
* | | update notebooktmartins2020-08-201-1/+10
| | |
* | | Merge branch 'tgm/add-feed-data-point' into tgm/pyvespa-tutorialtmartins2020-08-201-0/+16
|\| |
| * | add method to feed a data point.tmartins2020-08-201-0/+16
| | |
* | | include feed sectiontmartins2020-08-201-0/+31
| | |
* | | clean outputstmartins2020-08-191-32/+3
| | |