Skip to content

Commit 6a40229

Browse files
committed
doc: update Python binding documentation
Move the Python documentation into a subsection so we don't mix it with the main library. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 0c8ac55 commit 6a40229

1 file changed

Lines changed: 14 additions & 11 deletions

File tree

doc/installation.rst.in

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,36 @@ Installation
22
============
33

44
Debian / Ubuntu:
5-
--------------
5+
----------------
66

77
.. code-block:: sh
88

99
$ apt-get install libnvme
1010

1111
Fedora / Red Hat:
12-
--------------
12+
-----------------
1313

1414
.. code-block:: sh
1515

1616
$ dnf install libnvme
1717

18-
Python Version
18+
Python binding
1919
--------------
2020

21-
The latest Python 3 version is always recommended, since it has all the latest bells and
22-
whistles. libnvme supports Python 3.6 and above.
21+
Python Version
22+
^^^^^^^^^^^^^^
23+
24+
The latest Python 3 version is always recommended, since it has all
25+
the latest bells and whistles. libnvme supports Python 3.6 and above.
2326

2427
Dependencies
25-
------------
28+
^^^^^^^^^^^^
2629

27-
libnvme only uses packages from the standard library,
28-
so no additional dependencies will be installed when installing libnvme.
30+
libnvme only uses packages from the standard library, so no additional
31+
dependencies will be installed when installing libnvme.
2932

3033
Install libnvme python
31-
-------------
34+
^^^^^^^^^^^^^^^^^^^^^^
3235

3336
Debian / Ubuntu:
3437

@@ -42,8 +45,8 @@ Fedora / Red Hat:
4245

4346
$ dnf install python3-libnvme
4447

45-
libnvme is available on `PyPI`_, and can be installed using pip. The version on PyPI is
46-
always the latest stable release.
48+
libnvme is available on `PyPI`_, and can be installed using pip. The
49+
version on PyPI is always the latest stable release.
4750

4851
.. _PyPi: https://pypi.org/project/libnvme/
4952

0 commit comments

Comments
 (0)