Skip to content

Commit

Permalink
format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvoleg committed Sep 3, 2024
1 parent e50469c commit 233d6cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ YDB Python SDK
===============================

.. toctree::
:maxdepth: 3
:maxdepth: 4

overview
ydb.rst
Expand Down
16 changes: 7 additions & 9 deletions docs/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ Prerequisites
* Python 3.8 or higher;
* `pip` version 9.0.1 or higher;

If necessary, upgrade your version of `pip`:
If necessary, upgrade your version of `pip`::

::
$ python -m pip install --upgrade pip

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

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

To install YDB Python SDK through Pypi execute the following command:

::
To install YDB Python SDK through Pypi execute the following command::
$ pip install ydb

Community
=========

Check warning on line 38 in docs/overview.rst

View workflow job for this annotation

GitHub Actions / pages

Duplicate explicit target name: "ydb chat".

You can ask your questions in official Telegram chats:
**EN** `Official YDB chat <https://t.me/ydb_en>`_.
**RU** `Official YDB chat <https://t.me/ydb_ru>`_.

* **EN** `YDB chat <https://t.me/ydb_en>`_.
* **RU** `YDB chat <https://t.me/ydb_ru>`_.


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

0 comments on commit 233d6cf

Please sign in to comment.