File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 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+
28SuperAnnotate 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”
You can’t perform that action at this time.
0 commit comments