Skip to content

Commit 942bd50

Browse files
committed
Add some relevant <link> elements.
1 parent 3adefcc commit 942bd50

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/html/about.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<meta name="description"
66
content="Overview information about the Python documentation">
77
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
8+
<link rel="contents" href="index.html" title="Python Documentation Index">
9+
<link rel="index" href="modindex.html" title="Global Module Index">
810
<link rel="SHORTCUT ICON" href="icons/pyfav.gif" type="image/gif">
911
<link rel="STYLESHEET" href="lib/lib.css">
1012
</head>

Doc/html/index.html.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
Python @RELEASE@.">
88
<link rel="SHORTCUT ICON" href="icons/pyfav.gif" type="image/gif">
99
<link rel="STYLESHEET" href="lib/lib.css" type="text/css">
10+
<link rel="author" href="acks.html" title="Acknowledgements">
11+
<link rel="help" href="about.html" title="About the Python Documentation">
12+
<link rel="index" href="modindex.html" title="Global Module Index">
1013
<style type="text/css">
1114
a.title { font-weight: bold; font-size: 110%; }
1215
ul { margin-left: 1em; padding: 0pt; border: 0pt; }

0 commit comments

Comments
 (0)