Skip to content

Commit 2804fe4

Browse files
author
Saeid Darvish
authored
Merge pull request #85 from saeiddrv/draft
update support page
2 parents cc74325 + b2de9ce commit 2804fe4

32 files changed

+62
-36
lines changed

source/_static/PayPal-QR.png

5.14 KB
Loading

source/_templates/sphinx_minoo_theme/includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
{% if theme_direction == "ltr" %}
4040
<link rel="stylesheet" type=text/css href="{{ pathto('_static/minoo-ltr.css', 1) }}">
4141
{% else %}
42-
<link rel="stylesheet" type=text/css href="{{ pathto('_static/minoo-20240218.css', 1) }}">
42+
<link rel="stylesheet" type=text/css href="{{ pathto('_static/minoo-20240224.css', 1) }}">
4343
{% endif %}
4444

4545
{%- block linktags %}

source/_templates/sphinx_minoo_theme/static/minoo-20240218.css renamed to source/_templates/sphinx_minoo_theme/static/minoo-20240224.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ box-shadow: 0px 0px 1px 1px rgba(66,66,66,1);}
108108
.fa{font-size:19px}
109109
.table{display:inline-block;width:auto;max-width:none;white-space:nowrap}
110110
.admonition,.figure,.h-scroll,.highlight,.table-responsive,table.field-list,dl,img,h1,h2,h3,h4,h5,h6,p,hr,ol,ul,ul.search>li,.contents.topic,.line-blockack,blockquote,blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child,table.hlist,table.docutils.footnote,table.docutils.citation,ol ol,ol ul,ul ol,ul ul{margin-bottom:24px}
111+
nav.contents ul ul {margin-bottom:0px !important}
111112
.margin-b-z,ul li p:last-child,.figure img,.table,.last .highlight,.hlist ul,div[class^='highlight'] .table-responsive{margin-bottom:0}/**/
112113
.code{width:100%}
113114
p.caption,h1,h2,h3,h4,h5,h6,table{margin-top:0}

source/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<p class="rubric" id="00139" ><a class="reference external" href="#00139">00139</a> - شنبه ۲۸ بهمن ۱۴۰۲</p>
1818

19-
* دامنه سرویس کدرز و به ``club.‍‍`` تغییر داده شد.
19+
* دامنه سرویس کدرز به ``club.‍‍`` تغییر داده شد.
2020
* صفحه حمایت مالی بروز گردید.
2121

2222

source/lessons/l01-introduction-to-python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
----
2828

2929
.. contents:: سرفصل‌ها
30-
:depth: 2
30+
:depth: 3
3131

3232
----
3333

source/lessons/l02-setup-python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
----
2626

2727
.. contents:: سرفصل‌ها
28-
:depth: 2
28+
:depth: 3
2929

3030
----
3131

source/lessons/l03-create-and-run-a-python-project.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
----
2626

2727
.. contents:: سرفصل‌ها
28-
:depth: 2
28+
:depth: 3
2929

3030
----
3131

source/lessons/l04-python-interactive-mode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
----
2828

2929
.. contents:: سرفصل‌ها
30-
:depth: 2
30+
:depth: 3
3131

3232
----
3333

source/lessons/l05-object-oriented-programming.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
----
2626

2727
.. contents:: سرفصل‌ها
28-
:depth: 2
28+
:depth: 3
2929

3030
----
3131

source/lessons/l06-python-syntax.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
----
2929

3030
.. contents:: سرفصل‌ها
31-
:depth: 2
31+
:depth: 3
3232

3333
----
3434

0 commit comments

Comments
 (0)