# 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',
    'ctypes-integration.html': 'rctypes.html',
    'cpython-ctypes-behaviour.html': 'rctypes.html#cpython-behavior',
    'proxy.html': 'objspace-proxies.html#tproxy',
}

