From 79ba132be4be9367ef5bd8dd6eb195498331250a Mon Sep 17 00:00:00 2001 From: Aleksey Myasnikov Date: Sun, 29 Sep 2024 15:39:27 +0300 Subject: [PATCH 1/4] Added badge for API reference --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index db7c3de2..19feccb4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ YDB Python SDK --- [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/ydb-platform/ydb/blob/main/LICENSE) [![PyPI version](https://badge.fury.io/py/ydb.svg)](https://badge.fury.io/py/ydb) +[![API Reference](https://img.shields.io/badge/API-Reference-lightgreen.svg)](https://ydb-platform.github.io/ydb-python-sdk) [![Functional tests](https://github.com/ydb-platform/ydb-python-sdk/actions/workflows/tests.yaml/badge.svg)](https://github.com/ydb-platform/ydb-python-sdk/actions/workflows/tests.yaml) [![Style checks](https://github.com/ydb-platform/ydb-python-sdk/actions/workflows/style.yaml/badge.svg)](https://github.com/ydb-platform/ydb-python-sdk/actions/workflows/style.yaml) @@ -9,10 +10,6 @@ Officially supported Python client for YDB. --- -**Documentation**: https://ydb-platform.github.io/ydb-python-sdk - ---- - ## Quickstart ### Prerequisites From c70022616ef5e672e945f2860aa07deefe1a80bb Mon Sep 17 00:00:00 2001 From: Aleksey Myasnikov Date: Sun, 29 Sep 2024 16:16:24 +0300 Subject: [PATCH 2/4] Apply suggestions from code review --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 19feccb4..193de031 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ YDB Python SDK Officially supported Python client for YDB. --- +**Documentation**: https://ydb-platform.github.io/ydb-python-sdk +--- ## Quickstart ### Prerequisites From cc753383d0cdf938c6f8d8159a8e0ecbc222f54d Mon Sep 17 00:00:00 2001 From: Aleksey Myasnikov Date: Sun, 29 Sep 2024 16:17:08 +0300 Subject: [PATCH 3/4] Apply suggestions from code review --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 193de031..90cc0cb4 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ YDB Python SDK Officially supported Python client for YDB. --- + **Documentation**: https://ydb-platform.github.io/ydb-python-sdk --- From 5fe66d62541ad719bde8a5d2f946d4e66031402d Mon Sep 17 00:00:00 2001 From: Aleksey Myasnikov Date: Sun, 29 Sep 2024 16:17:29 +0300 Subject: [PATCH 4/4] Apply suggestions from code review --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 90cc0cb4..4cde7ff5 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Officially supported Python client for YDB. **Documentation**: https://ydb-platform.github.io/ydb-python-sdk --- + ## Quickstart ### Prerequisites