Skip to content

Commit 19c92cc

Browse files
committed
Fixes gh-766 Incomplete space/index iterator documentation
1 parent 6ae391b commit 19c92cc

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

doc/1.10/book/box/box_index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ Below is a list of all ``box.index`` functions and members.
165165
<c_lua_tutorial-indexed_pattern_search>` shows one way that iterators
166166
and yields can be used together.
167167

168+
For information about iterators' internal structures see
169+
`"Under the Hood" <https://luafun.github.io/under_the_hood.html>`_
170+
in the the Lua functional documentation.
171+
168172
:param index_object index_object: an :ref:`object reference
169173
<app_server-object_reference>`.
170174
:param scalar/table key: value to be matched against the index key,

doc/1.10/book/box/box_space.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,6 +1033,10 @@ Below is a list of all ``box.space`` functions and members.
10331033
instead of "equal to"), see the later section :ref:`index_object:pairs
10341034
<box_index-index_pairs>`.
10351035

1036+
For information about iterators' internal structures see
1037+
`"Under the Hood" <https://luafun.github.io/under_the_hood.html>`_
1038+
in the the Lua functional documentation.
1039+
10361040
**Example:**
10371041

10381042
.. code-block:: tarantoolsession

0 commit comments

Comments
 (0)