Skip to content

Commit a32fd0e

Browse files
Gerry Manoimllllllllll
authored andcommitted
DOC: Add an intorductory note
1 parent c18686f commit a32fd0e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.rst

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

11-
Utilities for writing C++ extension modules for CPython.
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.
1212
1313
`Full documentation <https://quantopian.github.io/libpy/>`_
1414

docs/source/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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+
6+
47
.. toctree::
58
:maxdepth: 2
69
:caption: Contents:

0 commit comments

Comments
 (0)