Skip to content

Commit c400560

Browse files
author
Joe Jevnik
committed
DOC: minor short description tweaks
1 parent a32fd0e commit c400560

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
.. image:: https://badge.fury.io/py/libpy.svg
99
:target: https://badge.fury.io/py/libpy
1010

11-
``libpy`` is a lbrary to help you write amazing Python extensions in C++. ``libpy``makes it easy to expose C++ code to Python. It lets you automatically wrap functions and classes. It is designed for high performance and safety, so using libpy should be both faster and safer than using the C api directly.
11+
``libpy`` is a library to help you write amazing Python extensions in C++.
12+
``libpy`` makes it easy to expose C++ code to Python.
13+
``libpy`` lets you automatically wrap functions and classes.
14+
``libpy`` is designed for high performance and safety: libpy extension modules should be both faster and safer than using the C API directly.
1215

1316
`Full documentation <https://quantopian.github.io/libpy/>`_
1417

docs/source/index.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
Welcome to libpy's documentation!
22
=================================
33

4-
``libpy`` is a lbrary to help you write amazing Python extensions in C++. ``libpy``makes it easy to expose C++ code to Python. It lets you automatically wrap functions and classes. It is designed for high performance and safety, so using libpy should be both faster and safer than using the C api directly.
5-
4+
``libpy`` is a library to help you write amazing Python extensions in C++.
5+
``libpy`` makes it easy to expose C++ code to Python.
6+
``libpy`` lets you automatically wrap functions and classes.
7+
``libpy`` is designed for high performance and safety: libpy extension modules should be both faster and safer than using the C API directly.
68

79
.. toctree::
810
:maxdepth: 2

0 commit comments

Comments
 (0)