Skip to content

Commit 3f51045

Browse files
committed
Add a link to index types doc
1 parent 1a91cdd commit 3f51045

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

doc/getting_started/using_docker.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ Create the first :ref:`index <index-box_index>` (named ``primary``):
129129
> })
130130
131131
This is a primary index based on the ``id`` field of each tuple.
132+
``TREE`` is the most universal index type. To learn more, check the documentation on Tarantool :ref:`index types <index-types>`.
132133

133134
Insert three :term:`tuples <tuple>` (our name for records)
134135
into the space:

doc/getting_started/using_package_manager.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ Here is how to create a simple test database after installation.
119119
> })
120120
121121
This is a primary index based on the ``id`` field of each tuple.
122+
``TREE`` is the most universal index type. To learn more, check the documentation on Tarantool :ref:`index types <index-types>`.
122123

123124
#. Insert three :term:`tuples <tuple>` (our name for records)
124125
into the space:

locale/ru/LC_MESSAGES/getting_started/getting_started_db.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,10 @@ msgstr ""
193193
" > parts = {'id'}\n"
194194
" > })"
195195

196-
msgid "This is a primary index based on the ``id`` field of each tuple."
197-
msgstr "Это первичный индекс по полю ``id`` в каждом кортеже."
196+
msgid "This is a primary index based on the ``id`` field of each tuple. "
197+
"``TREE`` is the most universal index type. To learn more, check the documentation on Tarantool :ref:`index types <index-types>`."
198+
msgstr "Это первичный индекс по полю ``id`` в каждом кортеже. "
199+
"Тип индекса ``TREE`` --- самый универсальный. Подробная информация изложена в документации о :ref:`типах индексов в Tarantool <index-types>`."
198200

199201
msgid ""
200202
"Insert three :term:`tuples <tuple>` (our name for records) into the space:"

locale/ru/LC_MESSAGES/getting_started/using_docker.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,10 @@ msgstr ""
199199
" > parts = {'id'}\n"
200200
" > })"
201201

202-
msgid "This is a primary index based on the ``id`` field of each tuple."
203-
msgstr "Это первичный индекс по полю ``id`` в каждом кортеже."
202+
msgid "This is a primary index based on the ``id`` field of each tuple. "
203+
"``TREE`` is the most universal index type. To learn more, check the documentation on Tarantool :ref:`index types <index-types>`."
204+
msgstr "Это первичный индекс по полю ``id`` в каждом кортеже. "
205+
"Тип индекса ``TREE`` --- самый универсальный. Подробная информация изложена в документации о :ref:`типах индексов в Tarantool <index-types>`."
204206

205207
msgid ""
206208
"Insert three :ref:`tuples <index-box_tuple>` (our name for records) into the"

0 commit comments

Comments
 (0)