Skip to content

Commit a748b6e

Browse files
deploy: 416b57b
1 parent 03207d2 commit a748b6e

File tree

533 files changed

+1090
-1071
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

533 files changed

+1090
-1071
lines changed

_static/pydoctheme.css

+23-4
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ div.body a:hover {
151151
}
152152

153153
tt, code, pre {
154-
font-family: "monospace", monospace;
154+
font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", "Liberation Mono", Menlo, Monaco, Consolas, monospace;
155155
font-size: 96.5%;
156156
}
157157

@@ -200,7 +200,6 @@ table.footnote, table.footnote td {
200200

201201
div.footer {
202202
line-height: 150%;
203-
margin-top: -2em;
204203
text-align: right;
205204
width: auto;
206205
margin-right: 10px;
@@ -223,13 +222,25 @@ div.footer a:hover {
223222
}
224223

225224
dl > dt span ~ em {
226-
font-family: "monospace", monospace;
225+
font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", "Liberation Mono", Menlo, Monaco, Consolas, monospace;
227226
}
228227

229228
.toctree-wrapper ul {
230229
padding-left: 20px;
231230
}
232231

232+
div.genindex-jumpbox,
233+
div.genindex-jumpbox > p {
234+
display: inline-flex;
235+
flex-wrap: wrap;
236+
}
237+
238+
div.genindex-jumpbox a {
239+
margin: 0 5px;
240+
min-width: 30px;
241+
text-align: center;
242+
}
243+
233244
@media (max-width: 1023px) {
234245
/* Body layout */
235246
div.body {
@@ -266,6 +277,9 @@ dl > dt span ~ em {
266277
html {
267278
scroll-padding-top: 40px;
268279
}
280+
body {
281+
margin-top: 40px;
282+
}
269283

270284
/* Top navigation bar */
271285
.mobile-nav {
@@ -512,7 +526,6 @@ dl > dt span ~ em {
512526
width: 100%;
513527
}
514528
.document {
515-
padding-top: 40px;
516529
position: relative;
517530
z-index: 0;
518531
}
@@ -522,3 +535,9 @@ dl > dt span ~ em {
522535
overflow-x: auto;
523536
}
524537
}
538+
539+
@media (min-width: 1024px) {
540+
div.footer {
541+
margin-top: -2em;
542+
}
543+
}

about.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<title>Dokümanlar hakkında &#8212; Python 3.11.1 belgelendirmesi</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
2121

2222
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
23-
<link rel="stylesheet" type="text/css" href="_static/pydoctheme.css?2022.1" />
23+
<link rel="stylesheet" type="text/css" href="_static/pydoctheme.css?digest=2d3badd06fe70b34b68db01f99471ce1624ffe4a" />
2424

2525
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
2626
<script src="_static/jquery.js"></script>
@@ -289,7 +289,7 @@ <h3>Gezinti</h3>
289289
<br />
290290
<br />
291291

292-
Son güncelleme: Şub 10, 2023.
292+
Son güncelleme: Nis 02, 2023.
293293
<a href="/bugs.html">Found a bug</a>?
294294
<br />
295295

bugs.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<title>Hatalarla Başa Çıkmak &#8212; Python 3.11.1 belgelendirmesi</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
2121

2222
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
23-
<link rel="stylesheet" type="text/css" href="_static/pydoctheme.css?2022.1" />
23+
<link rel="stylesheet" type="text/css" href="_static/pydoctheme.css?digest=2d3badd06fe70b34b68db01f99471ce1624ffe4a" />
2424

2525
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
2626
<script src="_static/jquery.js"></script>
@@ -324,7 +324,7 @@ <h3>Gezinti</h3>
324324
<br />
325325
<br />
326326

327-
Son güncelleme: Şub 10, 2023.
327+
Son güncelleme: Nis 02, 2023.
328328
<a href="/bugs.html">Found a bug</a>?
329329
<br />
330330

c-api/abstract.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<title>Abstract Objects Layer &#8212; Python 3.11.1 belgelendirmesi</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
2121

2222
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
23-
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?2022.1" />
23+
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?digest=2d3badd06fe70b34b68db01f99471ce1624ffe4a" />
2424

2525
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
2626
<script src="../_static/jquery.js"></script>
@@ -304,7 +304,7 @@ <h3>Gezinti</h3>
304304
<br />
305305
<br />
306306

307-
Son güncelleme: Şub 10, 2023.
307+
Son güncelleme: Nis 02, 2023.
308308
<a href="/bugs.html">Found a bug</a>?
309309
<br />
310310

c-api/allocation.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<title>Allocating Objects on the Heap &#8212; Python 3.11.1 belgelendirmesi</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
1919

2020
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
21-
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?2022.1" />
21+
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?digest=2d3badd06fe70b34b68db01f99471ce1624ffe4a" />
2222

2323
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
2424
<script src="../_static/jquery.js"></script>
@@ -333,7 +333,7 @@ <h3>Gezinti</h3>
333333
<br />
334334
<br />
335335

336-
Son güncelleme: Şub 10, 2023.
336+
Son güncelleme: Nis 02, 2023.
337337
<a href="/bugs.html">Found a bug</a>?
338338
<br />
339339

c-api/apiabiversion.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<title>API and ABI Versioning &#8212; Python 3.11.1 belgelendirmesi</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
2121

2222
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
23-
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?2022.1" />
23+
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?digest=2d3badd06fe70b34b68db01f99471ce1624ffe4a" />
2424

2525
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
2626
<script src="../_static/jquery.js"></script>
@@ -359,7 +359,7 @@ <h3>Gezinti</h3>
359359
<br />
360360
<br />
361361

362-
Son güncelleme: Şub 10, 2023.
362+
Son güncelleme: Nis 02, 2023.
363363
<a href="/bugs.html">Found a bug</a>?
364364
<br />
365365

c-api/arg.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<title>Parsing arguments and building values &#8212; Python 3.11.1 belgelendirmesi</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
2121

2222
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
23-
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?2022.1" />
23+
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?digest=2d3badd06fe70b34b68db01f99471ce1624ffe4a" />
2424

2525
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
2626
<script src="../_static/jquery.js"></script>
@@ -891,7 +891,7 @@ <h3>Gezinti</h3>
891891
<br />
892892
<br />
893893

894-
Son güncelleme: Şub 10, 2023.
894+
Son güncelleme: Nis 02, 2023.
895895
<a href="/bugs.html">Found a bug</a>?
896896
<br />
897897

c-api/bool.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<title>Boolean Objects &#8212; Python 3.11.1 belgelendirmesi</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
2121

2222
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
23-
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?2022.1" />
23+
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?digest=2d3badd06fe70b34b68db01f99471ce1624ffe4a" />
2424

2525
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
2626
<script src="../_static/jquery.js"></script>
@@ -306,7 +306,7 @@ <h3>Gezinti</h3>
306306
<br />
307307
<br />
308308

309-
Son güncelleme: Şub 10, 2023.
309+
Son güncelleme: Nis 02, 2023.
310310
<a href="/bugs.html">Found a bug</a>?
311311
<br />
312312

c-api/buffer.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<title>Buffer Protocol &#8212; Python 3.11.1 belgelendirmesi</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
2121

2222
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
23-
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?2022.1" />
23+
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?digest=2d3badd06fe70b34b68db01f99471ce1624ffe4a" />
2424

2525
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
2626
<script src="../_static/jquery.js"></script>
@@ -994,7 +994,7 @@ <h3>Gezinti</h3>
994994
<br />
995995
<br />
996996

997-
Son güncelleme: Şub 10, 2023.
997+
Son güncelleme: Nis 02, 2023.
998998
<a href="/bugs.html">Found a bug</a>?
999999
<br />
10001000

c-api/bytearray.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<title>Byte Array Objects &#8212; Python 3.11.1 belgelendirmesi</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
2121

2222
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
23-
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?2022.1" />
23+
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?digest=2d3badd06fe70b34b68db01f99471ce1624ffe4a" />
2424

2525
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
2626
<script src="../_static/jquery.js"></script>
@@ -373,7 +373,7 @@ <h3>Gezinti</h3>
373373
<br />
374374
<br />
375375

376-
Son güncelleme: Şub 10, 2023.
376+
Son güncelleme: Nis 02, 2023.
377377
<a href="/bugs.html">Found a bug</a>?
378378
<br />
379379

c-api/bytes.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<title>Bytes Objects &#8212; Python 3.11.1 belgelendirmesi</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
2121

2222
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
23-
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?2022.1" />
23+
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?digest=2d3badd06fe70b34b68db01f99471ce1624ffe4a" />
2424

2525
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
2626
<script src="../_static/jquery.js"></script>
@@ -500,7 +500,7 @@ <h3>Gezinti</h3>
500500
<br />
501501
<br />
502502

503-
Son güncelleme: Şub 10, 2023.
503+
Son güncelleme: Nis 02, 2023.
504504
<a href="/bugs.html">Found a bug</a>?
505505
<br />
506506

c-api/call.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<title>Call Protocol &#8212; Python 3.11.1 belgelendirmesi</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
2121

2222
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
23-
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?2022.1" />
23+
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?digest=2d3badd06fe70b34b68db01f99471ce1624ffe4a" />
2424

2525
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
2626
<script src="../_static/jquery.js"></script>
@@ -745,7 +745,7 @@ <h3>Gezinti</h3>
745745
<br />
746746
<br />
747747

748-
Son güncelleme: Şub 10, 2023.
748+
Son güncelleme: Nis 02, 2023.
749749
<a href="/bugs.html">Found a bug</a>?
750750
<br />
751751

c-api/capsule.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<title>Capsules &#8212; Python 3.11.1 belgelendirmesi</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
2121

2222
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
23-
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?2022.1" />
23+
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?digest=2d3badd06fe70b34b68db01f99471ce1624ffe4a" />
2424

2525
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
2626
<script src="../_static/jquery.js"></script>
@@ -410,7 +410,7 @@ <h3>Gezinti</h3>
410410
<br />
411411
<br />
412412

413-
Son güncelleme: Şub 10, 2023.
413+
Son güncelleme: Nis 02, 2023.
414414
<a href="/bugs.html">Found a bug</a>?
415415
<br />
416416

c-api/cell.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<title>Cell Objects &#8212; Python 3.11.1 belgelendirmesi</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
2121

2222
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
23-
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?2022.1" />
23+
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?digest=2d3badd06fe70b34b68db01f99471ce1624ffe4a" />
2424

2525
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
2626
<script src="../_static/jquery.js"></script>
@@ -324,7 +324,7 @@ <h3>Gezinti</h3>
324324
<br />
325325
<br />
326326

327-
Son güncelleme: Şub 10, 2023.
327+
Son güncelleme: Nis 02, 2023.
328328
<a href="/bugs.html">Found a bug</a>?
329329
<br />
330330

c-api/code.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<title>Code Objects &#8212; Python 3.11.1 belgelendirmesi</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
2121

2222
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
23-
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?2022.1" />
23+
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?digest=2d3badd06fe70b34b68db01f99471ce1624ffe4a" />
2424

2525
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
2626
<script src="../_static/jquery.js"></script>
@@ -394,7 +394,7 @@ <h3>Gezinti</h3>
394394
<br />
395395
<br />
396396

397-
Son güncelleme: Şub 10, 2023.
397+
Son güncelleme: Nis 02, 2023.
398398
<a href="/bugs.html">Found a bug</a>?
399399
<br />
400400

c-api/codec.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<title>Codec registry and support functions &#8212; Python 3.11.1 belgelendirmesi</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
2121

2222
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
23-
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?2022.1" />
23+
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?digest=2d3badd06fe70b34b68db01f99471ce1624ffe4a" />
2424

2525
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
2626
<script src="../_static/jquery.js"></script>
@@ -441,7 +441,7 @@ <h3>Gezinti</h3>
441441
<br />
442442
<br />
443443

444-
Son güncelleme: Şub 10, 2023.
444+
Son güncelleme: Nis 02, 2023.
445445
<a href="/bugs.html">Found a bug</a>?
446446
<br />
447447

c-api/complex.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<title>Complex Number Objects &#8212; Python 3.11.1 belgelendirmesi</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
2121

2222
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
23-
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?2022.1" />
23+
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?digest=2d3badd06fe70b34b68db01f99471ce1624ffe4a" />
2424

2525
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
2626
<script src="../_static/jquery.js"></script>
@@ -422,7 +422,7 @@ <h3>Gezinti</h3>
422422
<br />
423423
<br />
424424

425-
Son güncelleme: Şub 10, 2023.
425+
Son güncelleme: Nis 02, 2023.
426426
<a href="/bugs.html">Found a bug</a>?
427427
<br />
428428

c-api/concrete.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<title>Concrete Objects Layer &#8212; Python 3.11.1 belgelendirmesi</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
2121

2222
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
23-
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?2022.1" />
23+
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?digest=2d3badd06fe70b34b68db01f99471ce1624ffe4a" />
2424

2525
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
2626
<script src="../_static/jquery.js"></script>
@@ -436,7 +436,7 @@ <h3>Gezinti</h3>
436436
<br />
437437
<br />
438438

439-
Son güncelleme: Şub 10, 2023.
439+
Son güncelleme: Nis 02, 2023.
440440
<a href="/bugs.html">Found a bug</a>?
441441
<br />
442442

c-api/contextvars.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<title>Context Variables Objects &#8212; Python 3.11.1 belgelendirmesi</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
2121

2222
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
23-
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?2022.1" />
23+
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?digest=2d3badd06fe70b34b68db01f99471ce1624ffe4a" />
2424

2525
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
2626
<script src="../_static/jquery.js"></script>
@@ -420,7 +420,7 @@ <h3>Gezinti</h3>
420420
<br />
421421
<br />
422422

423-
Son güncelleme: Şub 10, 2023.
423+
Son güncelleme: Nis 02, 2023.
424424
<a href="/bugs.html">Found a bug</a>?
425425
<br />
426426

0 commit comments

Comments
 (0)