Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
PyPy
cffi
Commits
6df6d705bac2
Commit
41c48562
authored
Jul 09, 2015
by
Armin Rigo
Browse files
backout
d8df9b34d5c5
and keep using readthedocs as the default doc
parent
f93c1bd0d9a0
Changes
2
Show whitespace changes
Inline
Side-by-side
README.md
View file @
6df6d705
...
@@ -2,8 +2,8 @@ CFFI
...
@@ -2,8 +2,8 @@ CFFI
====
====
Foreign Function Interface for Python calling C code.
Foreign Function Interface for Python calling C code.
Please see the
[
Documentation
](
http://
bitbucket.org/cffi/cffi/wiki/
)
Please see the
[
Documentation
](
http://
cffi.readthedocs.org/
)
or uncompiled
(sources
in the doc/ directory
of the main repo)
.
in the doc/
sub
directory.
Download
Download
--------
--------
...
...
setup.py
View file @
6df6d705
...
@@ -137,8 +137,7 @@ CFFI
...
@@ -137,8 +137,7 @@ CFFI
====
====
Foreign Function Interface for Python calling C code.
Foreign Function Interface for Python calling C code.
Please see the `Documentation <http://bitbucket.org/cffi/cffi/wiki/>`_
Please see the `Documentation <http://cffi.readthedocs.org/>`_.
(sources in the doc/ directory of the main repo).
Contact
Contact
-------
-------
...
@@ -151,7 +150,7 @@ Contact
...
@@ -151,7 +150,7 @@ Contact
if
cpython
else
{},
if
cpython
else
{},
zip_safe
=
False
,
zip_safe
=
False
,
url
=
'http://
bitbucket.org/cffi/cffi/wiki/
'
,
url
=
'http://
cffi.readthedocs.org
'
,
author
=
'Armin Rigo, Maciej Fijalkowski'
,
author
=
'Armin Rigo, Maciej Fijalkowski'
,
author_email
=
'python-cffi@googlegroups.com'
,
author_email
=
'python-cffi@googlegroups.com'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment