Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
.. image:: https://badge.fury.io/py/libpy.svg
:target: https://badge.fury.io/py/libpy

Utilities for writing C++ extension modules for CPython.
``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.

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

Expand Down
3 changes: 3 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Welcome to libpy's documentation!
=================================

``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.


.. toctree::
:maxdepth: 2
:caption: Contents:
Expand Down