[pypy-commit] cffi default: backout d8df9b34d5c and keep using readthedocs as the default doc

arigo noreply at buildbot.pypy.org
Thu Jul 9 20:29:52 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r2225:6df6d705bac2
Date: 2015-07-09 20:30 +0200
http://bitbucket.org/cffi/cffi/changeset/6df6d705bac2/

Log:	backout d8df9b34d5c and keep using readthedocs as the default doc

diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
 ====
 
 Foreign Function Interface for Python calling C code.
-Please see the [Documentation](http://bitbucket.org/cffi/cffi/wiki/)
-(sources in the doc/ directory of the main repo).
+Please see the [Documentation](http://cffi.readthedocs.org/) or uncompiled
+in the doc/ subdirectory.
 
 Download
 --------
diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -137,8 +137,7 @@
 ====
 
 Foreign Function Interface for Python calling C code.
-Please see the `Documentation <http://bitbucket.org/cffi/cffi/wiki/>`_
-(sources in the doc/ directory of the main repo).
+Please see the `Documentation <http://cffi.readthedocs.org/>`_.
 
 Contact
 -------
@@ -151,7 +150,7 @@
                      if cpython else {},
         zip_safe=False,
 
-        url='http://bitbucket.org/cffi/cffi/wiki/',
+        url='http://cffi.readthedocs.org',
         author='Armin Rigo, Maciej Fijalkowski',
         author_email='python-cffi at googlegroups.com',
 


More information about the pypy-commit mailing list