Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 3 additions & 14 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,10 @@ Syncano
Python QuickStart Guide
-----------------------

You can find quick start on installing and using Syncano's Python library in our [documentation](http://docs.syncano.com/docs/python).
You can find quick start on installing and using Syncano's Python library in our `documentation <http://docs.syncano.io/docs/python>`_.

For more detailed information on how to use Syncano and its features - our [Developer Manual](http://docs.syncano.com/docs/getting-started-with-syncano) should be very helpful.
For more detailed information on how to use Syncano and its features - our `Developer Manual <http://docs.syncano.io/docs/getting-started-with-syncano>`_ should be very helpful.

In case you need help working with the library - email us at libraries@syncano.com - we will be happy to help!

You can also find library reference hosted on GitHub pages [here](http://syncano.github.io/syncano-python/).

Backwards incompatible changes
------------------------------

Version 4.x and 5.x is designed for new release of Syncano platform and
is **not compatible** with any previous releases.

Code from `0.6.x` release is avalable on [stable/0.6.x](https://github.com/Syncano/syncano-python/tree/stable/0.6.x) branch
and it can be installed directly from pip via:

``pip install syncano==0.6.2 --pre``
You can also find library reference hosted on GitHub pages `here <http://syncano.github.io/syncano-python/>`_.