From afa07ac3b3919f359cdcd06c33ee6c90551509e4 Mon Sep 17 00:00:00 2001 From: Anne Carlson Date: Wed, 11 Mar 2015 14:10:18 -0400 Subject: [PATCH] Updated READMEs to redirect to our shiny, new website! --- README.md | 4 ++-- README.rst | 12 ++++++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2cfb0da..51fb532 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Examples Batch API Access ---------------- -If you'd like to use our batch api interface, please send an email to contact@indico.io. +If you'd like to use our batch api interface, please check out the [pricing page](https://github.com/IndicoDataSolutions/IndicoIo-python) on our website to find the right plan for you. ``` >>> from indicio import batch_sentiment @@ -94,7 +94,7 @@ Authentication credentials can also be set as the environment variables `$INDICO Private cloud API Access ------------------------ -If you're looking to use indico's API for high throughput applications, please contact contact@indico.io about our private cloud option. +If you're looking to use indico's API for high throughput applications, please check out the [pricing page](https://github.com/IndicoDataSolutions/IndicoIo-python) on our website to find the right plan for you. ``` >>> from indicio import sentiment diff --git a/README.rst b/README.rst index 76f63f1..355f2aa 100644 --- a/README.rst +++ b/README.rst @@ -85,8 +85,10 @@ Examples Batch API Access ---------------- -If you'd like to use our batch api interface, please send an email to -contact@indico.io. +If you'd like to use our batch api interface, please check out the +`pricing +page `__ on our +website to find the right plan for you. :: @@ -101,7 +103,9 @@ Private cloud API Access ------------------------ If you're looking to use indico's API for high throughput applications, -please contact contact@indico.io about our private cloud option. +please check out the `pricing +page `__ on our +website to find the right plan for you. :: @@ -118,7 +122,7 @@ Configuration ------------- Indicoio-python will search ./.indicorc and -HOME/.indicorc for the optional configuration file. Values in the local configuration file (./.indicorc) take precedence over those found in a global configuration file (`\ HOME/.indicorc). +:math:`HOME/.indicorc for the optional configuration file. Values in the local configuration file (./.indicorc) take precedence over those found in a global configuration file (`\ HOME/.indicorc). The indicorc file can be used to set an authentication username and password or a private cloud subdomain, so these arguments don't need to be specified for every api call. All sections are optional.