[svn r38777] Fixed api and source link role relative paths.

--HG--
branch : trunk
This commit is contained in:
guido 2007-02-14 02:31:50 +01:00
parent 74ad33da28
commit 2851e1d919
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ def get_docpath():
return pypkgdir.join(path, abs=True)
def get_apigen_relpath():
return relpath(get_apigenpath().strpath, get_docpath().strpath)
return relpath(get_docpath().strpath + '/',
get_apigenpath().strpath + '/')
def deindent(s, sep='\n'):
leastspaces = -1