Skip to content

Commit 96c9a38

Browse files
committed
format fixes
1 parent e50469c commit 96c9a38

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
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: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,10 @@ Prerequisites
1616
* Python 3.8 or higher;
1717
* `pip` version 9.0.1 or higher;
1818

19-
If necessary, upgrade your version of `pip`:
20-
21-
::
19+
If necessary, upgrade your version of `pip`::
2220
$ python -m pip install --upgrade pip
2321

24-
If you cannot upgrade `pip` due to a system-owned installation, you can run the example in a virtualenv:
25-
26-
::
22+
If you cannot upgrade `pip` due to a system-owned installation, you can run the example in a virtualenv::
2723
$ python -m pip install virtualenv
2824
$ virtualenv venv
2925
$ source venv/bin/activate
@@ -32,17 +28,16 @@ If you cannot upgrade `pip` due to a system-owned installation, you can run the
3228
Installation via Pypi
3329
---------------------
3430

35-
To install YDB Python SDK through Pypi execute the following command:
36-
37-
::
31+
To install YDB Python SDK through Pypi execute the following command::
3832
$ pip install ydb
3933

4034
Community
4135
=========
4236

4337
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>`_.
38+
39+
* **EN** `YDB chat <https://t.me/ydb_en>`_.
40+
* **RU** `YDB chat <https://t.me/ydb_ru>`_.
4641

4742

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

0 commit comments

Comments
 (0)