2019-05-04 15:59:33 -04:00
---
2019-05-04 17:18:56 -04:00
layout: table_wrappers
2019-05-04 15:59:33 -04:00
---
2017-03-09 13:16:08 -05:00
<!DOCTYPE html>
2019-02-28 01:11:12 -05:00
< html lang = "{{ site.lang | default: " en-US " } } " >
2017-03-09 13:16:08 -05:00
{% include head.html %}
2019-01-06 15:50:01 -05:00
< body >
2019-08-15 08:18:40 -04:00
< svg xmlns = "http://www.w3.org/2000/svg" style = "display: none;" >
< symbol id = "link" viewBox = "0 0 16 16" >
< title > Link< / title >
< path fill-rule = "evenodd" d = "M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z" > < / path >
< / symbol >
< / svg >
2017-03-09 13:16:08 -05:00
2017-03-26 21:09:19 -04:00
< div class = "page-wrap" >
< div class = "side-bar" >
2019-05-12 08:12:00 -04:00
< div class = "site-header" >
2019-08-14 14:42:25 -04:00
< a href = "{{ site.url }}{{ site.baseurl }}" class = "site-title lh-tight" > {% include title.html %}< / a >
2019-08-13 17:23:35 -04:00
< button class = "menu-button fs-3 js-main-nav-trigger" data-text-toggle = "Hide" type = "button" > Menu< / button >
2019-05-12 08:12:00 -04:00
< / div >
2019-08-14 10:43:59 -04:00
2017-03-26 21:09:19 -04:00
< div class = "navigation main-nav js-main-nav" >
{% include nav.html %}
< / div >
2019-08-14 11:03:30 -04:00
< footer class = "site-footer" >
< p class = "text-small text-grey-dk-000 mb-4" > This site uses < a href = "https://github.com/pmarsceill/just-the-docs" > Just the Docs< / a > , a documentation theme for Jekyll.< / p >
2018-10-23 11:39:30 -04:00
< / footer >
2017-03-09 13:16:08 -05:00
< / div >
2019-02-02 14:52:31 -05:00
< div class = "main-content-wrap js-main-content" tabindex = "0" >
2019-05-12 08:12:00 -04:00
< div class = "main-content" >
< div class = "page-header js-page-header" >
2019-08-14 16:43:59 -04:00
{% if site.search_enabled != false %}
2019-05-12 08:12:00 -04:00
< div class = "search" >
2017-06-04 17:50:01 -04:00
< div class = "search-input-wrap" >
2018-12-16 15:22:51 -05:00
< input type = "text" class = "js-search-input search-input" tabindex = "0" placeholder = "Search {{ site.title }}" aria-label = "Search {{ site.title }}" autocomplete = "off" >
2017-06-04 17:50:01 -04:00
< svg width = "14" height = "14" viewBox = "0 0 28 28" xmlns = "http://www.w3.org/2000/svg" class = "search-icon" > < title > Search< / title > < g fill-rule = "nonzero" > < path d = "M17.332 20.735c-5.537 0-10-4.6-10-10.247 0-5.646 4.463-10.247 10-10.247 5.536 0 10 4.601 10 10.247s-4.464 10.247-10 10.247zm0-4c3.3 0 6-2.783 6-6.247 0-3.463-2.7-6.247-6-6.247s-6 2.784-6 6.247c0 3.464 2.7 6.247 6 6.247z" / > < path d = "M11.672 13.791L.192 25.271 3.02 28.1 14.5 16.62z" / > < / g > < / svg >
< / div >
< div class = "js-search-results search-results-wrap" > < / div >
< / div >
2018-11-16 11:46:43 -05:00
{% endif %}
2017-06-04 17:50:01 -04:00
{% if site.aux_links != nil %}
2019-05-12 08:12:00 -04:00
< ul class = "list-style-none text-small aux-nav" >
2017-06-04 17:50:01 -04:00
{% for link in site.aux_links %}
2017-11-08 11:23:05 -05:00
< li class = "d-inline-block my-0{% unless forloop.last %} mr-2{% endunless %}" > < a href = "{{ link.last }}" > {{ link.first }}< / a > < / li >
2017-06-04 17:50:01 -04:00
{% endfor %}
< / ul >
{% endif %}
2017-03-26 21:09:19 -04:00
< / div >
2019-05-12 08:12:00 -04:00
< div class = "page" >
{% unless page.url == "/" %}
{% if page.parent %}
< nav class = "breadcrumb-nav" >
< ol class = "breadcrumb-nav-list" >
{% if page.grand_parent %}
< li class = "breadcrumb-nav-list-item" > < a href = "{{ first_level_url }}" > {{ page.grand_parent }}< / a > < / li >
< li class = "breadcrumb-nav-list-item" > < a href = "{{ second_level_url }}" > {{ page.parent }}< / a > < / li >
{% else %}
< li class = "breadcrumb-nav-list-item" > < a href = "{{ first_level_url }}" > {{ page.parent }}< / a > < / li >
{% endif %}
< li class = "breadcrumb-nav-list-item" > < span > {{ page.title }}< / span > < / li >
< / ol >
< / nav >
{% endif %}
{% endunless %}
< div id = "main-content" class = "page-content" role = "main" >
2019-08-14 16:12:31 -04:00
{% if site.heading_anchors != false %}
2019-08-15 08:18:40 -04:00
{% include vendor/anchor_headings.html html=content beforeHeading="true" anchorBody="< svg viewBox = \"0 0 16 16 \ " aria-hidden = \"true\" > < use xlink:href = \"#link\" > < / use > < / svg > " anchorClass="anchor-heading" %}
2019-08-13 16:22:40 -04:00
{% else %}
{{ content }}
{% endif %}
2017-03-26 21:09:19 -04:00
2018-12-16 14:27:44 -05:00
{% if page.has_children == true and page.has_toc != false %}
2019-05-12 08:12:00 -04:00
< hr >
< h2 class = "text-delta" > Table of contents< / h2 >
{% assign children_list = site.pages | sort:"nav_order" %}
< ul >
{% for child in children_list %}
{% if child.parent == page.title and child.title != page.title %}
< li >
2019-09-09 15:00:40 -04:00
< a href = "{{ child.url | absolute_url }}" > {{ child.title }}< / a > {% if child.summary %} - {{ child.summary }}{% endif %}
2019-05-12 08:12:00 -04:00
< / li >
{% endif %}
{% endfor %}
< / ul >
2017-03-26 21:09:19 -04:00
{% endif %}
2019-08-06 15:56:29 -04:00
2019-09-14 20:54:27 -04:00
{% if site.footer_content != nil or site.show_last_edit_time or site.show_gh_edit_link %}
2019-08-14 11:03:30 -04:00
< hr >
< footer role = "contentinfo" >
2019-09-11 18:31:47 -04:00
{% if site.show_last_edit_time and site.last_edit_time_format and page.last_modified_date %}
< p class = "text-small text-grey-dk-000 mb-0" >
Page last modified: {{ page.last_modified_date | date: site.last_edit_time_format }}.
< / p >
{% endif %}
2020-01-12 16:47:05 -05:00
{%
if
site.show_gh_edit_link and
site.edit_link_text and
site.gh_edit_repository and
site.gh_edit_view_mode and
site.gh_edit_branch
%}
2019-09-11 18:31:47 -04:00
< p class = "text-small text-grey-dk-000 mb-0" >
2020-01-12 16:47:05 -05:00
< a href = "{{ site.gh_edit_repository }}/{{site.gh_edit_view_mode}}/{{site.gh_edit_branch}}/{{ page.path }}" > {{ site.edit_link_text }}< / a >
2019-09-11 18:31:47 -04:00
< / p >
2019-09-09 22:31:23 -04:00
{% endif %}
2019-09-14 20:54:27 -04:00
{% if site.footer_content != nil %}
2019-08-14 11:03:30 -04:00
< p class = "text-small text-grey-dk-000 mb-0" > {{ site.footer_content }}< / p >
2019-09-14 20:54:27 -04:00
{% endif %}
2019-08-14 11:03:30 -04:00
< / footer >
2019-08-06 15:56:29 -04:00
{% endif %}
2019-08-14 11:03:30 -04:00
2017-03-26 21:09:19 -04:00
< / div >
2017-03-24 09:47:37 -04:00
< / div >
2017-03-09 13:16:08 -05:00
< / div >
< / div >
2019-01-06 15:50:01 -05:00
< / body >
2017-03-09 13:16:08 -05:00
< / html >