Skip to content

Commit 73593cb

Browse files
authored
Merge branch 'main' into patch-1
2 parents 3c0d7d5 + 2dee665 commit 73593cb

25 files changed

Lines changed: 2465 additions & 279 deletions

docs-src-v2/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Important Notice
1414
*********************
1515

16-
The `slackclient <https://pypi.org/project/slackclient/>`_ PyPI project is in maintenance mode now and `slack-sdk <https://pypi.org/project/slack-sdk/>`_ project is the successor. The v3 SDK provides more functionalities such as Socket Mode, OAuth flow module, SCIM API, Audit Logs API, better asyncio support, retry hanlders, and many more.
16+
The `slackclient <https://pypi.org/project/slackclient/>`_ PyPI project is in maintenance mode now and `slack-sdk <https://pypi.org/project/slack-sdk/>`_ project is the successor. The v3 SDK provides more functionalities such as Socket Mode, OAuth flow module, SCIM API, Audit Logs API, better asyncio support, retry handlers, and many more.
1717

1818
Refer to `the migration guide <https://slack.dev/python-slack-sdk/v3-migration/index.html#from-slackclient-2-x>`_ to learn how to smoothly migrate your existing code.
1919

docs-v2/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 5aeb40b1c45c7bb97acf441950bfceb8
3+
config: 9aa03b764028cd3dfd551f9e15413a5f
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs-v2/about.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
http-equiv="Content-Type"
66
content="text/html; charset=utf-8"
77
/>
8-
8+
<meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
9+
910
<title>About &mdash; slackclient (Legacy Python Slack SDK)</title>
1011

1112
<!-- Google Tag Manager -->
@@ -243,9 +244,9 @@
243244
<div class="col span_3_of_4">
244245
<!-- <div class="section-title">About</div> -->
245246
<div class="card">
246-
<div class="section" id="about">
247+
<section id="about">
247248
<h1>About<a class="headerlink" href="#about" title="Permalink to this headline"></a></h1>
248-
<div class="section" id="product-name">
249+
<section id="product-name">
249250
<h2>slackclient (Legacy Python Slack SDK)<a class="headerlink" href="#product-name" title="Permalink to this headline"></a></h2>
250251
<p>Access the Slack Platform from your Python app. slackclient (Legacy Python Slack SDK) lets you build on the Slack Web APIs pythonically.</p>
251252
<p>slackclient (Legacy Python Slack SDK) is proudly maintained with 💖 by the Slack Developer Tools team</p>
@@ -255,8 +256,8 @@ <h2>slackclient (Legacy Python Slack SDK)<a class="headerlink" href="#product-na
255256
<li><p><a class="reference external" href="https://github.com/slackapi/python-slackclient/blob/main/.github/contributing.md">Contributing</a></p></li>
256257
<li><p><a class="reference external" href="https://docs.google.com/a/slack-corp.com/forms/d/e/1FAIpQLSfzjVoCM7ohBnjWf7eDYQxzti1EPpinsIJQA5RAUBwJKRUQHg/viewform">Contributor License Agreement</a></p></li>
257258
</ul>
258-
</div>
259-
</div>
259+
</section>
260+
</section>
260261

261262

262263
<div class="clear_both large_bottom_margin"></div>

docs-v2/assets/basic.css

Lines changed: 80 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ ul.search li a {
130130
font-weight: bold;
131131
}
132132

