Skip to content

Commit 1678969

Browse files
authored
Add links to docs site to the README
1 parent 6b79ce2 commit 1678969

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
88
<!-- prettier-ignore -->
99
[![PyPI version](https://img.shields.io/pypi/v/do_gradientai.svg?label=pypi%20(stable))](https://pypi.org/project/do_gradientai/)
10+
[![Docs](https://img.shields.io/badge/Docs-8A2BE2)](https://gradientai-sdk.digitalocean.com/getting-started/overview/)
1011

1112
The GradientAI Python library provides convenient access to the GradientAI REST API from any Python 3.8+
1213
application. The library includes type definitions for all request params and response fields,
@@ -16,7 +17,9 @@ It is generated with [Stainless](https://www.stainless.com/).
1617

1718
## Documentation
1819

19-
The REST API documentation can be found on [developers.digitalocean.com](https://developers.digitalocean.com/documentation/v2/). The full API of this library can be found in [api.md](api.md).
20+
The getting started guide can be found on [gradientai-sdk.digitalocean.com](https://gradientai-sdk.digitalocean.com/getting-started/overview).
21+
The REST API documentation can be found on [developers.digitalocean.com](https://developers.digitalocean.com/documentation/v2/).
22+
The full API of this library can be found in [api.md](api.md).
2023

2124
## Installation
2225

0 commit comments

Comments
 (0)