Skip to content

Commit 46d611a

Browse files
committed
[docs] Update HTML pages to refer to CSS in a way that works locally and with Sphinx.
llvm-svn: 155153
1 parent 39b8c35 commit 46d611a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+46
-46
lines changed

llvm/docs/AliasAnalysis.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>LLVM Alias Analysis Infrastructure</title>
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88
</head>
99
<body>
1010

llvm/docs/Atomics.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<title>LLVM Atomic Instructions and Concurrency Guide</title>
66
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88
</head>
99
<body>
1010

llvm/docs/BitCodeFormat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>LLVM Bitcode File Format</title>
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88
</head>
99
<body>
1010
<h1> LLVM Bitcode File Format</h1>

llvm/docs/BranchWeightMetadata.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>LLVM Branch Weight Metadata</title>
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88
</head>
99
<body>
1010

llvm/docs/Bugpoint.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>LLVM bugpoint tool: design and usage</title>
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88
</head>
99

1010
<h1>

llvm/docs/CMake.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>Building LLVM with CMake</title>
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88
</head>
99

1010
<h1>

llvm/docs/CodeGenerator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="content-type" content="text/html; charset=utf-8">
66
<title>The LLVM Target-Independent Code Generator</title>
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88

99
<style type="text/css">
1010
.unknown { background-color: #C0C0C0; text-align: center; }

llvm/docs/CodingStandards.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html>
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6-
<link rel="stylesheet" href="llvm.css" type="text/css">
6+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
77
<title>LLVM Coding Standards</title>
88
</head>
99
<body>

llvm/docs/CommandLine.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>CommandLine 2.0 Library Manual</title>
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88
</head>
99
<body>
1010

llvm/docs/CompilerWriterInfo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>Architecture/platform information for compiler writers</title>
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88
</head>
99

1010
<body>

llvm/docs/DebuggingJITedCode.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>Debugging JITed Code With GDB</title>
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88
</head>
99
<body>
1010

llvm/docs/DeveloperPolicy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>LLVM Developer Policy</title>
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88
</head>
99
<body>
1010

llvm/docs/ExceptionHandling.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
77
<meta name="description"
88
content="Exception Handling in LLVM.">
9-
<link rel="stylesheet" href="llvm.css" type="text/css">
9+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
1010
</head>
1111

1212
<body>

llvm/docs/ExtendingLLVM.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>Extending LLVM: Adding instructions, intrinsics, types, etc.</title>
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88
</head>
99

1010
<body>

llvm/docs/FAQ.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>LLVM: Frequently Asked Questions</title>
77
<style type="text/css">
8-
@import url("llvm.css");
8+
@import url("_static/llvm.css");
99
.question { font-weight: bold }
1010
.answer { margin-left: 2em }
1111
</style>

llvm/docs/GCCFEBuildInstrs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html>
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6-
<link rel="stylesheet" href="llvm.css" type="text/css" media="screen">
6+
<link rel="stylesheet" href="_static/llvm.css" type="text/css" media="screen">
77
<title>Building the LLVM GCC Front-End</title>
88
</head>
99
<body>

llvm/docs/GarbageCollection.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" Content="text/html; charset=UTF-8" >
66
<title>Accurate Garbage Collection with LLVM</title>
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88
<style type="text/css">
99
.rowhead { text-align: left; background: inherit; }
1010
.indent { padding-left: 1em; }

llvm/docs/GetElementPtr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>The Often Misunderstood GEP Instruction</title>
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88
<style type="text/css">
99
TABLE { text-align: left; border: 1px solid black; border-collapse: collapse; margin: 0 0 0 0; }
1010
</style>

llvm/docs/GettingStarted.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>Getting Started with LLVM System</title>
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88
</head>
99
<body>
1010

llvm/docs/GettingStartedVS.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>Getting Started with LLVM System for Microsoft Visual Studio</title>
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88
</head>
99
<body>
1010

llvm/docs/GoldPlugin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>LLVM gold plugin</title>
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88
</head>
99
<body>
1010

llvm/docs/HowToAddABuilder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
How To Add Your Build Configuration To LLVM Buildbot Infrastructure
88
</title>
9-
<link rel="stylesheet" href="llvm.css" type="text/css">
9+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
1010
</head>
1111
<body>
1212

llvm/docs/HowToReleaseLLVM.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>How To Release LLVM To The Public</title>
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88
</head>
99
<body>
1010

llvm/docs/HowToSubmitABug.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>How to submit an LLVM bug report</title>
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88
</head>
99
<body>
1010

llvm/docs/LLVMBuild.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
55
<title>LLVMBuild Documentation</title>
6-
<link rel="stylesheet" href="llvm.css" type="text/css">
6+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
77
</head>
88
<body>
99

llvm/docs/LangRef.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="author" content="Chris Lattner">
88
<meta name="description"
99
content="LLVM Assembly Language Reference Manual.">
10-
<link rel="stylesheet" href="llvm.css" type="text/css">
10+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
1111
</head>
1212

1313
<body>

llvm/docs/Lexicon.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
55
<title>The LLVM Lexicon</title>
6-
<link rel="stylesheet" href="llvm.css" type="text/css">
6+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
77
<meta name="author" content="Various">
88
<meta name="description"
99
content="A glossary of terms used with the LLVM project.">

llvm/docs/LinkTimeOptimization.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>LLVM Link Time Optimization: Design and Implementation</title>
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88
</head>
99

1010
<h1>

llvm/docs/MakefileGuide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
55
<title>LLVM Makefile Guide</title>
6-
<link rel="stylesheet" href="llvm.css" type="text/css">
6+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
77
</head>
88
<body>
99

llvm/docs/Packaging.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>Advice on Packaging LLVM</title>
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88
</head>
99
<body>
1010

llvm/docs/Passes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html>
44
<head>
55
<title>LLVM's Analysis and Transform Passes</title>
6-
<link rel="stylesheet" href="llvm.css" type="text/css">
6+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
</head>
99
<body>

llvm/docs/ProgrammersManual.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
66
<title>LLVM Programmer's Manual</title>
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88
</head>
99
<body>
1010

llvm/docs/Projects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>Creating an LLVM Project</title>
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88
</head>
99
<body>
1010

llvm/docs/ReleaseNotes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html>
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6-
<link rel="stylesheet" href="llvm.css" type="text/css">
6+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
77
<title>LLVM 3.1 Release Notes</title>
88
</head>
99
<body>

llvm/docs/SegmentedStacks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>Segmented Stacks in LLVM</title>
5-
<link rel="stylesheet" href="llvm.css" type="text/css">
5+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
</head>
88

llvm/docs/SourceLevelDebugging.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>Source Level Debugging with LLVM</title>
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88
</head>
99
<body>
1010

llvm/docs/SystemLibrary.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>System Library</title>
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88
</head>
99
<body>
1010

llvm/docs/TableGenFundamentals.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>TableGen Fundamentals</title>
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88
</head>
99
<body>
1010

llvm/docs/TestSuiteMakefileGuide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>LLVM test-suite Makefile Guide</title>
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88
</head>
99
<body>
1010

llvm/docs/TestingGuide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>LLVM Testing Infrastructure Guide</title>
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88
</head>
99
<body>
1010

llvm/docs/WritingAnLLVMBackend.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>Writing an LLVM Compiler Backend</title>
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88
</head>
99

1010
<body>

llvm/docs/WritingAnLLVMPass.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>Writing an LLVM Pass</title>
7-
<link rel="stylesheet" href="llvm.css" type="text/css">
7+
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
88
</head>
99
<body>
1010

File renamed without changes.

llvm/docs/llvm.css renamed to llvm/docs/_static/llvm.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ table { text-align: center; border: 2px solid black;
1616
margin-right: 1em; margin-bottom: 1em; }
1717
tr, td { border: 2px solid gray; padding: 4pt 4pt 2pt 2pt; }
1818
th { border: 2px solid gray; font-weight: bold; font-size: 105%;
19-
background: url("img/lines.gif");
19+
background: url("lines.gif");
2020
font-family: "Georgia,Palatino,Times,Roman,SanSerif";
2121
text-align: center; vertical-align: middle; }
2222
/*
2323
* Documentation
2424
*/
2525
/* Common for title and header */
2626
.doc_title, .doc_section, .doc_subsection, h1, h2, h3 {
27-
color: black; background: url("img/lines.gif");
27+
color: black; background: url("lines.gif");
2828
font-family: "Georgia,Palatino,Times,Roman,SanSerif"; font-weight: bold;
2929
border-width: 1px;
3030
border-style: solid none solid none;

0 commit comments

Comments
 (0)