Skip to content

Commit

Permalink
Using github styles
Browse files Browse the repository at this point in the history
  • Loading branch information
reyoung committed Jan 23, 2017
1 parent 3873c24 commit 9c9e4f9
Show file tree
Hide file tree
Showing 17 changed files with 889 additions and 144 deletions.
681 changes: 681 additions & 0 deletions .tmpl/github-markdown.css

Large diffs are not rendered by default.

22 changes: 13 additions & 9 deletions .tmpl/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,29 @@
<link href="http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css" rel="stylesheet">
<script src="http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"></script>
<link href="http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" rel="stylesheet">
<link href="../.tmpl/theme.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css" rel="stylesheet">
<link href="../.tmpl/override.css" rel="stylesheet">

<link href="../.tmpl/theme.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css" rel="stylesheet">
<link href="../.tmpl/override.css" rel="stylesheet">
<link href="../.tmpl/github-markdown.css" rel='stylesheet'>
</head>
<style type="text/css" >
.doc-content-wrap{
margin-left:0;
}
.code {
padding: 16px;
display: block;
background: #EFEFEF;

.markdown-body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
}
</style>


<body class="doc-content-wrap">

<div id="context" class="container">
<div id="context" class="container markdown-body">
</div>

<!-- This block will be replaced by each markdown file content. Please do not change lines below.-->
Expand All @@ -57,6 +60,7 @@
smartypants: false,
sanitize: false,
highlight: function(code) {
code = code.replace(/&amp;/g, "&")
return hljs.highlightAuto(code).value;
}
});
Expand Down
22 changes: 13 additions & 9 deletions fit_a_line/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,29 @@
<link href="http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css" rel="stylesheet">
<script src="http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"></script>
<link href="http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" rel="stylesheet">
<link href="../.tmpl/theme.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css" rel="stylesheet">
<link href="../.tmpl/override.css" rel="stylesheet">

<link href="../.tmpl/theme.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css" rel="stylesheet">
<link href="../.tmpl/override.css" rel="stylesheet">
<link href="../.tmpl/github-markdown.css" rel='stylesheet'>
</head>
<style type="text/css" >
.doc-content-wrap{
margin-left:0;
}
.code {
padding: 16px;
display: block;
background: #EFEFEF;

.markdown-body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
}
</style>


<body class="doc-content-wrap">

<div id="context" class="container">
<div id="context" class="container markdown-body">
</div>

<!-- This block will be replaced by each markdown file content. Please do not change lines below.-->
Expand Down Expand Up @@ -245,6 +248,7 @@
smartypants: false,
sanitize: false,
highlight: function(code) {
code = code.replace(/&amp;/g, "&")
return hljs.highlightAuto(code).value;
}
});
Expand Down
22 changes: 13 additions & 9 deletions gan/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,29 @@
<link href="http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css" rel="stylesheet">
<script src="http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"></script>
<link href="http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" rel="stylesheet">
<link href="../.tmpl/theme.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css" rel="stylesheet">
<link href="../.tmpl/override.css" rel="stylesheet">

<link href="../.tmpl/theme.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css" rel="stylesheet">
<link href="../.tmpl/override.css" rel="stylesheet">
<link href="../.tmpl/github-markdown.css" rel='stylesheet'>
</head>
<style type="text/css" >
.doc-content-wrap{
margin-left:0;
}
.code {
padding: 16px;
display: block;
background: #EFEFEF;

.markdown-body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
}
</style>


<body class="doc-content-wrap">

<div id="context" class="container">
<div id="context" class="container markdown-body">
</div>

<!-- This block will be replaced by each markdown file content. Please do not change lines below.-->
Expand All @@ -57,6 +60,7 @@
smartypants: false,
sanitize: false,
highlight: function(code) {
code = code.replace(/&amp;/g, "&")
return hljs.highlightAuto(code).value;
}
});
Expand Down
22 changes: 13 additions & 9 deletions image_caption/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,29 @@
<link href="http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css" rel="stylesheet">
<script src="http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"></script>
<link href="http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" rel="stylesheet">
<link href="../.tmpl/theme.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css" rel="stylesheet">
<link href="../.tmpl/override.css" rel="stylesheet">

<link href="../.tmpl/theme.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css" rel="stylesheet">
<link href="../.tmpl/override.css" rel="stylesheet">
<link href="../.tmpl/github-markdown.css" rel='stylesheet'>
</head>
<style type="text/css" >
.doc-content-wrap{
margin-left:0;
}
.code {
padding: 16px;
display: block;
background: #EFEFEF;

.markdown-body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
}
</style>


<body class="doc-content-wrap">

<div id="context" class="container">
<div id="context" class="container markdown-body">
</div>

