Skip to content

Commit

Permalink
Merge 6a0c00a into b95d730
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-esch committed Dec 10, 2017
2 parents b95d730 + 6a0c00a commit 9e72f21
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 646 deletions.
8 changes: 4 additions & 4 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="5; url=https://cartoframes.readthedocs.io" />
<title>cartoframes documentation</title>
<link rel="stylesheet" href="css/alabaster.css" type="text/css" />
<link rel="stylesheet" href="css/alabaster-mini.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
</head>
<body>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="cartoframes-package">
<div class="section">
<h1>CARTOframes documentation has moved!</h1>
<div class="section" id="submodules">
<div class="section">
<p>Find current documentation at <a href="https://cartoframes.readthedocs.io">https://cartoframes.readthedocs.io</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation"></div>
</div>
</body>
</html>
59 changes: 59 additions & 0 deletions docs/css/alabaster-mini.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
/* -- page layout ----------------------------------------------------------- */

body {
font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro', serif;
font-size: 17px;
background-color: #fff;
color: #000;
margin: 0;
padding: 0;
}

div.document {
width: 940px;
margin: 30px auto 0 auto;
}

div.documentwrapper {
float: left;
width: 100%;
}

div.bodywrapper {
margin: 0 0 0 0;
}

div.body {
background-color: #fff;
color: #3E4349;
padding: 0 30px 0 30px;
}

div.body > .section {
text-align: left;
}

/* -- body styles ----------------------------------------------------------- */

a {
color: #004B6B;
text-decoration: underline;
}

a:hover {
color: #6D4100;
text-decoration: underline;
}

div.body h1 {
font-family: 'Garamond', 'Georgia', serif;
font-weight: normal;
margin: 30px 0px 10px 0px;
padding: 0;
}

div.body h1 { margin-top: 0; padding-top: 0; font-size: 240%; }

div.body p {
line-height: 1.4em;
}
Loading

0 comments on commit 9e72f21

Please sign in to comment.