Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added source/_static/PayPal-QR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion source/_templates/sphinx_minoo_theme/includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{% if theme_direction == "ltr" %}
<link rel="stylesheet" type=text/css href="{{ pathto('_static/minoo-ltr.css', 1) }}">
{% else %}
<link rel="stylesheet" type=text/css href="{{ pathto('_static/minoo-20240218.css', 1) }}">
<link rel="stylesheet" type=text/css href="{{ pathto('_static/minoo-20240224.css', 1) }}">
{% endif %}

{%- block linktags %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ box-shadow: 0px 0px 1px 1px rgba(66,66,66,1);}
.fa{font-size:19px}
.table{display:inline-block;width:auto;max-width:none;white-space:nowrap}
.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}
nav.contents ul ul {margin-bottom:0px !important}
.margin-b-z,ul li p:last-child,.figure img,.table,.last .highlight,.hlist ul,div[class^='highlight'] .table-responsive{margin-bottom:0}/**/
.code{width:100%}
p.caption,h1,h2,h3,h4,h5,h6,table{margin-top:0}
Expand Down
2 changes: 1 addition & 1 deletion source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

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


Expand Down
2 changes: 1 addition & 1 deletion source/lessons/l01-introduction-to-python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
----

.. contents:: سرفصل‌ها
:depth: 2
:depth: 3

----

Expand Down
2 changes: 1 addition & 1 deletion source/lessons/l02-setup-python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
----

.. contents:: سرفصل‌ها
:depth: 2
:depth: 3

----

Expand Down
2 changes: 1 addition & 1 deletion source/lessons/l03-create-and-run-a-python-project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
----

.. contents:: سرفصل‌ها
:depth: 2
:depth: 3

----

Expand Down
2 changes: 1 addition & 1 deletion source/lessons/l04-python-interactive-mode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
----

.. contents:: سرفصل‌ها
:depth: 2
:depth: 3

----

Expand Down
2 changes: 1 addition & 1 deletion source/lessons/l05-object-oriented-programming.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
----

.. contents:: سرفصل‌ها
:depth: 2
:depth: 3

----

Expand Down
2 changes: 1 addition & 1 deletion source/lessons/l06-python-syntax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
----

.. contents:: سرفصل‌ها
:depth: 2
:depth: 3

----

Expand Down
2 changes: 1 addition & 1 deletion source/lessons/l07-numeric-types-in-python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
----

.. contents:: سرفصل‌ها
:depth: 2
:depth: 3

----

Expand Down
2 changes: 1 addition & 1 deletion source/lessons/l07-string-and-bytes-in-python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
----

.. contents:: سرفصل‌ها
:depth: 2
:depth: 3

----

Expand Down
2 changes: 1 addition & 1 deletion source/lessons/l08-list-and-tuple-in-python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
----

.. contents:: سرفصل‌ها
:depth: 2
:depth: 3

----

Expand Down
2 changes: 1 addition & 1 deletion source/lessons/l08-set-and-dict-in-python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
----

.. contents:: سرفصل‌ها
:depth: 2
:depth: 3

----

Expand Down
2 changes: 1 addition & 1 deletion source/lessons/l09-control-flow-statements-in-python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
----

.. contents:: سرفصل‌ها
:depth: 2
:depth: 3

----

Expand Down
2 changes: 1 addition & 1 deletion source/lessons/l10-input-print-and-files-in-python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
----

.. contents:: سرفصل‌ها
:depth: 2
:depth: 3

----

Expand Down
2 changes: 1 addition & 1 deletion source/lessons/l11-python-standard-library.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@


.. contents:: سرفصل‌ها
:depth: 2
:depth: 3

----

Expand Down
2 changes: 1 addition & 1 deletion source/lessons/l12-function-in-python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


.. contents:: سرفصل‌ها
:depth: 2
:depth: 3

----

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@


.. contents:: سرفصل‌ها
:depth: 2
:depth: 3

----

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


.. contents:: سرفصل‌ها
:depth: 2
:depth: 3

----

Expand Down
2 changes: 1 addition & 1 deletion source/lessons/l15-regular-expression-in-python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


.. contents:: سرفصل‌ها
:depth: 2
:depth: 3

----

Expand Down
2 changes: 1 addition & 1 deletion source/lessons/l16-python-module-re.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@


.. contents:: سرفصل‌ها
:depth: 2
:depth: 3

----

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@


.. contents:: سرفصل‌ها
:depth: 2
:depth: 3

----

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@


.. contents:: سرفصل‌ها
:depth: 2
:depth: 3

----

Expand Down
2 changes: 1 addition & 1 deletion source/lessons/l19-metaclass-and-abstraction-in-python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@


.. contents:: سرفصل‌ها
:depth: 2
:depth: 3

----

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@


.. contents:: سرفصل‌ها
:depth: 2
:depth: 3

----

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@


.. contents:: سرفصل‌ها
:depth: 2
:depth: 3

----

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


.. contents:: سرفصل‌ها
:depth: 2
:depth: 3

----

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


.. contents:: سرفصل‌ها
:depth: 2
:depth: 3

----

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


.. contents:: سرفصل‌ها
:depth: 2
:depth: 3

----

Expand Down
2 changes: 1 addition & 1 deletion source/lessons/l25-python-module-datetime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


.. contents:: سرفصل‌ها
:depth: 2
:depth: 3

----

Expand Down
39 changes: 32 additions & 7 deletions source/support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,22 @@
-----

.. contents:: میان‌بر
:depth: 2
:depth: 3

-----


.. _support-rials:

پرداخت ریالی
--------------



.. _support-c2c:

کارت به کارت
--------------------
~~~~~~~~~~~~~~~~~~~

در این روش کمی کارمزد نیز از شما کسر خواهد شد.

Expand All @@ -62,28 +69,46 @@



پرداخت ارزی
--------------


.. _support-buy-me-a-coffee:

Buy me a coffee
------------------
~~~~~~~~~~~~~~~~~~~

چنانچه امکان پرداخت ارزی از درگاه‌های بین‌الملی برایتان میسر است. می‌توانید از سرویس Buy me a coffee استفاده نمایید. [`buymeacoffee.com/saeiddrv <https://www.buymeacoffee.com/saeiddrv>`__]
`buymeacoffee.com/saeiddrv <https://www.buymeacoffee.com/saeiddrv>`__


.. _support-paypal:

PayPal
---------
~~~~~~~~~~~~~~~~~~~

`paypal.me/saeiddrv <https://www.paypal.com/donate/?hosted_button_id=KDHDDPKUGBDKC>`__

.. image:: /_static/PayPal-QR.png
:align: center
:width: 200



.. _support-github:

GitHub
~~~~~~~~~~~~~~~~~~~

.. raw:: html


<iframe src="https://github.com/sponsors/saeiddrv/card" title="Sponsor saeiddrv" height="225" width="100%" style="border: 0;"></iframe>

چنانچه امکان پرداخت ارزی از درگاه‌های بین‌الملی برایتان میسر است. می‌توانید از درگاه PayPal استفاده نمایید. [`paypal.me/saeiddrv <https://paypal.me/saeiddrv>`__]

.. _support-cryptocurrency:

رمزارز
---------
اگر با رمزارزها آشنایی دارید:


.. _support-btc:
Expand Down