11<!DOCTYPE html>
22< html xmlns ="http://www.w3.org/1999/xhtml ">
3- < head >
4- < meta http-equiv ="Content-Type " content ="text/html; charset={{ encoding }} " />
5- {{ metatags }}
6-
7- {%- block htmltitle %}
8- < title > {{ title|striptags|e + " — "|safe + project|e }}</ title >
9- {%- endblock %}
10-
11- {%- macro css() %}
12- < link rel ="stylesheet " href ="https://a.slack-edge.com/b143/style/plastic_helpers.css " type ="text/css "/>
13- < link rel ="stylesheet " href ="https://a.slack-edge.com/58b24/style/plastic_typography.css " type ="text/css " />
14- < link rel ="stylesheet " href ="https://a.slack-edge.com/b900/style/plastic_layout.css " type ="text/css " />
15- < link rel ="stylesheet " href ="https://a.slack-edge.com/2133/style/plastic_grid.css " type ="text/css " />
16- < link rel ="stylesheet " href ="https://a.slack-edge.com/be9e/style/plastic_buttons.css " type ="text/css " />
17- < link rel ="stylesheet " href ="https://a.slack-edge.com/1d9c/style/libs/lato-1-compressed.css " type ="text/css " />
18- < link rel ="stylesheet " href ="https://a.slack-edge.com/e8c1/style/slack_iconfont.css " type ="text/css ">
19- < link rel ="stylesheet " href ="{{ pathto('./_static/' + 'default.css', 1) }} " type ="text/css " />
20- < link rel ="stylesheet " href ="{{ pathto('./_static/' + 'pygments.css', 1) }} " type ="text/css " />
21- {%- endmacro %}
22-
23- {{ css() }}
24- {%- block linktags %}
25- < link id ="favicon " rel ="shortcut icon " href ="https://a.slack-edge.com/66f9/img/icons/favicon-32.png " type ="image/png " />
26- < link rel ="top " title ="{{ docstitle|e }} " href ="{{ pathto(master_doc) }} " />
27- {%- endblock %}
28-
29- </ head >
30- < body class ="api light_theme ">
31-
32- {%- block header %}
33- < header >
34- < a id ="menu_toggle " class ="no_transition show_on_mobile ">
35- < span class ="menu_icon "> </ span >
36- < span class ="vert_divider "> </ span >
37- </ a >
38- < a href ="https://api.slack.com/ " id ="header_logo " class ="api hide_on_mobile " style ="float:left; display: inline-block; ">
39- < img alt ="Slack API " src ="https://a.slack-edge.com/3026cb/img/slack_api_logo_vogue.png " style ="width: 225px; padding-right: 25px; border-right: 1px solid #DDD; "/>
40- </ a >
41- < span style ="display: inline-block; padding-left: 20px; margin-top: 20px; font-weight: bold; ">
42- < a style ="color: #555459; " href ="./index.html "> {{ project }}</ a >
43- </ span >
44- < div class ="header_nav ">
45- < a href ="https://github.com/SlackAPI/python-slackclient " class ="btn header_btn float_right " data-qa ="go_to_slack "> Go to GitHub</ a >
3+
4+ < head >
5+ < meta http-equiv ="Content-Type " content ="text/html; charset={{ encoding }} " />
6+ {{ metatags }}
7+
8+ {%- block htmltitle %}
9+ < title > {{ title|striptags|e + " — "|safe + project|e }}</ title >
10+ {%- endblock %}
11+
12+ {%- macro css() %}
13+ < link href ="https://a.slack-edge.com/4f227/style/rollup-slack_kit_legacy_adapters.css " rel ="stylesheet " type ="text/css ">
14+ < link href ="https://a.slack-edge.com/3e02c0/style/rollup-api_site.css " rel ="stylesheet " type ="text/css ">
15+ < link rel ="stylesheet " href ="{{ pathto('./_static/' + 'default.css', 1) }} " type ="text/css " />
16+ < link rel ="stylesheet " href ="{{ pathto('./_static/' + 'pygments.css', 1) }} " type ="text/css " />
17+ < link rel ="stylesheet " href ="{{ pathto('./_static/' + 'docs.css', 1) }} " type ="text/css " />
18+ {%- endmacro %}
19+
20+ {{ css() }}
21+ {%- block linktags %}
22+ < link id ="favicon " rel ="shortcut icon " href ="https://a.slack-edge.com/4f28/img/icons/favicon-32.png " type ="image/png " />
23+ < link rel ="top " title ="{{ docstitle|e }} " href ="{{ pathto(master_doc) }} " />
24+ {%- endblock %}
25+
26+
27+
28+ </ head >
29+
30+ < body class ="api light_theme ">
31+
32+ {%- block header %}
33+ < header >
34+ < a id ="menu_toggle " class ="no_transition show_on_mobile ">
35+ < span class ="menu_icon "> </ span >
36+ < span class ="vert_divider "> </ span >
37+ </ a >
38+ < a href ="https://api.slack.com/ " id ="header_logo " class ="api hide_on_mobile " style ="float:left; display: inline-block; ">
39+ < img alt ="Slack API " src ="https://a.slack-edge.com/3026cb/img/slack_api_logo_vogue.png " style ="width: 225px; padding-right: 25px; border-right: 1px solid #DDD; " />
40+ </ a >
41+ < span style ="display: inline-block; padding-left: 20px; margin-top: 25px; font-weight: bold; ">
42+ < a style ="color: #555459; " href ="./index.html "> {{ project }}</ a >
43+ </ span >
44+ < div class ="header_nav ">
45+ < a href ="https://github.com/SlackAPI/python-slackclient " class ="btn header_btn float_right " data-qa ="go_to_slack "> Go
46+ to GitHub</ a >
47+ </ div >
48+ </ header >
49+ {% endblock %}
50+
51+ < div id ="page ">
52+ < div id ="page_contents " class ="clearfix ">
53+ <!-- Sidebar Content -->
54+ < nav id ="api_nav " class ="col span_1_of_4 ">
55+ < div id ="api_sections ">
56+ {% block sidebar %}
57+ {% include 'sidebar.html' %}
58+ {% endblock %}
4659 </ div >
47- </ header >
48- {% endblock %}
49-
50- < div id ="page ">
51- < div id ="page_contents " class ="clearfix ">
52- <!-- Sidebar Content -->
53- < nav id ="api_nav " class ="col span_1_of_4 ">
54- < div id ="api_sections ">
55- {% block sidebar %}
56- {% include 'sidebar.html' %}
57- {% endblock %}
58- </ div >
59- </ nav >
60- <!-- /Sidebar Content -->
61-
62- <!-- Body Content -->
63- < div class ="col span_3_of_4 ">
64- < div class ="section-title "> {{ title }}</ div >
65- < div class ="card ">
66- {%- block body %}
67- {{ body }}
68- {% endblock %}
69- < div class ="clear_both large_bottom_margin "> </ div >
70- </ div >
71- </ div >
72- <!-- /Body Content -->
60+ </ nav >
61+ <!-- /Sidebar Content -->
7362
63+ <!-- Body Content -->
64+ < div class ="col span_3_of_4 ">
65+ < div class ="section-title "> {{ title }}</ div >
66+ < div class ="card ">
67+ {%- block body %}
68+ {{ body }}
69+ {% endblock %}
70+ < div class ="clear_both large_bottom_margin "> </ div >
71+ </ div >
7472 </ div >
73+ <!-- /Body Content -->
74+
7575 </ div >
76+ </ div >
77+
78+ < footer >
79+ < p class ="light tiny align_center "> © 2019 Slack Technologies, Inc. and contributors</ p >
80+ </ footer >
81+
82+ < script >
83+ window . ga = window . ga || function ( ) { ( ga . q = ga . q || [ ] ) . push ( arguments ) } ; ga . l = + new Date ;
84+ ga ( 'create' , 'UA-56978219-13' , 'auto' ) ;
85+ ga ( 'send' , 'pageview' ) ;
86+ </ script >
87+ < script async src ='https://www.google-analytics.com/analytics.js '> </ script >
88+
89+ </ body >
7690
77- < footer >
78- < p class ="light tiny align_center "> Copyright © 2015–2016 Slack Technologies, Inc. and contributors</ p >
79- </ footer >
80-
81- < script type ="text/javascript " src ="https://a.slack-edge.com/1504/js/rollup-core_required_libs.js " crossorigin ="anonymous "> </ script >
82- < script type ="text/javascript " src ="https://a.slack-edge.com/125e0/js/rollup-core_web.js " crossorigin ="anonymous "> </ script >
83- < script >
84- window . ga = window . ga || function ( ) { ( ga . q = ga . q || [ ] ) . push ( arguments ) } ; ga . l = + new Date ;
85- ga ( 'create' , 'UA-56978219-13' , 'auto' ) ;
86- ga ( 'send' , 'pageview' ) ;
87- </ script >
88- < script async src ='https://www.google-analytics.com/analytics.js '> </ script >
89-
90- </ body >
91- </ html >
91+ </ html >
0 commit comments