104 changed files with 26175 additions and 0 deletions
@ -0,0 +1,8 @@
|
||||
source "https://rubygems.org" |
||||
|
||||
gem 'github-pages', group: :jekyll_plugins |
||||
|
||||
# Added at 2019-11-25 10:11:40 -0800 by jhoward: |
||||
gem "nokogiri", "< 1.11.1" |
||||
gem "jekyll", ">= 3.7" |
||||
gem "kramdown", ">= 2.3.1" |
@ -0,0 +1,263 @@
|
||||
GEM |
||||
remote: https://rubygems.org/ |
||||
specs: |
||||
activesupport (6.0.3.2) |
||||
concurrent-ruby (~> 1.0, >= 1.0.2) |
||||
i18n (>= 0.7, < 2) |
||||
minitest (~> 5.1) |
||||
tzinfo (~> 1.1) |
||||
zeitwerk (~> 2.2, >= 2.2.2) |
||||
addressable (2.7.0) |
||||
public_suffix (>= 2.0.2, < 5.0) |
||||
coffee-script (2.4.1) |
||||
coffee-script-source |
||||
execjs |
||||
coffee-script-source (1.11.1) |
||||
colorator (1.1.0) |
||||
commonmarker (0.17.13) |
||||
ruby-enum (~> 0.5) |
||||
concurrent-ruby (1.1.7) |
||||
dnsruby (1.61.4) |
||||
simpleidn (~> 0.1) |
||||
em-websocket (0.5.1) |
||||
eventmachine (>= 0.12.9) |
||||
http_parser.rb (~> 0.6.0) |
||||
ethon (0.12.0) |
||||
ffi (>= 1.3.0) |
||||
eventmachine (1.2.7) |
||||
execjs (2.7.0) |
||||
faraday (1.0.1) |
||||
multipart-post (>= 1.2, < 3) |
||||
ffi (1.13.1) |
||||
forwardable-extended (2.6.0) |
||||
gemoji (3.0.1) |
||||
github-pages (207) |
||||
github-pages-health-check (= 1.16.1) |
||||
jekyll (= 3.9.0) |
||||
jekyll-avatar (= 0.7.0) |
||||
jekyll-coffeescript (= 1.1.1) |
||||
jekyll-commonmark-ghpages (= 0.1.6) |
||||
jekyll-default-layout (= 0.1.4) |
||||
jekyll-feed (= 0.13.0) |
||||
jekyll-gist (= 1.5.0) |
||||
jekyll-github-metadata (= 2.13.0) |
||||
jekyll-mentions (= 1.5.1) |
||||
jekyll-optional-front-matter (= 0.3.2) |
||||
jekyll-paginate (= 1.1.0) |
||||
jekyll-readme-index (= 0.3.0) |
||||
jekyll-redirect-from (= 0.15.0) |
||||
jekyll-relative-links (= 0.6.1) |
||||
jekyll-remote-theme (= 0.4.1) |
||||
jekyll-sass-converter (= 1.5.2) |
||||
jekyll-seo-tag (= 2.6.1) |
||||
jekyll-sitemap (= 1.4.0) |
||||
jekyll-swiss (= 1.0.0) |
||||
jekyll-theme-architect (= 0.1.1) |
||||
jekyll-theme-cayman (= 0.1.1) |
||||
jekyll-theme-dinky (= 0.1.1) |
||||
jekyll-theme-hacker (= 0.1.1) |
||||
jekyll-theme-leap-day (= 0.1.1) |
||||
jekyll-theme-merlot (= 0.1.1) |
||||
jekyll-theme-midnight (= 0.1.1) |
||||
jekyll-theme-minimal (= 0.1.1) |
||||
jekyll-theme-modernist (= 0.1.1) |
||||
jekyll-theme-primer (= 0.5.4) |
||||
jekyll-theme-slate (= 0.1.1) |
||||
jekyll-theme-tactile (= 0.1.1) |
||||
jekyll-theme-time-machine (= 0.1.1) |
||||
jekyll-titles-from-headings (= 0.5.3) |
||||
jemoji (= 0.11.1) |
||||
kramdown (= 2.3.1) |
||||
kramdown-parser-gfm (= 1.1.0) |
||||
liquid (= 4.0.3) |
||||
mercenary (~> 0.3) |
||||
minima (= 2.5.1) |
||||
nokogiri (>= 1.10.4, < 2.0) |
||||
rouge (= 3.19.0) |
||||
terminal-table (~> 1.4) |
||||
github-pages-health-check (1.16.1) |
||||
addressable (~> 2.3) |
||||
dnsruby (~> 1.60) |
||||
octokit (~> 4.0) |
||||
public_suffix (~> 3.0) |
||||
typhoeus (~> 1.3) |
||||
html-pipeline (2.14.0) |
||||
activesupport (>= 2) |
||||
nokogiri (>= 1.4) |
||||
http_parser.rb (0.6.0) |
||||
i18n (0.9.5) |
||||
concurrent-ruby (~> 1.0) |
||||
jekyll (3.9.0) |
||||
addressable (~> 2.4) |
||||
colorator (~> 1.0) |
||||
em-websocket (~> 0.5) |
||||
i18n (~> 0.7) |
||||
jekyll-sass-converter (~> 1.0) |
||||
jekyll-watch (~> 2.0) |
||||
kramdown (>= 1.17, < 3) |
||||
liquid (~> 4.0) |
||||
mercenary (~> 0.3.3) |
||||
pathutil (~> 0.9) |
||||
rouge (>= 1.7, < 4) |
||||
safe_yaml (~> 1.0) |
||||
jekyll-avatar (0.7.0) |
||||
jekyll (>= 3.0, < 5.0) |
||||
jekyll-coffeescript (1.1.1) |
||||
coffee-script (~> 2.2) |
||||
coffee-script-source (~> 1.11.1) |
||||
jekyll-commonmark (1.3.1) |
||||
commonmarker (~> 0.14) |
||||
jekyll (>= 3.7, < 5.0) |
||||
jekyll-commonmark-ghpages (0.1.6) |
||||
commonmarker (~> 0.17.6) |
||||
jekyll-commonmark (~> 1.2) |
||||
rouge (>= 2.0, < 4.0) |
||||
jekyll-default-layout (0.1.4) |
||||
jekyll (~> 3.0) |
||||
jekyll-feed (0.13.0) |
||||
jekyll (>= 3.7, < 5.0) |
||||
jekyll-gist (1.5.0) |
||||
octokit (~> 4.2) |
||||
jekyll-github-metadata (2.13.0) |
||||
jekyll (>= 3.4, < 5.0) |
||||
octokit (~> 4.0, != 4.4.0) |
||||
jekyll-mentions (1.5.1) |
||||
html-pipeline (~> 2.3) |
||||
jekyll (>= 3.7, < 5.0) |
||||
jekyll-optional-front-matter (0.3.2) |
||||
jekyll (>= 3.0, < 5.0) |
||||
jekyll-paginate (1.1.0) |
||||
jekyll-readme-index (0.3.0) |
||||
jekyll (>= 3.0, < 5.0) |
||||
jekyll-redirect-from (0.15.0) |
||||
jekyll (>= 3.3, < 5.0) |
||||
jekyll-relative-links (0.6.1) |
||||
jekyll (>= 3.3, < 5.0) |
||||
jekyll-remote-theme (0.4.1) |
||||
addressable (~> 2.0) |
||||
jekyll (>= 3.5, < 5.0) |
||||
rubyzip (>= 1.3.0) |
||||
jekyll-sass-converter (1.5.2) |
||||
sass (~> 3.4) |
||||
jekyll-seo-tag (2.6.1) |
||||
jekyll (>= 3.3, < 5.0) |
||||
jekyll-sitemap (1.4.0) |
||||
jekyll (>= 3.7, < 5.0) |
||||
jekyll-swiss (1.0.0) |
||||
jekyll-theme-architect (0.1.1) |
||||
jekyll (~> 3.5) |
||||
jekyll-seo-tag (~> 2.0) |
||||
jekyll-theme-cayman (0.1.1) |
||||
jekyll (~> 3.5) |
||||
jekyll-seo-tag (~> 2.0) |
||||
jekyll-theme-dinky (0.1.1) |
||||
jekyll (~> 3.5) |
||||
jekyll-seo-tag (~> 2.0) |
||||
jekyll-theme-hacker (0.1.1) |
||||
jekyll (~> 3.5) |
||||
jekyll-seo-tag (~> 2.0) |
||||
jekyll-theme-leap-day (0.1.1) |
||||
jekyll (~> 3.5) |
||||
jekyll-seo-tag (~> 2.0) |
||||
jekyll-theme-merlot (0.1.1) |
||||
jekyll (~> 3.5) |
||||
jekyll-seo-tag (~> 2.0) |
||||
jekyll-theme-midnight (0.1.1) |
||||
jekyll (~> 3.5) |
||||
jekyll-seo-tag (~> 2.0) |
||||
jekyll-theme-minimal (0.1.1) |
||||
jekyll (~> 3.5) |
||||
jekyll-seo-tag (~> 2.0) |
||||
jekyll-theme-modernist (0.1.1) |
||||
jekyll (~> 3.5) |
||||
jekyll-seo-tag (~> 2.0) |
||||
jekyll-theme-primer (0.5.4) |
||||
jekyll (> 3.5, < 5.0) |
||||
jekyll-github-metadata (~> 2.9) |
||||
jekyll-seo-tag (~> 2.0) |
||||
jekyll-theme-slate (0.1.1) |
||||
jekyll (~> 3.5) |
||||
jekyll-seo-tag (~> 2.0) |
||||
jekyll-theme-tactile (0.1.1) |
||||
jekyll (~> 3.5) |
||||
jekyll-seo-tag (~> 2.0) |
||||
jekyll-theme-time-machine (0.1.1) |
||||
jekyll (~> 3.5) |
||||
jekyll-seo-tag (~> 2.0) |
||||
jekyll-titles-from-headings (0.5.3) |
||||
jekyll (>= 3.3, < 5.0) |
||||
jekyll-watch (2.2.1) |
||||
listen (~> 3.0) |
||||
jemoji (0.11.1) |
||||
gemoji (~> 3.0) |
||||
html-pipeline (~> 2.2) |
||||
jekyll (>= 3.0, < 5.0) |
||||
kramdown (2.3.1) |
||||
rexml |
||||
kramdown-parser-gfm (1.1.0) |
||||
kramdown (~> 2.0) |
||||
liquid (4.0.3) |
||||
listen (3.2.1) |
||||
rb-fsevent (~> 0.10, >= 0.10.3) |
||||
rb-inotify (~> 0.9, >= 0.9.10) |
||||
mercenary (0.3.6) |
||||
mini_portile2 (2.5.0) |
||||
minima (2.5.1) |
||||
jekyll (>= 3.5, < 5.0) |
||||
jekyll-feed (~> 0.9) |
||||
jekyll-seo-tag (~> 2.1) |
||||
minitest (5.14.1) |
||||
multipart-post (2.1.1) |
||||
nokogiri (1.11.0) |
||||
mini_portile2 (~> 2.5.0) |
||||
racc (~> 1.4) |
||||
octokit (4.18.0) |
||||
faraday (>= 0.9) |
||||
sawyer (~> 0.8.0, >= 0.5.3) |
||||
pathutil (0.16.2) |
||||
forwardable-extended (~> 2.6) |
||||
public_suffix (3.1.1) |
||||
racc (1.5.2) |
||||
rb-fsevent (0.10.4) |
||||
rb-inotify (0.10.1) |
||||
ffi (~> 1.0) |
||||
rexml (3.2.5) |
||||
rouge (3.19.0) |
||||
ruby-enum (0.8.0) |
||||
i18n |
||||
rubyzip (2.3.0) |
||||
safe_yaml (1.0.5) |
||||
sass (3.7.4) |
||||
sass-listen (~> 4.0.0) |
||||
sass-listen (4.0.0) |
||||
rb-fsevent (~> 0.9, >= 0.9.4) |
||||
rb-inotify (~> 0.9, >= 0.9.7) |
||||
sawyer (0.8.2) |
||||
addressable (>= 2.3.5) |
||||
faraday (> 0.8, < 2.0) |
||||
simpleidn (0.1.1) |
||||
unf (~> 0.1.4) |
||||
terminal-table (1.8.0) |
||||
unicode-display_width (~> 1.1, >= 1.1.1) |
||||
thread_safe (0.3.6) |
||||
typhoeus (1.4.0) |
||||
ethon (>= 0.9.0) |
||||
tzinfo (1.2.7) |
||||
thread_safe (~> 0.1) |
||||
unf (0.1.4) |
||||
unf_ext |
||||
unf_ext (0.0.7.7) |
||||
unicode-display_width (1.7.0) |
||||
zeitwerk (2.4.0) |
||||
|
||||
PLATFORMS |
||||
ruby |
||||
|
||||
DEPENDENCIES |
||||
github-pages |
||||
jekyll (>= 3.7) |
||||
kramdown (>= 2.3.1) |
||||
nokogiri (< 1.11.1) |
||||
|
||||
BUNDLED WITH |
||||
2.0.2 |
@ -0,0 +1,63 @@
|
||||
repository: florianboergel/drcstools |
||||
output: web |
||||
topnav_title: drcstools |
||||
site_title: drcstools |
||||
company_name: Florian Boergel |
||||
description: Tools for climate analysis |
||||
# Set to false to disable KaTeX math |
||||
use_math: true |
||||
# Add Google analytics id if you have one and want to use it here |
||||
google_analytics: |
||||
# See http://nbdev.fast.ai/search for help with adding Search |
||||
google_search: |
||||
|
||||
host: 127.0.0.1 |
||||
# the preview server used. Leave as is. |
||||
port: 4000 |
||||
# the port where the preview is rendered. |
||||
|
||||
exclude: |
||||
- .idea/ |
||||
- .gitignore |
||||
- vendor |
||||
|
||||
exclude: [vendor] |
||||
|
||||
highlighter: rouge |
||||
markdown: kramdown |
||||
kramdown: |
||||
input: GFM |
||||
auto_ids: true |
||||
hard_wrap: false |
||||
syntax_highlighter: rouge |
||||
|
||||
collections: |
||||
tooltips: |
||||
output: false |
||||
|
||||
defaults: |
||||
- |
||||
scope: |
||||
path: "" |
||||
type: "pages" |
||||
values: |
||||
layout: "page" |
||||
comments: true |
||||
search: true |
||||
sidebar: home_sidebar |
||||
topnav: topnav |
||||
- |
||||
scope: |
||||
path: "" |
||||
type: "tooltips" |
||||
values: |
||||
layout: "page" |
||||
comments: true |
||||
search: true |
||||
tooltip: true |
||||
|
||||
sidebars: |
||||
- home_sidebar |
||||
|
||||
theme: jekyll-theme-cayman |
||||
baseurl: /drcstools/ |
@ -0,0 +1,15 @@
|
||||
tip: '<div class="alert alert-success" role="alert"><i class="fa fa-check-square-o"></i> <b>Tip: </b>' |
||||
note: '<div class="alert alert-info" role="alert"><i class="fa fa-info-circle"></i> <b>Note: </b>' |
||||
important: '<div class="alert alert-warning" role="alert"><i class="fa fa-warning"></i> <b>Important: </b>' |
||||
warning: '<div class="alert alert-danger" role="alert"><i class="fa fa-exclamation-circle"></i> <b>Warning: </b>' |
||||
end: '</div>' |
||||
|
||||
callout_danger: '<div class="bs-callout bs-callout-danger">' |
||||
callout_default: '<div class="bs-callout bs-callout-default">' |
||||
callout_primary: '<div class="bs-callout bs-callout-primary">' |
||||
callout_success: '<div class="bs-callout bs-callout-success">' |
||||
callout_info: '<div class="bs-callout bs-callout-info">' |
||||
callout_warning: '<div class="bs-callout bs-callout-warning">' |
||||
|
||||
hr_faded: '<hr class="faded"/>' |
||||
hr_shaded: '<hr class="shaded"/>' |
@ -0,0 +1,45 @@
|
||||
|
||||
################################################# |
||||
### THIS FILE WAS AUTOGENERATED! DO NOT EDIT! ### |
||||
################################################# |
||||
# Instead edit ../../sidebar.json |
||||
entries: |
||||
- folders: |
||||
- folderitems: |
||||
- output: web,pdf |
||||
title: Overview |
||||
url: / |
||||
- output: web,pdf |
||||
title: Storm detection |
||||
url: storm_detection_cci.html |
||||
- output: web,pdf |
||||
title: Stormtracks |
||||
url: storm_detection_core.html |
||||
- output: web,pdf |
||||
title: Derivatives |
||||
url: derivatives.html |
||||
- output: web,pdf |
||||
title: stats |
||||
url: stats.html |
||||
- output: web,pdf |
||||
title: helper_functions |
||||
url: helper_functions.html |
||||
- output: web,pdf |
||||
title: read_data |
||||
url: read_data.html |
||||
- output: web,pdf |
||||
title: Title |
||||
url: ergom.html |
||||
- output: web,pdf |
||||
title: 'Low-frequency component analysis ' |
||||
url: lfca.html |
||||
- output: web,pdf |
||||
title: Filter |
||||
url: lanczos_filter.html |
||||
- output: web,pdf |
||||
title: MOM preprocessing |
||||
url: mom_preprocessing.html |
||||
output: web |
||||
title: drcstools |
||||
output: web |
||||
title: Sidebar |
@ -0,0 +1,3 @@
|
||||
allowed-tags: |
||||
- getting_started |
||||
- navigation |
@ -0,0 +1,10 @@
|
||||
topnav: |
||||
- title: Topnav |
||||
items: |
||||
- title: github |
||||
external_url: https://github.com/florianboergel/drcstools/tree/master/ |
||||
|
||||
#Topnav dropdowns |
||||
topnav_dropdowns: |
||||
- title: Topnav dropdowns |
||||
folders: |
@ -0,0 +1,15 @@
|
||||
--- |
||||
layout: default |
||||
type: archive |
||||
--- |
||||
|
||||
<div class="post-header"> |
||||
<h1 class="post-title-main">{{ page.title }}</h1> |
||||
</div> |
||||
<div class="post-content"> |
||||
|
||||
{{ content }} |
||||
</div> |
||||
|
||||
|
||||
|
@ -0,0 +1 @@
|
||||
<div markdown="span" class="bs-callout bs-callout-{{include.type}}">{{include.content}}</div> |
@ -0,0 +1,9 @@
|
||||
<footer> |
||||
<div class="row"> |
||||
<div class="col-lg-12 footer"> |
||||
<p><img src="{{ "images/company_logo.png" | relative_url }}" alt="Company logo"/></p> |
||||
©{{ site.time | date: "%Y" }} {{site.company_name}}. All rights reserved. <br /> |
||||
{% if page.last_updated %}<span>Page last updated:</span> {{page.last_updated}}<br/>{% endif %} Site last generated: {{ site.time | date: "%b %-d, %Y" }} <br /> |
||||
</div> |
||||
</div> |
||||
</footer> |
@ -0,0 +1,6 @@
|
||||
<!-- the google_analytics_id gets auto inserted from the config file --> |
||||
|
||||
{% if site.google_analytics %} |
||||
|
||||
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create','{{site.google_analytics}}','auto');ga('require','displayfeatures');ga('send','pageview');</script> |
||||
{% endif %} |
@ -0,0 +1,83 @@
|
||||
<meta charset="utf-8"> |
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"> |
||||
<meta name="description" content="{% if page.summary %}{{ page.summary | strip_html | strip_newlines | truncate: 160 }}{% endif %}"> |
||||
<meta name="keywords" content="{{page.tags}}{% if page.tags %}, {% endif %} {{page.keywords}}"> |
||||
<title>{{ page.title }} | {{ site.site_title }}</title> |
||||
<link rel="stylesheet" href="{{ "css/syntax.css" | relative_url }}"> |
||||
|
||||
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> |
||||
<!--<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css">--> |
||||
<link rel="stylesheet" href="{{ "css/modern-business.css" | relative_url }}"> |
||||
<!-- Latest compiled and minified CSS --> |
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> |
||||
<link rel="stylesheet" href="{{ "css/customstyles.css" | relative_url }}"> |
||||
<link rel="stylesheet" href="{{ "css/boxshadowproperties.css" | relative_url }}"> |
||||
<!-- most color styles are extracted out to here --> |
||||
<link rel="stylesheet" href="{{ "css/theme-blue.css" | relative_url }}"> |
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> |
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script> |
||||
<script src="{{ "js/jquery.navgoco.min.js" | relative_url }}"></script> |
||||
|
||||
{% if site.use_math %} |
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.css" integrity="sha384-zB1R0rpPzHqg7Kpt0Aljp8JPLqbXI3bhnPWROx27a9N0Ll6ZP/+DiW/UqRcLbRjq" crossorigin="anonymous"> |
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.js" integrity="sha384-y23I5Q6l+B6vatafAwxRu/0oK/79VlbSz7Q9aiSZUvyWYIYsd+qj+o24G5ZU2zJz" crossorigin="anonymous"></script> |
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/contrib/auto-render.min.js" integrity="sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI" crossorigin="anonymous"></script> |
||||
<script> |
||||
document.addEventListener("DOMContentLoaded", function() { |
||||
renderMathInElement( document.body, { |
||||
delimiters: [ |
||||
{left: "$$", right: "$$", display: true}, |
||||
{left: "[%", right: "%]", display: true}, |
||||
{left: "$", right: "$", display: false} |
||||
]} |
||||
); |
||||
}); |
||||
</script> |
||||
{% endif %} |
||||
|
||||
<!-- Latest compiled and minified JavaScript --> |
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> |
||||
<!-- Anchor.js --> |
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js"></script> |
||||
<script src="{{ "js/toc.js" | relative_url }}"></script> |
||||
<script src="{{ "js/customscripts.js" | relative_url }}"></script> |
||||
|
||||
<link rel="shortcut icon" href="{{ "images/favicon.ico?" | relative_url }}"> |
||||
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> |
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
||||
<!--[if lt IE 9]> |
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> |
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> |
||||
<![endif]--> |
||||
|
||||
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "feed.xml" | relative_url | prepend: site.url }}"> |
||||
|
||||
<!-- Twitter cards --> |
||||
{% if site.twitter_username %} |
||||
<meta name="twitter:site" content="@{{ site.twitter_username }}"> |
||||
<meta name="twitter:creator" content="@{{ site.twitter_username }}"> |
||||
<meta name="twitter:title" content="{{ page.title }}"> |
||||
{% endif %} |
||||
|
||||
{% if page.summary %} |
||||
<meta name="twitter:description" content="{{ page.summary }}"> |
||||
{% else %} |
||||
<meta name="twitter:description" content="{{ site.description }}"> |
||||
{% endif %} |
||||
|
||||
{% if page.image %} |
||||
<meta name="twitter:card" content="summary_large_image"> |
||||
<meta name="twitter:image" content="{{ site.url }}/{{ page.image }}"> |
||||
{% else %} |
||||
<!-- <meta name="twitter:card" content="summary"> --> |
||||
<!-- <meta name="twitter:image" content="{{ site.title_image }}"> --> |
||||
{% endif %} |
||||
<!-- end of Twitter cards --> |
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,28 @@
|
||||
<meta charset="utf-8"> |
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"> |
||||
<meta name="description" content="{% if page.summary %}{{ page.summary | strip_html | strip_newlines | truncate: 160 }}{% endif %}"> |
||||
<meta name="keywords" content="{{page.tags}}{% if page.tags %}, {% endif %} {{page.keywords}}"> |
||||
<title>{% if page.homepage == true %} {{site.homepage_title}} {% elsif page.title %}{{ page.title }}{% endif %} | {{ site.site_title }}</title> |
||||
|
||||
|
||||
<link rel="stylesheet" href="{{ "css/syntax.css" | relative_url | prepend: site.url }}"> |
||||
<link rel="stylesheet" href="{{ "css/font-awesome.min.css" | relative_url | prepend: site.url }}"> |
||||
<link rel="stylesheet" href="{{ "css/bootstrap.min.css" | relative_url | prepend: site.url }}"> |
||||
<link rel="stylesheet" href="{{ "css/modern-business.css" | relative_url | prepend: site.url }}"> |
||||
<link rel="stylesheet" href="{{ "css/customstyles.css" | relative_url | prepend: site.url }}"> |
||||
<link rel="stylesheet" href="{{ "css/theme-blue.css" | relative_url | prepend: site.url }}"> |
||||
<link rel="stylesheet" href="{{ "css/syntax.css" | relative_url | prepend: site.url }}"> |
||||
<link rel="stylesheet" href="{{ "css/printstyles.css" | relative_url }}"> |
||||
|
||||
<script> |
||||
Prince.addScriptFunc("datestamp", function() { |
||||
return "PDF last generated: {{ site.time | date: '%B %d, %Y' }}"; |
||||
}); |
||||
</script> |
||||
|
||||
<script> |
||||
Prince.addScriptFunc("guideName", function() { |
||||
return "{{site.print_title}} User Guide"; |
||||
}); |
||||
</script> |
@ -0,0 +1 @@
|
||||
<figure>{% if {{include.url}} %}<a class="no_icon" target="_blank" href="{{include.url}}">{% endif %}<img class="docimage" src="{{include.file}}" alt="{{include.alt}}" {% if {{include.max-width}} %}style="max-width: {{include.max-width}}px"{% endif %} />{% if {{include.url}} %}</a>{% endif %}{% if {{include.caption}} %}<figcaption>{{include.caption}}</figcaption>{% endif %}</figure> |
@ -0,0 +1 @@
|
||||
<div markdown="span" class="alert alert-warning" role="alert"><i class="fa fa-warning"></i> <b>Important:</b> {{include.content}}</div> |
@ -0,0 +1,130 @@
|
||||
<script type="text/javascript"> |
||||
$(document).ready(function() { |
||||
$('#toc').toc({ minimumHeaders: 0, listType: 'ul', showSpeed: 0, headers: 'h2,h3,h4' }); |
||||
}); |
||||
|
||||
</script> |
||||
<!-- shuffle --> |
||||
<script> |
||||
var shuffleme = (function( $ ) { |
||||
'use strict'; |
||||
|
||||
var $grid = $('#grid'), |
||||
$filterOptions = $('.filter-options'), |
||||
$sizer = $grid.find('.shuffle_sizer'), |
||||
|
||||
init = function() { |
||||
|
||||
// None of these need to be executed synchronously |
||||
setTimeout(function() { |
||||
listen(); |
||||
setupFilters(); |
||||
}, 100); |
||||
|
||||
// instantiate the plugin |
||||
$grid.shuffle({ |
||||
itemSelector: '[class*="col-"]', |
||||
sizer: $sizer |
||||
}); |
||||
}, |
||||
|
||||
// Set up button clicks |
||||
setupFilters = function() { |
||||
var $btns = $filterOptions.children(); |
||||
$btns.on('click', function() { |
||||
var $this = $(this), |
||||
isActive = $this.hasClass( 'active' ), |
||||
group = isActive ? 'all' : $this.data('group'); |
||||
|
||||
// Hide current label, show current label in title |
||||
if ( !isActive ) { |
||||
$('.filter-options .active').removeClass('active'); |
||||
} |
||||
|
||||
$this.toggleClass('active'); |
||||
|
||||
// Filter elements |
||||
$grid.shuffle( 'shuffle', group ); |
||||
}); |
||||
|
||||
$btns = null; |
||||
}, |
||||
|
||||
// Re layout shuffle when images load. This is only needed |
||||
// below 768 pixels because the .picture-item height is auto and therefore |
||||
// the height of the picture-item is dependent on the image |
||||
// I recommend using imagesloaded to determine when an image is loaded |
||||
// but that doesn't support IE7 |
||||
listen = function() { |
||||
var debouncedLayout = $.throttle( 300, function() { |
||||
$grid.shuffle('update'); |
||||
}); |
||||
|
||||
// Get all images inside shuffle |
||||
$grid.find('img').each(function() { |
||||
var proxyImage; |
||||
|
||||
// Image already loaded |
||||
if ( this.complete && this.naturalWidth !== undefined ) { |
||||
return; |
||||
} |
||||
|
||||
// If none of the checks above matched, simulate loading on detached element. |
||||
proxyImage = new Image(); |
||||
$( proxyImage ).on('load', function() { |
||||
$(this).off('load'); |
||||
debouncedLayout(); |
||||
}); |
||||
|
||||
proxyImage.src = this.src; |
||||
}); |
||||
|
||||
// Because this method doesn't seem to be perfect. |
||||
setTimeout(function() { |
||||
debouncedLayout(); |
||||
}, 500); |
||||
}; |
||||
|
||||
return { |
||||
init: init |
||||
}; |
||||
}( jQuery )); |
||||
|
||||
|
||||
|
||||
$(document).ready(function() { |
||||
shuffleme.init(); |
||||
}); |
||||
|
||||
</script> |
||||
|
||||
<!-- new attempt--> |
||||
|
||||
<script> |
||||
$(document).ready(function() { |
||||
|
||||
/* initialize shuffle plugin */ |
||||
var $grid = $('#grid'); |
||||
|
||||
$grid.shuffle({ |
||||
itemSelector: '.item' // the selector for the items in the grid |
||||
}); |
||||
|
||||
});</script> |
||||
|
||||
<script> |
||||
$('#filter a').click(function (e) { |
||||
e.preventDefault(); |
||||
|
||||
// set active class |
||||
$('#filter a').removeClass('active'); |
||||
$(this).addClass('active'); |
||||
|
||||
// get group name from clicked item |
||||
var groupName = $(this).attr('data-group'); |
||||
|
||||
// reshuffle grid |
||||
$grid.shuffle('shuffle', groupName ); |
||||
});</script> |
||||
|
||||
|
@ -0,0 +1 @@
|
||||
<img class="inline" src="images/{{include.file}}" alt="{{include.alt}}" /> |
@ -0,0 +1,44 @@
|
||||
{% comment %}Get links from each sidebar, as listed in the _config.yml file under sidebars{% endcomment %} |
||||
|
||||
{% for sidebar in site.sidebars %} |
||||
{% for entry in site.data.sidebars[sidebar].entries %} |
||||
{% for folder in entry.folders %} |
||||
{% for folderitem in folder.folderitems %} |
||||
{% if folderitem.url contains "html#" %} |
||||
[{{folderitem.url | remove: "/" }}]: {{folderitem.url | remove: "/"}} |
||||
{% else %} |
||||
[{{folderitem.url | remove: "/" | remove: ".html"}}]: {{folderitem.url | remove: "/"}} |
||||
{% endif %} |
||||
{% for subfolders in folderitem.subfolders %} |
||||
{% for subfolderitem in subfolders.subfolderitems %} |
||||
[{{subfolderitem.url | remove: "/" | remove: ".html"}}]: {{subfolderitem.url | remove: "/"}} |
||||
{% endfor %} |
||||
{% endfor %} |
||||
{% endfor %} |
||||
{% endfor %} |
||||
{% endfor %} |
||||
{% endfor %} |
||||
|
||||
|
||||
{% comment %} Get links from topnav {% endcomment %} |
||||
|
||||
{% for entry in site.data.topnav.topnav %} |
||||
{% for item in entry.items %} |
||||
{% if item.external_url == null %} |
||||
[{{item.url | remove: "/" | remove: ".html"}}]: {{item.url | remove: "/"}} |
||||
{% endif %} |
||||
{% endfor %} |
||||
{% endfor %} |
||||
|
||||
{% comment %}Get links from topnav dropdowns {% endcomment %} |
||||
|
||||
{% for entry in site.data.topnav.topnav_dropdowns %} |
||||
{% for folder in entry.folders %} |
||||
{% for folderitem in folder.folderitems %} |
||||
{% if folderitem.external_url == null %} |
||||
[{{folderitem.url | remove: "/" | remove: ".html"}}]: {{folderitem.url | remove: "/"}} |
||||
{% endif %} |
||||
{% endfor %} |
||||
{% endfor %} |
||||
{% endfor %} |
||||
|
@ -0,0 +1 @@
|
||||
<div markdown="span" class="alert alert-info" role="alert"><i class="fa fa-info-circle"></i> <b>Note:</b> {{include.content}}</div> |
@ -0,0 +1,5 @@
|
||||
<div class="px-2"> |
||||
<a href="https://colab.research.google.com/github/{{site.repository}}/blob/{{page.branch | default: "master"}}/{{page.nb_path}}" target="_blank"> |
||||
<img class="notebook-badge-image" src="{{ "images/colab.svg" | relative_url }}" alt="Open In Colab"/> |
||||
</a> |
||||
</div> |
@ -0,0 +1,16 @@
|
||||
<script> |
||||
(function() { |
||||
var cx = '{{site.google_search}}'; |
||||
var gcse = document.createElement('script'); |
||||
gcse.type = 'text/javascript'; |
||||
gcse.async = true; |
||||
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx; |
||||
var s = document.getElementsByTagName('script')[0]; |
||||
s.parentNode.insertBefore(gcse, s); |
||||
})(); |
||||
</script> |
||||
|
||||
<div id="gcs-search-container"> |
||||
<gcse:search></gcse:search> |
||||
</div> |
||||
|
@ -0,0 +1,16 @@
|
||||
<div id="search-demo-container"> |
||||
<input type="text" id="search-input" placeholder="{{site.data.strings.search_placeholder_text}}"> |
||||
<ul id="results-container"></ul> |
||||
</div> |
||||
<script src="{{ "js/jekyll-search.js"}}" type="text/javascript"></script> |
||||
<script type="text/javascript"> |
||||
SimpleJekyllSearch.init({ |
||||
searchInput: document.getElementById('search-input'), |
||||
resultsContainer: document.getElementById('results-container'), |
||||
dataSource: '{{ "search.json" }}', |
||||
searchResultTemplate: '<li><a href="{url}" title="{{page.title | escape }}">{title}</a></li>', |
||||
noResultsText: '{{site.data.strings.search_no_results_text}}', |
||||
limit: 10, |
||||
fuzzy: true, |
||||
}) |
||||
</script> |
@ -0,0 +1,59 @@
|
||||
{% assign sidebar = site.data.sidebars[page.sidebar].entries %} |
||||
{% assign pageurl = page.url | remove: ".html" %} |
||||
|
||||
<ul id="mysidebar" class="nav"> |
||||
<li class="sidebarTitle">{{sidebar[0].product}} {{sidebar[0].version}}</li> |
||||
{% for entry in sidebar %} |
||||
{% for folder in entry.folders %} |
||||
{% if folder.output contains "web" %} |
||||
<li> |
||||
<a href="#">{{ folder.title }}</a> |
||||
<ul> |
||||
{% for folderitem in folder.folderitems %} |
||||
{% if folderitem.output contains "web" %} |
||||
{% if folderitem.external_url %} |
||||
<li><a href="{{folderitem.external_url}}" target="_blank">{{folderitem.title}}</a></li> |
||||
{% elsif pageurl == folderitem.url %} |
||||
<li class="active"><a href="{{folderitem.url | relative_url}}">{{folderitem.title}}</a></li> |
||||
{% elsif folderitem.type == "empty" %} |
||||
<li><a href="{{folderitem.url | relative_url}}">{{folderitem.title}}</a></li> |
||||
|
||||
{% else %} |
||||
<li><a href="{{folderitem.url | relative_url}}">{{folderitem.title}}</a></li> |
||||
{% endif %} |
||||
{% for subfolders in folderitem.subfolders %} |
||||
{% if subfolders.output contains "web" %} |
||||
<li class="subfolders"> |
||||
<a href="#">{{ subfolders.title }}</a> |
||||
<ul> |
||||
{% for subfolderitem in subfolders.subfolderitems %} |
||||
{% if subfolderitem.output contains "web" %} |
||||
{% if subfolderitem.external_url %} |
||||
<li><a href="{{subfolderitem.external_url}}" target="_blank">{{subfolderitem.title}}</a></li> |
||||
{% elsif pageurl == subfolderitem.url %} |
||||
<li class="active"><a href="{{subfolderitem.url | relative_url}}">{{subfolderitem.title}}</a></li> |
||||
{% else %} |
||||
<li><a href="{{subfolderitem.url | relative_url}}">{{subfolderitem.title}}</a></li> |
||||
{% endif %} |
||||
{% endif %} |
||||
{% endfor %} |
||||
</ul> |
||||
</li> |
||||
{% endif %} |
||||
{% endfor %} |
||||
{% endif %} |
||||
{% endfor %} |
||||
</ul> |
||||
</li> |
||||
{% endif %} |
||||
{% endfor %} |
||||
{% endfor %} |
||||
<!-- if you aren't using the accordion, uncomment this block: |
||||
<p class="external"> |
||||
<a href="#" id="collapseAll">Collapse All</a> | <a href="#" id="expandAll">Expand All</a> |
||||
</p> |
||||
--> |
||||
</ul> |
||||
|
||||
<!-- this highlights the active parent class in the navgoco sidebar. this is critical so that the parent expands when you're viewing a page. This must appear below the sidebar code above. Otherwise, if placed inside customscripts.js, the script runs before the sidebar code runs and the class never gets inserted.--> |
||||
<script>$("li.active").parents('li').toggleClass("active");</script> |
@ -0,0 +1 @@
|
||||
<div markdown="span" class="alert alert-success" role="alert"><i class="fa fa-check-square-o"></i> <b>Tip:</b> {{include.content}}</div> |
@ -0,0 +1,21 @@
|
||||
|
||||
<!-- this handles the automatic toc. use ## for subheads to auto-generate the on-page minitoc. if you use html tags, you must supply an ID for the heading element in order for it to appear in the minitoc. --> |
||||
<script> |
||||
$( document ).ready(function() { |
||||
// Handler for .ready() called. |
||||
|
||||
$('#toc').toc({ minimumHeaders: 0, listType: 'ul', showSpeed: 0, headers: 'h2,h3,h4' }); |
||||
|
||||
/* this offset helps account for the space taken up by the floating toolbar. */ |
||||
$('#toc').on('click', 'a', function() { |
||||
var target = $(this.getAttribute('href')) |
||||
, scroll_target = target.offset().top |
||||
|
||||
$(window).scrollTop(scroll_target - 10); |
||||
return false |
||||
}) |
||||
|
||||
}); |
||||
</script> |
||||
|
||||
<div id="toc"></div> |
@ -0,0 +1,62 @@
|
||||
<!-- Navigation --> |
||||
<nav class="navbar navbar-inverse navbar-static-top"> |
||||
<div class="container topnavlinks"> |
||||
<div class="navbar-header"> |
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> |
||||
<span class="sr-only">Toggle navigation</span> |
||||
<span class="icon-bar"></span> |
||||
<span class="icon-bar"></span> |
||||
<span class="icon-bar"></span> |
||||
</button> |
||||
<a class="fa fa-home fa-lg navbar-brand" href="{{ site.baseurl | prepend: site.url }}"> <span class="projectTitle">{{site.topnav_title}}</span></a> |
||||
</div> |
||||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> |
||||
<ul class="nav navbar-nav navbar-right"> |
||||
<!-- toggle sidebar button --> |
||||
<li><a id="tg-sb-link" href="#"><i id="tg-sb-icon" class="fa fa-toggle-on"></i> Nav</a></li> |
||||
<!-- entries without drop-downs appear here --> |
||||
|
||||
{% assign topnav = site.data[page.topnav] %} |
||||
{% assign topnav_dropdowns = site.data[page.topnav].topnav_dropdowns %} |
||||
|
||||
{% for entry in topnav.topnav %} |
||||
{% for item in entry.items %} |
||||
{% if item.external_url %} |
||||
<li><a href="{{item.external_url}}" target="_blank">{{item.title}}</a></li> |
||||
{% elsif page.url contains item.url %} |
||||
<li class="active"><a href="{{item.url | remove: "/"}}">{{item.title}}</a></li> |
||||
{% else %} |
||||
<li><a href="{{item.url | remove: "/"}}">{{item.title}}</a></li> |
||||
{% endif %} |
||||
{% endfor %} |
||||
{% endfor %} |
||||
<!-- entries with drop-downs appear here --> |
||||
<!-- conditional logic to control which topnav appears for the audience defined in the configuration file.--> |
||||
{% for entry in topnav_dropdowns %} |
||||
{% for folder in entry.folders %} |
||||
<li class="dropdown"> |
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{{ folder.title }}<b class="caret"></b></a> |
||||
<ul class="dropdown-menu"> |
||||
{% for folderitem in folder.folderitems %} |
||||
{% if folderitem.external_url %} |
||||
<li><a href="{{folderitem.external_url}}" target="_blank">{{folderitem.title}}</a></li> |
||||
{% elsif page.url contains folderitem.url %} |
||||
<li class="dropdownActive"><a href="{{folderitem.url | remove: "/"}}">{{folderitem.title}}</a></li> |
||||
{% else %} |
||||
<li><a href="{{folderitem.url | remove: "/"}}">{{folderitem.title}}</a></li> |
||||
{% endif %} |
||||
{% endfor %} |
||||
</ul> |
||||
</li> |
||||
{% endfor %} |
||||
{% endfor %} |
||||
{% if site.google_search %} |
||||
<li> |
||||
{% include search_google_custom.html %} |
||||
</li> |
||||
{% endif %} |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
<!-- /.container --> |
||||
</nav> |
@ -0,0 +1 @@
|
||||
<div markdown="span" class="alert alert-danger" role="alert"><i class="fa fa-exclamation-circle"></i> <b>Warning:</b> {{include.content}}</div> |
@ -0,0 +1,110 @@
|
||||
<!DOCTYPE html> |
||||
<html> |
||||
<head> |
||||
{% include head.html %} |
||||
<script> |
||||
$(document).ready(function() { |
||||
// Initialize navgoco with default options |
||||
$("#mysidebar").navgoco({ |
||||
caretHtml: '', |
||||
accordion: true, |
||||
openClass: 'active', // open |
||||
save: false, // leave false or nav highlighting doesn't work right |
||||
cookie: { |
||||
name: 'navgoco', |
||||
expires: false, |
||||
path: '/' |
||||
}, |
||||
slide: { |
||||
duration: 400, |
||||
easing: 'swing' |
||||
} |
||||
}); |
||||
|
||||
$("#collapseAll").click(function(e) { |
||||
e.preventDefault(); |
||||
$("#mysidebar").navgoco('toggle', false); |
||||
}); |
||||
|
||||
$("#expandAll").click(function(e) { |
||||
e.preventDefault(); |
||||
$("#mysidebar").navgoco('toggle', true); |
||||
}); |
||||
|
||||
// activate menu items where href is matching to current page |
||||
$("#mysidebar a[href='" + location.pathname.match(/(\/[^\/]*)$/)[1] + "']") |
||||
.parents('li').addClass('active') |
||||
.parents('ul').css('display', 'block'); |
||||
}); |
||||
|
||||
</script> |
||||
<script> |
||||
$(function () { |
||||
$('[data-toggle="tooltip"]').tooltip() |
||||
}) |
||||
</script> |
||||
<script> |
||||
$(document).ready(function() { |
||||
$("#tg-sb-link").click(function() { |
||||
$("#tg-sb-sidebar").toggle(); |
||||
$("#tg-sb-content").toggleClass('col-md-9'); |
||||
$("#tg-sb-content").toggleClass('col-md-12'); |
||||
$("#tg-sb-icon").toggleClass('fa-toggle-on'); |
||||
$("#tg-sb-icon").toggleClass('fa-toggle-off'); |
||||
}); |
||||
}); |
||||
</script> |
||||
{% if page.datatable == true %} |
||||
<!-- Include the standard DataTables bits --> |
||||
<link rel="stylesheet" type="text/css" href="//cdn.datatables.net/1.10.13/css/jquery.dataTables.css"> |
||||
<script type="text/javascript" charset="utf8" src="//cdn.datatables.net/1.10.13/js/jquery.dataTables.js"></script> |
||||
<!-- First, this walks through the tables that occur between ...-begin |
||||
and ...-end and add the "datatable" class to them. |
||||
Then it invokes DataTable's standard initializer |
||||
Credit here: http://www.beardedhacker.com/blog/2015/08/28/add-class-attribute-to-markdown-table/ |
||||
--> |
||||
<script> |
||||
$(document).ready(function(){ |
||||
$('div.datatable-begin').nextUntil('div.datatable-end', 'table').addClass('display'); |
||||
$('table.display').DataTable( { |
||||
paging: true, |
||||
stateSave: true, |
||||
searching: true |
||||
}); |
||||
}); |
||||
</script> |
||||
{% endif %} |
||||
|
||||
</head> |
||||
<body> |
||||
{% include topnav.html %} |
||||
<!-- Page Content --> |
||||
<div class="container"> |
||||
<div id="main"> |
||||
<!-- Content Row --> |
||||
<div class="row"> |
||||
{% assign content_col_size = "col-md-12" %} |
||||
{% unless page.hide_sidebar %} |
||||
<!-- Sidebar Column --> |
||||
<div class="col-md-3" id="tg-sb-sidebar"> |
||||
{% include sidebar.html %} |
||||
</div> |
||||
{% assign content_col_size = "col-md-9" %} |
||||
{% endunless %} |
||||
|
||||
<!-- Content Column --> |
||||
<div class="{{content_col_size}}" id="tg-sb-content"> |
||||
{{content}} |
||||
</div> |
||||
<!-- /.row --> |
||||
</div> |
||||
<!-- /.container --> |
||||
</div> |
||||
<!-- /#main --> |
||||
</div> |
||||
|
||||
</body> |
||||
{% if site.google_analytics %} |
||||
{% include google_analytics.html %} |
||||
{% endif %} |
||||
</html> |
@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<html> |
||||
<head> |
||||
{% include head_print.html %} |
||||
|
||||
|
||||
</head> |
||||
|
||||
<body class="{% if page.type == "title"%}title{% elsif page.type == "frontmatter" %}frontmatter{% elsif page.type == "first_page" %}first_page{% endif %} print"> |
||||
|
||||
<!-- Page Content --> |
||||
<div class="container"> |
||||
<!-- Content Column --> |
||||
<div class="col-md-9"> |
||||
|
||||
{{content}} |
||||
</div> |
||||
|
||||
</div> <!-- /.container --> |
||||
|
||||
</body> |
||||
|
||||
</html> |
||||
|
@ -0,0 +1,70 @@
|
||||
--- |
||||
layout: default |
||||
--- |
||||
|
||||
<div class="post-header"> |
||||
<a id="{{page.title}}"></a> |
||||
<h1 class="post-title-main">{{ page.title }}</h1> |
||||
{% if page.nb_path %} |
||||
{% unless site.default_badges.colab != true or page.hide_colab_badge %}{% include notebook_colab_link.html %}{% endunless %} |
||||
{% endif -%} |
||||
</div> |
||||
|
||||
{% if page.simple_map == true %} |
||||
|
||||
<script> |
||||
$(document).ready ( function(){ |
||||
$('.box{{page.box_number}}').addClass('active'); |
||||
}); |
||||
</script> |
||||
|
||||
{% include custom/{{page.map_name}}.html %} |
||||
|
||||
{% elsif page.complex_map == true %} |
||||
|
||||
<script> |
||||
$(document).ready ( function(){ |
||||
$('.modalButton{{page.box_number}}').addClass('active'); |
||||
}); |
||||
</script> |
||||
|
||||
{% include custom/{{page.map_name}}.html %} |
||||
|
||||
{% endif %} |
||||
|
||||
<div class="post-content"> |
||||
|
||||
{% if page.summary %} |
||||
<div class="summary">{{page.summary}}</div> |
||||
{% endif %} |
||||
|
||||
{% unless page.toc == false %} |
||||
{% include toc.html %} |
||||
{% endunless %} |
||||
|
||||
|
||||
{% if site.github_editme_path %} |
||||
|
||||
<a target="_blank" href="https://github.com/{{site.github_editme_path}}{{page.path}}" class="btn btn-default githubEditButton" role="button"><i class="fa fa-github fa-lg"></i> Edit me</a> |
||||
|
||||
{% endif %} |
||||
|
||||
{{content}} |
||||
|
||||
<div class="tags"> |
||||
{% if page.tags != null %} |
||||
<b>Tags: </b> |
||||
{% assign projectTags = site.data.tags.allowed-tags %} |
||||
{% for tag in page.tags %} |
||||
{% if projectTags contains tag %} |
||||
<a href="{{ "tag_" | append: tag | append: ".html" }}" class="btn btn-default navbar-btn cursorNorm" role="button">{{page.tagName}}{{tag}}</a> |
||||
{% endif %} |
||||
{% endfor %} |
||||
{% endif %} |
||||
</div> |
||||
|
||||
</div> |
||||
|
||||
{{site.data.alerts.hr_shaded}} |
||||
|
||||
{% include footer.html %} |
@ -0,0 +1,15 @@
|
||||
--- |
||||
layout: default_print |
||||
comments: true |
||||
--- |
||||
<div class="post-header"> |
||||
<h1 class="post-title-main" id="{{page.permalink | replace: '/', '' }}">{{ page.title }}</h1> |
||||
</div> |
||||
|
||||
<div class="post-content"> |
||||
|
||||
{% if page.summary %} |
||||
<div class="summary">{{page.summary}}</div> |
||||
{% endif %} |
||||
{{ content }} |
||||
</div> |
File diff suppressed because one or more lines are too long
@ -0,0 +1,99 @@
|
||||
--- |
||||
|
||||
title: drcstools |
||||
|
||||
|
||||
keywords: fastai |
||||
sidebar: home_sidebar |
||||
|
||||
summary: "API details." |
||||
description: "API details." |
||||
nb_path: "00_core.ipynb" |
||||
--- |
||||
<!-- |
||||
|
||||
################################################# |
||||
### THIS FILE WAS AUTOGENERATED! DO NOT EDIT! ### |
||||
################################################# |
||||
# file to edit: 00_core.ipynb |
||||
# command to build the docs after a change: nbdev_build_docs |
||||
|
||||
--> |
||||
|
||||
<div class="container" id="notebook-container"> |
||||
|
||||
{% raw %} |
||||
|
||||
<div class="cell border-box-sizing code_cell rendered"> |
||||
|
||||
</div> |
||||
{% endraw %} |
||||
|
||||
{% raw %} |
||||
|
||||
<div class="cell border-box-sizing code_cell rendered"> |
||||
|
||||
<div class="output_wrapper"> |
||||
<div class="output"> |
||||
|
||||
<div class="output_area"> |
||||
|
||||
|
||||
<div class="output_markdown rendered_html output_subarea "> |
||||
<h4 id="say_hello" class="doc_header"><code>say_hello</code><a href="https://github.com/florianboergel/drcstools/tree/master/drcstools/core.py#L6" class="source_link" style="float:right">[source]</a></h4><blockquote><p><code>say_hello</code>(<strong><code>to</code></strong>)</p> |
||||
</blockquote> |
||||
<p>Say hello to somebody</p> |
||||
|
||||
</div> |
||||
|
||||
</div> |
||||
|
||||
</div> |
||||
</div> |
||||
|
||||
</div> |
||||
{% endraw %} |
||||
|
||||
{% raw %} |
||||
|
||||
<div class="cell border-box-sizing code_cell rendered"> |
||||
|
||||
</div> |
||||
{% endraw %} |
||||
|
||||
{% raw %} |
||||
|
||||
<div class="cell border-box-sizing code_cell rendered"> |
||||
<div class="input"> |
||||
|
||||
<div class="inner_cell"> |
||||
<div class="input_area"> |
||||
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">say_hello</span><span class="p">(</span><span class="s2">"Sylvain"</span><span class="p">)</span> |
||||
</pre></div> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="output_wrapper"> |
||||
<div class="output"> |
||||
|
||||
<div class="output_area"> |
||||
|
||||
|
||||
|
||||
<div class="output_text output_subarea output_execute_result"> |
||||
<pre>'Hello Sylvain!'</pre> |
||||
</div> |
||||
|
||||
</div> |
||||
|
||||
</div> |
||||
</div> |
||||
|
||||
</div> |
||||
{% endraw %} |
||||
|
||||
</div> |
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,24 @@
|
||||
/* box-shadow fonts return errors with prince, so extracting here to put in web output only */ |
||||
|
||||
#search-demo-container ul#results-container { |
||||
box-shadow: 2px 3px 2px #dedede; |
||||
} |
||||
|
||||
|
||||
hr.shaded { |
||||
box-shadow: inset 0 6px 6px -6px rgba(0,0,0,0.5); |
||||
} |
||||
|
||||
.videoThumbs img { |
||||
box-shadow: 2px 2px 1px #f0f0f0; |
||||
} |
||||
|
||||
.box { |
||||
box-shadow: 2px 2px 4px #dedede; |
||||
} |
||||
|
||||
@media (max-width: 1200px) { |
||||
.navbar-collapse { |
||||
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); |
||||
} |
||||
} |
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 434 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,89 @@
|
||||
/*! |
||||
* Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com) |
||||
* Code licensed under the Apache License v2.0. |
||||
* For details, see http://www.apache.org/licenses/LICENSE-2.0. |
||||
*/ |
||||
|
||||
/* Global Styles */ |
||||
|
||||
html, |
||||
body { |
||||
height: 100%; |
||||
} |
||||
|
||||
.img-portfolio { |
||||
margin-bottom: 30px; |
||||
} |
||||
|
||||
.img-hover:hover { |
||||
opacity: 0.8; |
||||
} |
||||
|
||||
/* Home Page Carousel */ |
||||
|
||||
header.carousel { |
||||
height: 50%; |
||||
} |
||||
|
||||
header.carousel .item, |
||||
header.carousel .item.active, |
||||
header.carousel .carousel-inner { |
||||
height: 100%; |
||||
} |
||||
|
||||
header.carousel .fill { |
||||
width: 100%; |
||||
height: 100%; |
||||
background-position: center; |
||||
background-size: cover; |
||||
} |
||||
|
||||
/* 404 Page Styles */ |
||||
|
||||
.error-404 { |
||||
font-size: 100px; |
||||
} |
||||
|
||||
/* Pricing Page Styles */ |
||||
|
||||
.price { |
||||
display: block; |
||||
font-size: 50px; |
||||
line-height: 50px; |
||||
} |
||||
|
||||
.price sup { |
||||
top: -20px; |
||||
left: 2px; |
||||
font-size: 20px; |
||||
} |
||||
|
||||