Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
tarantool
Commits
05e5ae10
Commit
05e5ae10
authored
8 years ago
by
bigbes
Browse files
Options
Downloads
Patches
Plain Diff
Example
parent
8a7f4379
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/sphinx/book/connectors/__c.rst
+4
-6
4 additions, 6 deletions
doc/sphinx/book/connectors/__c.rst
doc/sphinx/conf.py
+5
-14
5 additions, 14 deletions
doc/sphinx/conf.py
with
9 additions
and
20 deletions
doc/sphinx/book/connectors/__c.rst
+
4
−
6
View file @
05e5ae10
...
...
@@ -2,9 +2,7 @@
C
=====================================================================
:func:`tarantoolc:tnt_connect`
:func:`tarantoolc:tnt_connect()`
:c:func:`tarantoolc:tnt_connect`
Here follow two examples of using Tarantool's high-level C API.
...
...
@@ -19,7 +17,7 @@ space :code:`examples` via the high-level C API.
#include <stdio.h>
#include <stdlib.h>
#include <tarantool/tarantool.h>
#include <tarantool/tnt_net.h>
#include <tarantool/tnt_opt.h>
...
...
@@ -153,7 +151,7 @@ requests in the box library.
In this program, the choice is to do an INSERT request, so
the program passes the ``tnt_stream`` that was used for connection
(:code:`tnt`) and the stream that was set up with :func:`tnt_object_format`
(:code:`tnt`) and the stream that was set up with
:c
:func:`
tarantoolc:
tnt_object_format`
(:code:`tuple`).
Function description:
...
...
@@ -191,7 +189,7 @@ Function description:
void tnt_reply_free(struct tnt_reply \*r)
**TEARDOWN:** When a session ends, the connection that was made with
:func:`tnt_connect()` should be closed, and the objects that were made in the setup
:c
:func:`
tarantoolc:
tnt_connect()` should be closed, and the objects that were made in the setup
should be destroyed.
.. code-block:: c
...
...
This diff is collapsed.
Click to expand it.
doc/sphinx/conf.py
+
5
−
14
View file @
05e5ae10
...
...
@@ -84,13 +84,13 @@ rst_prolog = """
.. role:: codebolditalic
:class: ccodebi
.. role:: codegreen
:class: ccodegreen
.. role:: codered
:class: ccodered
.. role:: codeblue
:class: ccodeblue
...
...
@@ -104,17 +104,8 @@ rst_epilog = """
<br />
"""
# def setup(sphinx):
# sys.path.insert(0, os.path.abspath('./ext'))
# from LuaLexer import LuaLexer
# sphinx.add_lexer("lua_tarantool", LuaLexer())
# from TarantoolSessionLexer import TarantoolSessionLexer
# sphinx.add_lexer("tarantoolsession", TarantoolSessionLexer())
# from TapLexer import TAPLexer
# sphinx.add_lexer('tap', TAPLexer())
intersphinx_mapping
=
{
'
tarantoolc
'
:
(
'
http://tarantool.github.io/tarantool-c/
'
,
None
)
'
tarantoolc
'
:
(
'
http://tarantool.github.io/tarantool-c/
'
,
None
)
}
intersphinx_cache_limit
=
0
\ No newline at end of file
intersphinx_cache_limit
=
0
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment