Skip to content

Commit 9854abe

Browse files
committed
Merge remote-tracking branch 'origin/latest' into gh-1025-releases-lifetime-table
# Conflicts: # doc/dev_guide/release_management.rst
2 parents 5b12b8c + 3ba2ca2 commit 9854abe

File tree

10 files changed

+14
-219
lines changed

10 files changed

+14
-219
lines changed

conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
'doc-issue': ('https://github.com/tarantool/doc/issues/%s', 'doc-'),
4343
}
4444

45+
default_role = 'code'
46+
4547
plantuml_output_format = 'svg_img'
4648
imgmath_image_format = 'svg'
4749

doc/book/connectors/__go.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ The following connectors are available:
1010

1111
* Community-supported `FZambia/tarantool <https://github.com/FZambia/tarantool>`_.
1212

13+
.. _go-feature-comparison:
14+
1315
Feature comparison
1416
------------------
1517

doc/book/connectors/__python.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ The table below contains a feature comparison for asynctnt, gtarantool and
4949
tarantool-python. aiotarantool is absent there because it is quite outdated and
5050
unmaintained.
5151

52+
.. _python-feature-comparison:
53+
5254
Feature comparison
5355
------------------
5456

doc/contributing/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
Contributing
77
************
88

9-
.. toctree::
9+
.. toctree::
1010
:maxdepth: 2
1111

1212
contributing
1313
release_notes
14-
../dev_guide/build_contribute_index
14+
../dev_guide/building_from_source
1515
../dev_guide/guidelines_index

doc/dev_guide/build_contribute_index.rst

Lines changed: 0 additions & 9 deletions
This file was deleted.

doc/dev_guide/building_from_source.rst

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

3-
Building from source
4-
====================
3+
Building to contribute
4+
======================
55

66
To build Tarantool from source files, you will need the following tools:
77

@@ -183,7 +183,7 @@ if you use MacPorts.
183183
184184
$ git submodule update --init --recursive
185185
186-
$ brew install -y git openssl readline curl icu4c libiconv zlib cmake
186+
$ brew install git openssl readline curl icu4c libiconv zlib cmake
187187
188188
$ pip install --user -r test-run/requirements.txt
189189

doc/dev_guide/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Contributor's Guide
1212

1313
reference_capi/index
1414
internals/index
15-
build_contribute_index
15+
building_from_source
1616
guidelines_index

doc/dev_guide/release_management.rst

Lines changed: 0 additions & 202 deletions
This file was deleted.

doc/reference/reference_lua/box_session/on_auth.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ box.session.on_auth()
1010
.. function:: box.session.on_auth([trigger-function [, old-trigger-function]])
1111

1212
Define a trigger for execution during
13-
ref:`authentication <authentication-users>`.
13+
:ref:`authentication <authentication-users>`.
1414

1515
The ``on_auth`` trigger function is invoked in these circumstances:
1616

locale/ru/LC_MESSAGES/reference/reference_lua/box_session/on_auth.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgid "box.session.on_auth()"
33
msgstr ""
44

55
msgid ""
6-
"Define a trigger for execution during ref:`authentication <authentication-"
6+
"Define a trigger for execution during :ref:`authentication <authentication-"
77
"users>`."
88
msgstr ""
99
"Определение триггера, используемого во время :ref:`аутентификации "

0 commit comments

Comments
 (0)