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

arigo at codespeak.net arigo at codespeak.net
Wed Jan 16 13:52:38 CET 2008


Author: arigo
Date: Wed Jan 16 13:52:37 2008
New Revision: 50671

Modified:
   pypy/dist/pypy/doc/redirections
Log:
Trim down this file.  Most entries are from 2005 or older; only
the last three ones are worth keeping, I guess.


Modified: pypy/dist/pypy/doc/redirections
==============================================================================
--- pypy/dist/pypy/doc/redirections	(original)
+++ pypy/dist/pypy/doc/redirections	Wed Jan 16 13:52:37 2008
@@ -1,37 +1,5 @@
 # please make sure this is evaluable 
 {
-    'restrictedpy.html': 'coding-guide.html#restricted-python', 
-    'testdesign.html'  : 'coding-guide.html#test-design',
-
-    'stdobjspace.html'      : 'objspace.html#the-standard-object-space',
-    'objspaceinterface.html': 'objspace.html#object-space-interface',
-    'annotateobjspace.html' : 'objspace.html#the-flow-object-space',
-    'wrapping.html'         : 'objspace.html#wrapping-rules',
-    'abstractobjspace.html' : 'theory.html#abstract-interpretation',
-    'multimethod.html'      : 'theory.html#multimethods',
-
-    'howtopypy.html'        : 'getting-started.html#howtopypy',
-    'howtosvn.html'         : 'getting-started.html#howtosvn',
-    'checking_ReST.html'    : 'coding-guide.html#pypy-documentation', 
-    'optionaltools.html'    : 'coding-guide.html#optionaltool', 
-
-    'developers.html'       : 'contributor.html',
-    'goals.html'            : 'architecture.html',
-
-    'annotation.html'       : 'translation.html#annotator',
-    'basicblock.asc'        : 'objspace.html#the-flow-model',
-
-    'coding-style.html'     : 'coding-guide.html',
-
-    'controlflow.html'      : 'objspace.html#the-flow-model',
-
-    'getting_started.html'  : 'getting-started.html', 
-    'getting_started.html#howtopypy' : 'getting-started.html#howtopypy',
-    'getting_started.html#howtosvn' : 'getting-started.html#howtosvn',
-
-    'draft-dynamic-language-translation.html': 'dynamic-language-translation.html',
-    'draft-low-level-encapsulation.html': 'low-level-encapsulation.html',
-    'draft-memory-management-threading-model.html': 'translation-aspects.html',
     'proxy.html': 'objspace-proxies.html#tproxy',
     'news.html': 'home.html',
     'contact.html': 'home.html',



More information about the Pypy-commit mailing list