Skip to content

Commit 233d6cf

Browse files
committed
format fixes
1 parent e50469c commit 233d6cf

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ YDB Python SDK
77
===============================
88

99
.. toctree::
10-
:maxdepth: 3
10+
:maxdepth: 4
1111

1212
overview
1313
ydb.rst

docs/overview.rst

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@ Prerequisites
1616
* Python 3.8 or higher;
1717
* `pip` version 9.0.1 or higher;
1818

19-
If necessary, upgrade your version of `pip`:
19+
If necessary, upgrade your version of `pip`::
2020

21-
::
2221
$ python -m pip install --upgrade pip
2322

24-
If you cannot upgrade `pip` due to a system-owned installation, you can run the example in a virtualenv:
23+
If you cannot upgrade `pip` due to a system-owned installation, you can run the example in a virtualenv::
2524

26-
::
2725
$ python -m pip install virtualenv
2826
$ virtualenv venv
2927
$ source venv/bin/activate
@@ -32,17 +30,17 @@ If you cannot upgrade `pip` due to a system-owned installation, you can run the
3230
Installation via Pypi
3331
---------------------
3432

35-
To install YDB Python SDK through Pypi execute the following command:
36-
37-
::
33+
To install YDB Python SDK through Pypi execute the following command::
34+
3835
$ pip install ydb
3936

4037
Community
4138
=========
4239

4340
You can ask your questions in official Telegram chats:
44-
**EN** `Official YDB chat <https://t.me/ydb_en>`_.
45-
**RU** `Official YDB chat <https://t.me/ydb_ru>`_.
41+
42+
* **EN** `YDB chat <https://t.me/ydb_en>`_.
43+
* **RU** `YDB chat <https://t.me/ydb_ru>`_.
4644

4745

4846
Bugs and feature enhancements to YDB Python SDK should be reported on the `GitHub

0 commit comments

Comments
 (0)