133-
ul.search li div.context {
133+
ul.search li p.context {
134134
color: #888;
135135
margin: 2px 0 0 30px;
136136
text-align: left;
@@ -277,25 +277,25 @@ p.rubric {
277277
font-weight: bold;
278278
}
279279

280-
img.align-left, .figure.align-left, object.align-left {
280+
img.align-left, figure.align-left, .figure.align-left, object.align-left {
281281
clear: left;
282282
float: left;
283283
margin-right: 1em;
284284
}
285285

286-
img.align-right, .figure.align-right, object.align-right {
286+
img.align-right, figure.align-right, .figure.align-right, object.align-right {
287287
clear: right;
288288
float: right;
289289
margin-left: 1em;
290290
}
291291

292-
img.align-center, .figure.align-center, object.align-center {
292+
img.align-center, figure.align-center, .figure.align-center, object.align-center {
293293
display: block;
294294
margin-left: auto;
295295
margin-right: auto;
296296
}
297297

298-
img.align-default, .figure.align-default {
298+
img.align-default, figure.align-default, .figure.align-default {
299299
display: block;
300300
margin-left: auto;
301301
margin-right: auto;
@@ -319,7 +319,8 @@ img.align-default, .figure.align-default {
319319

320320
/* -- sidebars -------------------------------------------------------------- */
321321

322-
div.sidebar {
322+
div.sidebar,
323+
aside.sidebar {
323324
margin: 0 0 0.5em 1em;
324325
border: 1px solid #ddb;
325326
padding: 7px;
@@ -377,12 +378,14 @@ div.body p.centered {
377378
/* -- content of sidebars/topics/admonitions -------------------------------- */
378379

379380
div.sidebar > :last-child,
381+
aside.sidebar > :last-child,
380382
div.topic > :last-child,
381383
div.admonition > :last-child {
382384
margin-bottom: 0;
383385
}
384386

385387
div.sidebar::after,
388+
aside.sidebar::after,
386389
div.topic::after,
387390
div.admonition::after,
388391
blockquote::after {
@@ -455,20 +458,22 @@ td > :last-child {
455458

456459
/* -- figures --------------------------------------------------------------- */
457460

458-
div.figure {
461+
div.figure, figure {
459462
margin: 0.5em;
460463
padding: 0.5em;
461464
}
462465

463-
div.figure p.caption {
466+
div.figure p.caption, figcaption {
464467
padding: 0.3em;
465468
}
466469

467-
div.figure p.caption span.caption-number {
470+
div.figure p.caption span.caption-number,
471+
figcaption span.caption-number {
468472
font-style: italic;
469473
}
470474

471-
div.figure p.caption span.caption-text {
475+
div.figure p.caption span.caption-text,
476+
figcaption span.caption-text {
472477
}
473478

474479
/* -- field list styles ----------------------------------------------------- */
@@ -503,6 +508,63 @@ table.hlist td {
503508
vertical-align: top;
504509
}
505510

511+
/* -- object description styles --------------------------------------------- */
512+
513+
.sig {
514+
font-family: 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
515+
}
516+
517+
.sig-name, code.descname {
518+
background-color: transparent;
519+
font-weight: bold;
520+
}
521+
522+
.sig-name {
523+
font-size: 1.1em;
524+
}
525+
526+
code.descname {
527+
font-size: 1.2em;
528+
}
529+
530+
.sig-prename, code.descclassname {
531+
background-color: transparent;
532+
}
533+
534+
.optional {
535+
font-size: 1.3em;
536+
}
537+
538+
.sig-paren {
539+
font-size: larger;
540+
}
541+
542+
.sig-param.n {
543+
font-style: italic;
544+
}
545+
546+
/* C++ specific styling */
547+
548+
.sig-inline.c-texpr,
549+
.sig-inline.cpp-texpr {
550+
font-family: unset;
551+
}
552+
553+
.sig.c .k, .sig.c .kt,
554+
.sig.cpp .k, .sig.cpp .kt {
555+
color: #0033B3;
556+
}
557+
558+
.sig.c .m,
559+
.sig.cpp .m {
560+
color: #1750EB;
561+
}
562+
563+
.sig.c .s, .sig.c .sc,
564+
.sig.cpp .s, .sig.cpp .sc {
565+
color: #067D17;
566+
}
567+
506568

507569
/* -- other body styles ----------------------------------------------------- */
508570

@@ -629,14 +691,6 @@ dl.glossary dt {
629691
font-size: 1.1em;
630692
}
631693

632-
.optional {
633-
font-size: 1.3em;
634-
}
635-
636-
.sig-paren {
637-
font-size: larger;
638-
}
639-
640694
.versionmodified {
641695
font-style: italic;
642696
}
@@ -677,8 +731,9 @@ dl.glossary dt {
677731

678732
.classifier:before {
679733
font-style: normal;
680-
margin: 0.5em;
734+
margin: 0 0.5em;
681735
content: ":";
736+
display: inline-block;
682737
}
683738

684739
abbr, acronym {
@@ -765,8 +820,12 @@ div.code-block-caption code {
765820

766821
table.highlighttable td.linenos,
767822
span.linenos,
768-
div.doctest > div.highlight span.gp { /* gp: Generic.Prompt */
769-
user-select: none;
823+
div.highlight span.gp { /* gp: Generic.Prompt */
824+
user-select: none;
825+
-webkit-user-select: text; /* Safari fallback only */
826+
-webkit-user-select: none; /* Chrome/Safari */
827+
-moz-user-select: none; /* Firefox */
828+
-ms-user-select: none; /* IE10+ */
770829
}
771830

772831
div.code-block-caption span.caption-number {
@@ -781,16 +840,6 @@ div.literal-block-wrapper {
781840
margin: 1em 0;
782841
}
783842

784-
code.descname {
785-
background-color: transparent;
786-
font-weight: bold;
787-
font-size: 1.2em;
788-
}
789-
790-
code.descclassname {
791-
background-color: transparent;
792-
}
793-
794843
code.xref, a code {
795844
background-color: transparent;
796845
font-weight: bold;

docs-v2/assets/doctools.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,14 @@ if (!window.console || !console.firebug) {
2929

3030
/**
3131
* small helper function to urldecode strings
32+
*
33+
* See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent#Decoding_query_parameters_from_a_URL
3234
*/
3335
jQuery.urldecode = function(x) {
34-
return decodeURIComponent(x).replace(/\+/g, ' ');
36+
if (!x) {
37+
return x
38+
}
39+
return decodeURIComponent(x.replace(/\+/g, ' '));
3540
};
3641

3742
/**
@@ -296,12 +301,14 @@ var Documentation = {
296301
window.location.href = prevHref;
297302
return false;
298303
}
304+
break;
299305
case 39: // right
300306
var nextHref = $('link[rel="next"]').prop('href');
301307
if (nextHref) {
302308
window.location.href = nextHref;
303309
return false;
304310
}
311+
break;
305312
}
306313
}
307314
});

docs-v2/assets/language_data.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
var stopwords = ["a","and","are","as","at","be","but","by","for","if","in","into","is","it","near","no","not","of","on","or","such","that","the","their","then","there","these","they","this","to","was","will","with"];
1414

1515

16-
/* Non-minified version JS is _stemmer.js if file is provided */
16+
/* Non-minified version is copied as a separate JS file, is available */
17+
1718
/**
1819
* Porter Stemmer
1920
*/
@@ -199,7 +200,6 @@ var Stemmer = function() {
199200

200201

201202

202-
203203
var splitChars = (function() {
204204
var result = {};
205205
var singles = [96, 180, 187, 191, 215, 247, 749, 885, 903, 907, 909, 930, 1014, 1648,

0 commit comments

Comments
 (0)