Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e2e90d

Browse files
committed
switch remaining icon references to the PNG icons
1 parent 8aebe19 commit 6e2e90d

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

Doc/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ MKHOWTO= TEXINPUTS=$(TEXINPUTS) $(PYTHON) $(PWD)/tools/mkhowto
100100

101101
MKDVI= $(MKHOWTO) --paper=$(PAPER) --dvi
102102
MKHTML= $(MKHOWTO) --html --about html/stdabout.dat \
103-
--iconserver ../icons --favicon ../icons/pyfav.gif \
103+
--iconserver ../icons --favicon ../icons/pyfav.png \
104104
--address $(PYTHONDOCS) --up-link ../index.html \
105105
--up-title "Python Documentation Index" \
106106
--global-module-index "../modindex.html" --dvips-safe
@@ -345,7 +345,7 @@ $(INDEXFILES): $(COMMONPERL) html/stdabout.dat tools/node2label.pl
345345

346346
html/acks.html: ACKS $(TOOLSDIR)/support.py $(TOOLSDIR)/mkackshtml
347347
$(PYTHON) $(TOOLSDIR)/mkackshtml --address $(PYTHONDOCS) \
348-
--favicon icons/pyfav.gif \
348+
--favicon icons/pyfav.png \
349349
--output html/acks.html <ACKS
350350

351351

@@ -367,7 +367,7 @@ html/modindex.html: html/lib/lib.html html/mac/mac.html
367367
cd html && \
368368
$(PYTHON) ../$(TOOLSDIR)/mkmodindex --columns 3 \
369369
--output modindex.html --address $(PYTHONDOCS) \
370-
--favicon icons/pyfav.gif \
370+
--favicon icons/pyfav.png \
371371
dist/modindex.html \
372372
lib/modindex.html mac/modindex.html
373373

Doc/html/about.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,28 @@
99
<link rel="index" href="modindex.html" title="Global Module Index">
1010
<link rel="start" href="index.html" title="Python Documentation Index">
1111
<link rel="up" href="index.html" title="Python Documentation Index">
12-
<link rel="SHORTCUT ICON" href="icons/pyfav.gif" type="image/gif">
12+
<link rel="SHORTCUT ICON" href="icons/pyfav.png" type="image/png">
1313
<link rel="STYLESHEET" href="lib/lib.css">
1414
</head>
1515
<body>
1616
<div class="navigation">
1717
<table width="100%" cellpadding="0" cellspacing="2">
1818
<tr>
1919
<td><img width="32" height="32" align="bottom" border="0" alt=""
20-
src="icons/blank.gif"></td>
20+
src="icons/blank.png"></td>
2121
<td><a href="index.html"
2222
title="Python Documentation Index"><img width="32" height="32"
2323
align="bottom" border="0" alt="up"
24-
src="icons/up.gif"></a></td>
24+
src="icons/up.png"></a></td>
2525
<td><img width="32" height="32" align="bottom" border="0" alt=""
26-
src="icons/blank.gif"></td>
26+
src="icons/blank.png"></td>
2727
<td align="center" width="100%">About the Python Documentation</td>
2828
<td><img width="32" height="32" align="bottom" border="0" alt=""
29-
src="icons/blank.gif"></td>
29+
src="icons/blank.png"></td>
3030
<td><img width="32" height="32" align="bottom" border="0" alt=""
31-
src="icons/blank.gif"></td>
31+
src="icons/blank.png"></td>
3232
<td><img width="32" height="32" align="bottom" border="0" alt=""
33-
src="icons/blank.gif"></td>
33+
src="icons/blank.png"></td>
3434
</tr>
3535
</table>
3636
<b class="navlabel">Up:</b>

Doc/html/index.html.in

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="description"
66
content="Top-level index to the standard documentation for
77
Python @RELEASE@.">
8-
<link rel="SHORTCUT ICON" href="icons/pyfav.gif" type="image/gif">
8+
<link rel="SHORTCUT ICON" href="icons/pyfav.png" type="image/png">
99
<link rel="STYLESHEET" href="lib/lib.css" type="text/css">
1010
<link rel="author" href="acks.html" title="Acknowledgements">
1111
<link rel="help" href="about.html" title="About the Python Documentation">
@@ -23,20 +23,20 @@
2323
<table align="center" width="100%" cellpadding="0" cellspacing="2">
2424
<tr>
2525
<td><img width="32" height="32" align="bottom" border="0" alt=""
26-
src="icons/blank.gif"></td>
26+
src="icons/blank.png"></td>
2727
<td><img width="32" height="32" align="bottom" border="0" alt=""
28-
src="icons/blank.gif"></td>
28+
src="icons/blank.png"></td>
2929
<td><img width="32" height="32" align="bottom" border="0" alt=""
30-
src="icons/blank.gif"></td>
30+
src="icons/blank.png"></td>
3131
<td align="center" width="100%">
3232
<b class="title">Python Documentation</b></td>
3333
<td><img width="32" height="32" align="bottom" border="0" alt=""
34-
src="icons/blank.gif"></td>
34+
src="icons/blank.png"></td>
3535
<td><a href="modindex.html"><img width="32" height="32"
3636
align="bottom" border="0" alt="Module Index"
37-
src="icons/modules.gif"></a></td>
37+
src="icons/modules.png"></a></td>
3838
<td><img width="32" height="32" align="bottom" border="0" alt=""
39-
src="icons/blank.gif"></A></td>
39+
src="icons/blank.png"></A></td>
4040
</tr>
4141
</table>
4242
<hr>

0 commit comments

Comments
 (0)