From 0800c0348a7163d1a75be1670673a017ce7fe4b7 Mon Sep 17 00:00:00 2001 From: Alan Bernstein Date: Tue, 20 Mar 2018 12:48:46 -0500 Subject: [PATCH] Add readthedocs link --- docs/client-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client-libraries.md b/docs/client-libraries.md index 1c360741c..d5074a059 100644 --- a/docs/client-libraries.md +++ b/docs/client-libraries.md @@ -96,7 +96,7 @@ func main() { ### Python -You can find the Python client library for Pilosa at our [Python Pilosa Repository](https://github.com/pilosa/python-pilosa). Check out its [README](https://github.com/pilosa/python-pilosa/blob/master/README.md) for more information and installation instructions. +You can find the Python client library for Pilosa at our [Python Pilosa Repository](https://github.com/pilosa/python-pilosa). Check out its [README](https://github.com/pilosa/python-pilosa/blob/master/README.md) or [readthedocs](https://pilosa.readthedocs.io/en/latest/) for more information and installation instructions. We are going to use the index you have created in the [Getting Started](../getting-started/) section. Before carrying on, make sure that example index is created, sample stargazer data is imported and Pilosa server is running on the default address: `http://localhost:10101`.