Author: Ronan Lamy <[email protected]>
Branch: improve-docs
Changeset: r74100:6ea906e1e90a
Date: 2014-10-23 11:01 +0200
http://bitbucket.org/pypy/pypy/changeset/6ea906e1e90a/
Log: fix some references
diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst
--- a/pypy/doc/cpython_differences.rst
+++ b/pypy/doc/cpython_differences.rst
@@ -25,7 +25,7 @@
_codecs
_collections
:doc:`_continuation <stackless>`
- :doc:`_ffi <ctypes-implementation>`
+ :doc:`_ffi <discussion/ctypes-implementation>`
_hashlib
_io
_locale
@@ -34,7 +34,7 @@
:doc:`_minimal_curses <config/objspace.usemodules._minimal_curses>`
_multiprocessing
_random
- :doc:`_rawffi <ctypes-implementation>`
+ :doc:`_rawffi <discussion/ctypes-implementation>`
_sha
_socket
_sre
diff --git a/pypy/doc/extending.rst b/pypy/doc/extending.rst
--- a/pypy/doc/extending.rst
+++ b/pypy/doc/extending.rst
@@ -48,7 +48,7 @@
We also used to provide ``ctypes-configure`` for some API-level access.
This is now viewed as a precursor of CFFI, which you should use instead.
-More (but older) information is available :doc:`here <ctypes-implementation>`.
+More (but older) information is available :doc:`here
<discussion/ctypes-implementation>`.
Also, ctypes' performance is not as good as CFFI's.
.. _CPython ctypes: http://docs.python.org/library/ctypes.html
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit