Skip to content

Commit

Permalink
fix link in tabpy-tools
Browse files Browse the repository at this point in the history
This link broke with change 7fe5d93 back on 4/29/2019 when the evaluate command was removed.  Just point to the rest docs in general
  • Loading branch information
johng42 authored Mar 30, 2022
1 parent 39efa0f commit e575046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tabpy-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ Response:

The other core functionality aside from deploying and querying methods as endpoints
is the ad-hoc execution of Python code, called `evaluate`. Evaluate does not
have a Python API in `tabpy-tools`, only a raw [REST interface](server-rest.md#httppost-evaluate)
have a Python API in `tabpy-tools`, only a raw [REST interface](server-rest.md)
that other client bindings can easily implement. Tableau connects to TabPy
using REST `Evaluate`.

Expand Down

0 comments on commit e575046

Please sign in to comment.