Doc: babeltrace: mention _legacy_ Python bindings
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 18 Sep 2017 20:29:27 +0000 (16:29 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 18 Sep 2017 20:40:35 +0000 (16:40 -0400)
This is to avoid confusion with the _new_ Babeltrace Python bindings
which are under the `bt2` package (not documented yet).

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
doc/bindings/python/source/conf.py
doc/bindings/python/source/examples.rst
doc/bindings/python/source/index.rst
doc/bindings/python/source/reader.rst

index 32e1cdf743defa62d1d4aed32a8cc09b5d0fb6f2..9e52c56937990185d7aca2b93eb0682c86e53b34 100644 (file)
@@ -14,7 +14,7 @@ templates_path = ['_templates']
 source_suffix = '.rst'
 source_encoding = 'utf-8-sig'
 master_doc = 'index'
-project = 'Babeltrace Python bindings'
+project = 'Babeltrace legacy Python bindings'
 copyright = '2017, EfficiOS Inc.'
 version = babeltrace.__version__
 release = version
index 35972316d489d81221574586cbb7ecce747cd108..317574762dd1160077d4157c54e414b1edd7e45d 100644 (file)
@@ -5,7 +5,7 @@ Examples
 ********
 
 This section presents a few short and straightforward examples
-of Babeltrace Python bindings usage.
+of Babeltrace legacy Python bindings usage.
 
 The examples are divided into two categories: those which demonstrate
 the :ref:`reader API <reader-api>`, and those which demonstrate
index 99d0f79a79725cc6ba662b01d6c1e74b08bbfbd0..fc02e8d18fbd137d803e86119339e890cfdb5724 100644 (file)
@@ -1,6 +1,6 @@
-####################################
-Babeltrace |version| Python bindings
-####################################
+###########################################
+Babeltrace |version| legacy Python bindings
+###########################################
 
 Generated on |today|.
 
@@ -9,39 +9,40 @@ Welcome!
 ========
 
 Welcome to `Babeltrace <http://www.efficios.com/babeltrace>`_'s
-Python bindings' documentation!
+*legacy* Python bindings' documentation!
 
 Babeltrace is a trace format converter. It is able to read and write
 different trace formats, such as the
 `Common Trace Format <http://www.efficios.com/ctf>`_ (CTF).
 Babeltrace also acts as the CTF reference implementation.
 
-The Babeltrace Python bindings rely on the ``libbabeltrace`` library,
-the current public C API of Babeltrace.
+The Babeltrace legacy Python bindings rely on the ``libbabeltrace``
+library, the public C API of Babeltrace.
 
 
 Installing
 ==========
 
-The Python bindings may be enabled when configuring Babeltrace's build::
+The bindings may be enabled when configuring Babeltrace's build::
 
     ./configure --enable-python-bindings
 
-On Debian and Ubuntu, the Python bindings are available in the
+On Debian and Ubuntu, the bindings are available in the
 ``python3-babeltrace`` package.
 
 .. note::
 
-   Currently, the Babeltrace Python bindings only works with Python 3.
+   Currently, the Babeltrace legacy Python bindings only works
+   with Python 3.
 
 
 Bindings
 ========
 
-The Babeltrace Python bindings are available as a single Python package,
-:py:mod:`babeltrace`.
+The Babeltrace legacy Python bindings are available as a single Python
+package, :py:mod:`babeltrace`.
 
-The Babeltrace Python bindings' API is divided into two parts:
+The Babeltrace legacy Python bindings' API is divided into two parts:
 
 * The :ref:`reader API <reader-api>` is exposed by the
   :mod:`babeltrace.reader` module, a set of classes used to
index fd98f1d71214a0cca743bda3186dd82260bec5c6..93cdaadaecd0944c78c7b760ba84fe7ed19021c3 100644 (file)
@@ -12,8 +12,8 @@ collection, iterating on their events, reading event names,
 timestamps, contexts and payloads can be accomplished by using these
 classes.
 
-The Babeltrace Python bindings' reader API exposes two categories of
-classes. The first category is used to open traces and iterate on
+The Babeltrace Python legacy bindings' reader API exposes two categories
+of classes. The first category is used to open traces and iterate on
 theirs events. The typical procedure for reading traces is:
 
 1. Create a :class:`TraceCollection` instance.
This page took 0.026696 seconds and 4 git commands to generate.