[Python-checkins] CVS: python/dist/src/Doc/tools support.py,1.4,1.5

Fred L. Drake fdrake@users.sourceforge.net
2002年2月04日 13:15:44 -0800


Update of /cvsroot/python/python/dist/src/Doc/tools
In directory usw-pr-cvs1:/tmp/cvs-serv13834/tools
Modified Files:
	support.py 
Log Message:
When linking to an index page, explicitly name index.html instead of
using "./". The later does not work nicely when browsing docs on a local
disk (as in the installed docs on Windows).
Index: support.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/support.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** support.py	2001年10月22日 15:07:16	1.4
--- support.py	2002年02月04日 21:15:42	1.5
***************
*** 26,30 ****
 columns = 1
 letters = 0
! uplink = "./"
 uptitle = "Python Documentation Index"
 
--- 26,30 ----
 columns = 1
 letters = 0
! uplink = "index.html"
 uptitle = "Python Documentation Index"
 

AltStyle によって変換されたページ (->オリジナル) /