Skip to content

Commit

Permalink
[docs] Update HTML pages to refer to CSS in a way that works locally …
Browse files Browse the repository at this point in the history
…and with Sphinx.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155153 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
ddunbar committed Apr 19, 2012
1 parent 3020c96 commit adea497
Show file tree
Hide file tree
Showing 47 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion docs/AliasAnalysis.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>LLVM Alias Analysis Infrastructure</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion docs/Atomics.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<title>LLVM Atomic Instructions and Concurrency Guide</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion docs/BitCodeFormat.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>LLVM Bitcode File Format</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>
<body>
<h1> LLVM Bitcode File Format</h1>
Expand Down
2 changes: 1 addition & 1 deletion docs/BranchWeightMetadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>LLVM Branch Weight Metadata</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion docs/Bugpoint.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>LLVM bugpoint tool: design and usage</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>

<h1>
Expand Down
2 changes: 1 addition & 1 deletion docs/CMake.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Building LLVM with CMake</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>

<h1>
Expand Down
2 changes: 1 addition & 1 deletion docs/CodeGenerator.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>The LLVM Target-Independent Code Generator</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">

<style type="text/css">
.unknown { background-color: #C0C0C0; text-align: center; }
Expand Down
2 changes: 1 addition & 1 deletion docs/CodingStandards.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
<title>LLVM Coding Standards</title>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion docs/CommandLine.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>CommandLine 2.0 Library Manual</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion docs/CompilerWriterInfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Architecture/platform information for compiler writers</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion docs/DebuggingJITedCode.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Debugging JITed Code With GDB</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion docs/DeveloperPolicy.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>LLVM Developer Policy</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion docs/ExceptionHandling.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description"
content="Exception Handling in LLVM.">
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion docs/ExtendingLLVM.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Extending LLVM: Adding instructions, intrinsics, types, etc.</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion docs/FAQ.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>LLVM: Frequently Asked Questions</title>
<style type="text/css">
@import url("llvm.css");
@import url("_static/llvm.css");
.question { font-weight: bold }
.answer { margin-left: 2em }
</style>
Expand Down
2 changes: 1 addition & 1 deletion docs/GCCFEBuildInstrs.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="llvm.css" type="text/css" media="screen">
<link rel="stylesheet" href="_static/llvm.css" type="text/css" media="screen">
<title>Building the LLVM GCC Front-End</title>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion docs/GarbageCollection.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" Content="text/html; charset=UTF-8" >
<title>Accurate Garbage Collection with LLVM</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
<style type="text/css">
.rowhead { text-align: left; background: inherit; }
.indent { padding-left: 1em; }
Expand Down
2 changes: 1 addition & 1 deletion docs/GetElementPtr.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>The Often Misunderstood GEP Instruction</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
<style type="text/css">
TABLE { text-align: left; border: 1px solid black; border-collapse: collapse; margin: 0 0 0 0; }
</style>
Expand Down
2 changes: 1 addition & 1 deletion docs/GettingStarted.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Getting Started with LLVM System</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion docs/GettingStartedVS.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Getting Started with LLVM System for Microsoft Visual Studio</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion docs/GoldPlugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>LLVM gold plugin</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion docs/HowToAddABuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
How To Add Your Build Configuration To LLVM Buildbot Infrastructure
</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion docs/HowToReleaseLLVM.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>How To Release LLVM To The Public</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion docs/HowToSubmitABug.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>How to submit an LLVM bug report</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion docs/LLVMBuild.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>LLVMBuild Documentation</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion docs/LangRef.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="author" content="Chris Lattner">
<meta name="description"
content="LLVM Assembly Language Reference Manual.">
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion docs/Lexicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>The LLVM Lexicon</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
<meta name="author" content="Various">
<meta name="description"
content="A glossary of terms used with the LLVM project.">
Expand Down
2 changes: 1 addition & 1 deletion docs/LinkTimeOptimization.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>LLVM Link Time Optimization: Design and Implementation</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>

<h1>
Expand Down
2 changes: 1 addition & 1 deletion docs/MakefileGuide.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>LLVM Makefile Guide</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion docs/Packaging.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Advice on Packaging LLVM</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion docs/Passes.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<title>LLVM's Analysis and Transform Passes</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion docs/ProgrammersManual.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<title>LLVM Programmer's Manual</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion docs/Projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Creating an LLVM Project</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion docs/ReleaseNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
<title>LLVM 3.1 Release Notes</title>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion docs/SegmentedStacks.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Segmented Stacks in LLVM</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/SourceLevelDebugging.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Source Level Debugging with LLVM</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion docs/SystemLibrary.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>System Library</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion docs/TableGenFundamentals.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>TableGen Fundamentals</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion docs/TestSuiteMakefileGuide.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>LLVM test-suite Makefile Guide</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion docs/TestingGuide.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>LLVM Testing Infrastructure Guide</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion docs/WritingAnLLVMBackend.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Writing an LLVM Compiler Backend</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion docs/WritingAnLLVMPass.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Writing an LLVM Pass</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
<link rel="stylesheet" href="_static/llvm.css" type="text/css">
</head>
<body>

Expand Down
File renamed without changes
4 changes: 2 additions & 2 deletions docs/llvm.css → docs/_static/llvm.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ table { text-align: center; border: 2px solid black;
margin-right: 1em; margin-bottom: 1em; }
tr, td { border: 2px solid gray; padding: 4pt 4pt 2pt 2pt; }
th { border: 2px solid gray; font-weight: bold; font-size: 105%;
background: url("img/lines.gif");
background: url("lines.gif");
font-family: "Georgia,Palatino,Times,Roman,SanSerif";
text-align: center; vertical-align: middle; }
/*
* Documentation
*/
/* Common for title and header */
.doc_title, .doc_section, .doc_subsection, h1, h2, h3 {
color: black; background: url("img/lines.gif");
color: black; background: url("lines.gif");
font-family: "Georgia,Palatino,Times,Roman,SanSerif"; font-weight: bold;
border-width: 1px;
border-style: solid none solid none;
Expand Down
Loading

0 comments on commit adea497

Please sign in to comment.