<!-- This block will be replaced by each markdown file content. Please do not change lines below.-->
Expand All @@ -56,6 +59,7 @@
smartypants: false,
sanitize: false,
highlight: function(code) {
code = code.replace(/&amp;/g, "&")
return hljs.highlightAuto(code).value;
}
});
Expand Down
22 changes: 13 additions & 9 deletions image_classification/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,29 @@
<link href="http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css" rel="stylesheet">
<script src="http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"></script>
<link href="http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" rel="stylesheet">
<link href="../.tmpl/theme.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css" rel="stylesheet">
<link href="../.tmpl/override.css" rel="stylesheet">

<link href="../.tmpl/theme.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css" rel="stylesheet">
<link href="../.tmpl/override.css" rel="stylesheet">
<link href="../.tmpl/github-markdown.css" rel='stylesheet'>
</head>
<style type="text/css" >
.doc-content-wrap{
margin-left:0;
}
.code {
padding: 16px;
display: block;
background: #EFEFEF;

.markdown-body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
}
</style>


<body class="doc-content-wrap">

<div id="context" class="container">
<div id="context" class="container markdown-body">
</div>

<!-- This block will be replaced by each markdown file content. Please do not change lines below.-->
Expand Down Expand Up @@ -602,6 +605,7 @@
smartypants: false,
sanitize: false,
highlight: function(code) {
code = code.replace(/&amp;/g, "&")
return hljs.highlightAuto(code).value;
}
});
Expand Down
22 changes: 13 additions & 9 deletions image_detection/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,29 @@
<link href="http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css" rel="stylesheet">
<script src="http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"></script>
<link href="http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" rel="stylesheet">
<link href="../.tmpl/theme.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css" rel="stylesheet">
<link href="../.tmpl/override.css" rel="stylesheet">

<link href="../.tmpl/theme.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css" rel="stylesheet">
<link href="../.tmpl/override.css" rel="stylesheet">
<link href="../.tmpl/github-markdown.css" rel='stylesheet'>
</head>
<style type="text/css" >
.doc-content-wrap{
margin-left:0;
}
.code {
padding: 16px;
display: block;
background: #EFEFEF;

.markdown-body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
}
</style>


<body class="doc-content-wrap">

<div id="context" class="container">
<div id="context" class="container markdown-body">
</div>

<!-- This block will be replaced by each markdown file content. Please do not change lines below.-->
Expand All @@ -56,6 +59,7 @@
smartypants: false,
sanitize: false,
highlight: function(code) {
code = code.replace(/&amp;/g, "&")
return hljs.highlightAuto(code).value;
}
});
Expand Down
22 changes: 13 additions & 9 deletions image_qa/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,29 @@
<link href="http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css" rel="stylesheet">
<script src="http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"></script>
<link href="http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" rel="stylesheet">
<link href="../.tmpl/theme.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css" rel="stylesheet">
<link href="../.tmpl/override.css" rel="stylesheet">

<link href="../.tmpl/theme.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css" rel="stylesheet">
<link href="../.tmpl/override.css" rel="stylesheet">
<link href="../.tmpl/github-markdown.css" rel='stylesheet'>
</head>
<style type="text/css" >
.doc-content-wrap{
margin-left:0;
}
.code {
padding: 16px;
display: block;
background: #EFEFEF;

.markdown-body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
}
</style>


<body class="doc-content-wrap">

<div id="context" class="container">
<div id="context" class="container markdown-body">
</div>

<!-- This block will be replaced by each markdown file content. Please do not change lines below.-->
Expand All @@ -56,6 +59,7 @@
smartypants: false,
sanitize: false,
highlight: function(code) {
code = code.replace(/&amp;/g, "&")
return hljs.highlightAuto(code).value;
}
});
Expand Down
22 changes: 13 additions & 9 deletions label_semantic_roles/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,29 @@
<link href="http://cdn.bootcss.com/highlight.js/9.9.0/styles/darcula.min.css" rel="stylesheet">
<script src="http://cdn.bootcss.com/highlight.js/9.9.0/highlight.min.js"></script>
<link href="http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" rel="stylesheet">
<link href="../.tmpl/theme.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css" rel="stylesheet">
<link href="../.tmpl/override.css" rel="stylesheet">

<link href="../.tmpl/theme.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/perfect-scrollbar/0.6.14/css/perfect-scrollbar.min.css" rel="stylesheet">
<link href="../.tmpl/override.css" rel="stylesheet">
<link href="../.tmpl/github-markdown.css" rel='stylesheet'>
</head>
<style type="text/css" >
.doc-content-wrap{
margin-left:0;
}
.code {
padding: 16px;
display: block;
background: #EFEFEF;

.markdown-body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
}
</style>


<body class="doc-content-wrap">

<div id="context" class="container">
<div id="context" class="container markdown-body">
</div>

<!-- This block will be replaced by each markdown file content. Please do not change lines below.-->
Expand Down Expand Up @@ -535,6 +538,7 @@
smartypants: false,
sanitize: false,
highlight: function(code) {
code = code.replace(/&amp;/g, "&")
return hljs.highlightAuto(code).value;
}
});
Expand Down
Loading

0 comments on commit 9c9e4f9

Please sign in to comment.