Skip to content

Commit d0c11da

Browse files
authored
Update README.rst
1 parent 31e869a commit d0c11da

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
===============================
1+
.. image:: https://raw.githubusercontent.com/superannotateai/superannotate-python-sdk/master/docs/source/sa_logo.png
2+
:width: 200
3+
:alt: SuperAnnotate AI
4+
:target: https://app.superannotate.com
5+
6+
----------
7+
28
SuperAnnotate Python SDK
39
===============================
410

@@ -26,7 +32,7 @@ Authentication
2632
---------------
2733

2834
.. code-block:: python
29-
35+
3036
from superannotate import SAClient
3137
# by environment variable SA_TOKEN
3238
sa_client = SAClient()
@@ -39,8 +45,9 @@ Authentication
3945
Using superannotate
4046
-------------------
4147

42-
.. code-block:: python
48+
.. code-block:: python
4349
50+
:linenos:
4451
from superannotate import SAClient
4552
sa_client =SAClient()
4653
project = “Dogs”

0 commit comments

Comments
 (0)