Skip to content

Commit a7cf740

Browse files
committed
Add CRUD operations how-to guide
* Add guide * Fix links
1 parent 051edef commit a7cf740

File tree

7 files changed

+13
-11
lines changed

7 files changed

+13
-11
lines changed

doc/reference/reference_lua/box_space/examples.rst renamed to doc/how-to/crud.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
.. _box_space_examples:
22

3-
===============================================================================
4-
Examples
5-
===============================================================================
3+
CRUD operation examples
4+
=======================
65

76
-------------------------------------------------------------------------------
87
Example: using box.space functions to read _space tuples

doc/how-to/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ If you are new to Tarantool, please see our
1919
Basic Tarantool tutorial <getting_started_db>
2020
getting_started_connectors
2121
getting_started_cartridge
22+
crud
2223
app/index
2324
sql/index
2425
other/index

doc/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,6 @@
6767
book/connectors
6868
how-to/index
6969
reference/index
70-
release/index
7170
contributing/index
71+
release/index
72+

doc/reference/reference_lua/box_space.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ Below is a list of all ``box.space`` functions and members.
2525
* - Name
2626
- Use
2727

28-
* - :doc:`./box_space/examples`
29-
- Some useful examples
30-
3128
* - :doc:`./box_schema/space_create`
3229
- Create a space
3330

@@ -172,10 +169,11 @@ Below is a list of all ``box.space`` functions and members.
172169
* - :doc:`./box_space/_session_settings`
173170
- (Metadata) List of settings affecting behavior of the current session
174171

172+
To see examples, visit the :ref:`how-to guide on CRUD operations <box_space_examples>`.
173+
175174
.. toctree::
176175
:hidden:
177176

178-
box_space/examples
179177
box_schema/space_create
180178
box_space/alter
181179
box_space/auto_increment

doc/release/compatibility.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ senses defined below (any release with any release):
1313

1414
* No guarantees are given regarding compatibility between
1515
pre-releases/releases of non-consequent release series if the opposite
16-
is not stated in the :doc:`release notes <notes>`.
16+
is not stated in the :doc:`release notes </release/index>`.
1717

1818
* No guarantees are given regarding compatibility between alpha/beta
1919
versions and between alpha/beta and pre-release/release even within one series.

locale/ru/LC_MESSAGES/reference/reference_lua/box_space/examples.po renamed to locale/ru/LC_MESSAGES/how-to/crud.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
msgid "Examples"
3-
msgstr "Примеры"
2+
msgid "CRUD operation examples"
3+
msgstr "Примеры CRUD-операций"
44

55
msgid "Example: using box.space functions to read _space tuples"
66
msgstr "Пример: использование функций box.space для чтения кортежей из _space"

locale/ru/LC_MESSAGES/reference/reference_lua/box_space.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,3 +300,6 @@ msgstr ":doc:`./box_space/_session_settings`"
300300
msgid "(Metadata) List of settings affecting behavior of the current session"
301301
msgstr ""
302302
"(Метаданные) Список настроек, которые влияют на поведение текущего сеанса"
303+
304+
msgid "To see examples, visit the :ref:`how-to guide on CRUD operations <box_space_examples>`."
305+
msgstr "См. также :ref:`практические примеры работы с CRUD-операциями <box_space_examples>`."

0 commit comments

Comments
 (0)