Skip to content

Commit

Permalink
docs: DOC-176: Add blog link to API guide page (#5346)
Browse files Browse the repository at this point in the history
* docs: DOC-176: Add blog link to API guide page

* Added the link to SDK page as well
  • Loading branch information
caitlinwheeless authored Jan 23, 2024
1 parent b7aecdb commit a0486f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/guide/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ You can use the Label Studio API to import data for labeling, export annotations

See the [API reference documentation](/api) for further guidance and interactive examples. If you want to write Python scripts using the API, use the [Label Studio Python SDK](sdk.html).

!!! info Tip
For additional guidance on using our API, see [5 Tips and Tricks for Label Studio’s API and SDK](https://labelstud.io/blog/5-tips-and-tricks-for-label-studio-s-api-and-sdk/).

<div class="enterprise-only">

<p>
Expand Down
3 changes: 3 additions & 0 deletions docs/source/guide/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ With the Label Studio Python SDK, you can perform the following tasks in a Pytho

See the [full SDK reference documentation for all available modules](https://labelstud.io/sdk/), or review the available [API endpoints](/api) for any tasks that the SDK does not cover.

!!! info Tip
For additional guidance on using our SDK, see [5 Tips and Tricks for Label Studio’s API and SDK](https://labelstud.io/blog/5-tips-and-tricks-for-label-studio-s-api-and-sdk/).

## Start using the Label Studio Python SDK

1. Install the SDK:
Expand Down

0 comments on commit a0486f9

Please sign in to comment.