Skip to content

Commit 8b6aace

Browse files
committed
Add missing links
1 parent 99f8c38 commit 8b6aace

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

doc/book/connectors/c.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _index_connector_c:
2+
13
C
24
=
35

doc/book/connectors/go.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _index_connector_go:
2+
13
Go
24
==
35

doc/book/connectors/java.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _index_connector_java:
2+
13
Java
24
====
35

doc/book/connectors/python.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _index_connector_py:
2+
13
Python
24
======
35

@@ -8,7 +10,7 @@ of the Tarantool repository and must be installed separately (see below for deta
810
Here is a complete Python program that inserts ``[99999,'Value','Value']`` into
911
space ``examples`` via the high-level Python API.
1012

11-
.. code-block:: python
13+
.. code-block:: python
1214
1315
#!/usr/bin/python
1416
from tarantool import Connection

0 commit comments

Comments
 (0)