[pypy-svn] r34330 - pypy/dist/pypy/doc

fijal at codespeak.net fijal at codespeak.net
Tue Nov 7 15:39:39 CET 2006


Author: fijal
Date: Tue Nov  7 15:39:38 2006
New Revision: 34330

Modified:
   pypy/dist/pypy/doc/project-ideas.txt
   pypy/dist/pypy/doc/proxy.txt
Log:
Fixed links.


Modified: pypy/dist/pypy/doc/project-ideas.txt
==============================================================================
--- pypy/dist/pypy/doc/project-ideas.txt	(original)
+++ pypy/dist/pypy/doc/project-ideas.txt	Tue Nov  7 15:39:38 2006
@@ -108,7 +108,7 @@
 allow a much more intuitive interface to, for example, objects that are backed
 by a persistent store, or whose implementation lives on a remote server.
 
-The recently added "transparent proxy" objects are a key step in this
+The recently added `transparent proxy`_ objects are a key step in this
 direction; now all that remains is to implement the interesting bits :-)
 
 An example project might be to implement functionality akin to the `ZODB's
@@ -197,4 +197,4 @@
 .. _`ZODB's Persistent class`: http://www.zope.org/Documentation/Books/ZDG/current/Persistence.stx
 .. _`JavaScript whatis`: js/whatis.html
 .. _`JavaScript using`: js/using.html
-
+.. _`transparent proxy`: proxy.html
\ No newline at end of file

Modified: pypy/dist/pypy/doc/proxy.txt
==============================================================================
--- pypy/dist/pypy/doc/proxy.txt	(original)
+++ pypy/dist/pypy/doc/proxy.txt	Tue Nov  7 15:39:38 2006
@@ -12,7 +12,7 @@
 operations performed on object to app-level function with specific
 signature.
 
-_`Object space`: objspace.html#object-types
+.. _`Object space`: objspace.html#object-types
 
 Example:
 ========
@@ -77,7 +77,7 @@
 user created classes & functions, lists, dicts, exceptions, tracebacks and
 frames.
 
-_`standart object space`: objspace.html#the-standard-object-space
-_`proxy_helpers.py`: http://codespeak.net/svn/pypy/dist/pypy/objspace/std/proxy_helpers.py
-_`proxyobject.py`: http://codespeak.net/svn/pypy/dist/pypy/objspace/std/proxyobject.py
-_`transparent.py`: http://codespeak.net/svn/pypy/dist/pypy/objspace/std/transparent.py
+.. _`standart object space`: objspace.html#the-standard-object-space
+.. _`proxy_helpers.py`: http://codespeak.net/svn/pypy/dist/pypy/objspace/std/proxy_helpers.py
+.. _`proxyobject.py`: http://codespeak.net/svn/pypy/dist/pypy/objspace/std/proxyobject.py
+.. _`transparent.py`: http://codespeak.net/svn/pypy/dist/pypy/objspace/std/transparent.py



More information about the Pypy-commit mailing list