Skip to content

Commit

Permalink
change title
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Jul 29, 2018
1 parent 7eaf950 commit bf3c0b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
14 changes: 8 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
++++++++++++
Python C API
++++++++++++
++++++++++++++++++++++++++++++++++++
Design a new better C API for Python
++++++++++++++++++++++++++++++++++++

Brainstorm to change the Python C API (to make it better):
Subtitle: "Make the stable API usable".

* `Python C API <https://pythoncapi.readthedocs.io/>`_
* `pythoncapi GitHub project <https://github.com/vstinner/pythoncapi/>`_
* `Project website <https://pythoncapi.readthedocs.io/>`_
* `Project source (pythoncapi GitHub project)
<https://github.com/vstinner/pythoncapi/>`_
* `capi-sig mailing list
<https://mail.python.org/mm3/mailman3/lists/capi-sig.python.org/>`_

Content:

* ``doc/`` subdirectory: the current documentation
* ``refcounts_borrowed.py``: search for functions returning a borrowed
reference from CPython ``Doc/data/refcounts.dat`` file.
8 changes: 4 additions & 4 deletions doc/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
+++++++++++++++++++++++++
Design a C API for Python
+++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++
Design a new better C API for Python
++++++++++++++++++++++++++++++++++++

Subtitle: "make the stable API usable".
Subtitle: "Make the stable API usable".

Pages
=====
Expand Down

0 comments on commit bf3c0b6

Please sign in to comment.