You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+3-14Lines changed: 3 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,10 @@ Syncano
4
4
Python QuickStart Guide
5
5
-----------------------
6
6
7
-
You can find quick start on installing and using Syncano's Python library in our [documentation](http://docs.syncano.com/docs/python).
7
+
You can find quick start on installing and using Syncano's Python library in our `documentation<http://docs.syncano.io/docs/python>`_.
8
8
9
-
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.
9
+
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.
10
10
11
11
In case you need help working with the library - email us at libraries@syncano.com - we will be happy to help!
12
12
13
-
You can also find library reference hosted on GitHub pages [here](http://syncano.github.io/syncano-python/).
14
-
15
-
Backwards incompatible changes
16
-
------------------------------
17
-
18
-
Version 4.x and 5.x is designed for new release of Syncano platform and
19
-
is **not compatible** with any previous releases.
20
-
21
-
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
22
-
and it can be installed directly from pip via:
23
-
24
-
``pip install syncano==0.6.2 --pre``
13
+
You can also find library reference hosted on GitHub pages `here <http://syncano.github.io/syncano-python/>`_.
0 commit comments