<html>
<head>
<!-- Bootstrap style: vagrant 1.0 web pages -->
<!--
This style is adopted from the (now old) vagrant 1.0 web pages.
This style file should be copied and the following elements edited:
Logo heading:
DiffEq
Project
Navigation links at the top:
GO TO 1
GO TO 2
Footer at the end
-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Doconce: http://code.google.com/p/doconce/" />
<title>%(title)s</title>
<!-- If you copy the css subdirectory (and, e.g., make optional edits):
<link rel="stylesheet" href="css/twitter_bootstrap.css">
<link rel="stylesheet" href="css/vagrant.css">
Otherwise, rely on the URLs below (vagrant.css adapted to Doconce layout)
-->
<link rel="stylesheet" href="https://raw.githubusercontent.com/hplgit/doconce/master/bundled/html_styles/style_vagrant/css/twitter_bootstrap.css">
<link rel="stylesheet" href="https://raw.githubusercontent.com/hplgit/doconce/master/bundled/html_styles/style_vagrant/css/vagrant.css">
<!-- Define color of headings here (last definition counts) -->
<style type="text/css">
h1, h2, h3, h4, h5, h6 {
color: #000; /* black */
color: #999; /* gray */
color: #005580; /* dark blue */
color: #08c; /* characteristic blue */
</style>
</head>
<body>
<div class="container">
<div class="row Header with-border">
<div class="span3 Module logo">
<h1><a href="/">DiffEq<span class="subtitle">Project</span></a></h1>
</div>
<div class="span9">
<div class="Module navigation">
<!-- Navigation at the top of the page -->
<ul>
<li> <a href="http://wikipedia.org" target="_blank">Wikipedia</a></li>
<li> <a href="http://wolframalpha.com" target="_blank">WolframAlpha</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Here goes the table of contents in the sidebar
<li class="active"> means dark blue background for current section
-->
<div class="row">
<div class="span3 Module sidebar">
<div class="well" style="padding: 8px 0px;">
<ul class="nav nav-list">
%(table_of_contents)s
</ul>
</div>
</div>
<div class="span9">
%(main)s
</div>
<div class="row Footer">
<div class="span12">
H. P. Langtangen © 2014
</div>
</div>
</div>
</body>
</html>