+
@@ -46,7 +45,7 @@
از تلاش برای ایجاد و نگهداری این کتاب حمای
-
+
{%- if show_copyright %}
{%- if hasdoc('copyright') %}
@@ -82,5 +81,4 @@
از تلاش برای ایجاد و نگهداری این کتاب حمای
تماس با نویسنده
-
-
+
diff --git a/source/_templates/sphinx_minoo_theme/includes/header.html b/source/_templates/sphinx_minoo_theme/includes/header.html
index 82cd874..485ec8e 100644
--- a/source/_templates/sphinx_minoo_theme/includes/header.html
+++ b/source/_templates/sphinx_minoo_theme/includes/header.html
@@ -1,8 +1,7 @@
-
-
+
{{ metatags }}
@@ -39,9 +38,11 @@
{% if theme_direction == "ltr" %}
{% else %}
-
+
{% endif %}
+
+
{%- block linktags %}
{%- if hasdoc('about') %}
@@ -87,19 +88,28 @@
{% endif %}
-
+
-
-
-
+
+
diff --git a/source/_templates/sphinx_minoo_theme/includes/top.html b/source/_templates/sphinx_minoo_theme/includes/top.html
index b2564f9..5de9338 100644
--- a/source/_templates/sphinx_minoo_theme/includes/top.html
+++ b/source/_templates/sphinx_minoo_theme/includes/top.html
@@ -10,7 +10,6 @@
{{ title }}
{% else %}
{{glossary.root_page}}
-
در کدرز
{% endif %}
{% if pagename != "search" %}
{% if display_github %}
@@ -38,7 +37,7 @@
حمایت مالی
-
+
diff --git a/source/_templates/sphinx_minoo_theme/static/minoo-dark.css b/source/_templates/sphinx_minoo_theme/static/minoo-dark.css
new file mode 100644
index 0000000..cf25c27
--- /dev/null
+++ b/source/_templates/sphinx_minoo_theme/static/minoo-dark.css
@@ -0,0 +1,224 @@
+/* Base Layout */
+body {
+ background-color: #121212;
+ color: #e0e0e0;
+}
+
+a, ul>li>a, ol>li>a {
+ color: #81D4FA;
+}
+a:hover, ul>li>a:hover, ol>li>a:hover {
+ color: #66BB6A;
+}
+
+/* Headers */
+h1, h2, h3, h4, h5, h6 {
+ color: #ffffff;
+}
+h1 {
+ background-color: #303F9F;
+ border-color: #1A237E;
+}
+h2, h3 {
+ background-color: #1A237E;
+ border-color: #303F9F !important;
+}
+
+/* Tables and Lines */
+thead, caption {
+ background-color: #1A237E;
+ color: #ffffff;
+}
+hr {
+ border-top: 1px solid #333;
+}
+.table-striped > tbody > tr:nth-of-type(odd),
+tr.row-even {
+ background-color: #1E1E1E;
+}
+.table-bordered th, .table-bordered td {
+ border-color: #424242;
+}
+
+/* Code Blocks */
+code, kbd, pre, samp {
+ background-color: #1E1E1E;
+ color: #ECEFF1;
+}
+.linenodiv pre {
+ background-color: #303F9F;
+ color: #ECEFF1;
+}
+
+/* Highlighting */
+.highlighted {
+ background-color: #FBC02D;
+ color: #212121;
+}
+
+/* Sidebar and Navigation */
+#page-sidebar,
+#sidebar-top,
+#wrapper-page-sidebar,
+#wrapper-sidebar-bottom,
+#sidebar-bottom,
+#sidebar-bottom-versions {
+ background-color: #263238;
+ color: #ffffff;
+}
+#sidebar-top-title a,
+#sidebar-top-links a {
+ color: #B3E5FC;
+}
+#sidebar-top-title a:hover,
+#sidebar-top-links a:hover {
+ color: #80CBC4;
+}
+#navigation-toggle {
+ background-color: #263238;
+}
+#input-search {
+ color: #e0e0e0;
+ box-shadow: inset 0 -1px 0 #80CBC4;
+}
+
+/* Top and Footer */
+#body-top {
+ color: #90CAF9;
+ border-bottom-color: #333;
+}
+#body-btn a {
+ background-color: #303F9F;
+}
+#body-btn a:hover {
+ background-color: #66BB6A;
+}
+#body-footer {
+ background-color: #1A237E;
+ color: #e0e0e0;
+}
+
+/* Back to Top */
+.back-to-top {
+ color: #90CAF9;
+}
+
+/* Sidebar Block */
+.sidebar {
+ background-color: #263238;
+ border-color: #37474F;
+}
+.sidebar .sidebar-title {
+ background-color: #303F9F;
+}
+
+/* Contents Tree Navigation */
+.contents.topic li > a,
+.toctree-wrapper li > a {
+ background-color: #37474F;
+ color: #ffffff;
+}
+.contents.topic li > a:hover,
+.toctree-wrapper li > a:hover {
+ background-color: #546E7A;
+}
+.contents.topic li > ul > li > a,
+.toctree-wrapper li > ul > li > a {
+ background-color: #455A64;
+ color: #ffffff;
+}
+.contents.topic li > ul > li > a:hover,
+.toctree-wrapper li > ul > li > a:hover {
+ background-color: #546E7A;
+}
+
+/* Selection */
+::selection {
+ background-color: #3949AB;
+ color: #FAFAFA;
+}
+
+/* === Admonitions (Dark Theme Adjusted) === */
+.admonition {
+ background-color: #263238;
+ color: #e0e0e0;
+}
+.admonition .admonition-title {
+ color: #ffffff;
+}
+
+/* NOTE & ATTENTION */
+.admonition.note,
+.admonition.attention {
+ background-color: #263238;
+}
+.admonition.note .admonition-title,
+.admonition.attention .admonition-title {
+ background-color: #42A5F5;
+}
+
+/* TIP & IMPORTANT */
+.admonition.tip,
+.admonition.important {
+ background-color: #263238;
+}
+.admonition.tip .admonition-title,
+.admonition.important .admonition-title {
+ background-color: #26A69A;
+}
+
+/* HINT & WARNING */
+.admonition.hint,
+.admonition.warning {
+ background-color: #263238;
+}
+.admonition.hint .admonition-title,
+.admonition.warning .admonition-title {
+ background-color: #F57C00;
+}
+
+/* ERROR & DANGER */
+.admonition.error,
+.admonition.danger {
+ background-color: #263238;
+}
+.admonition.error .admonition-title,
+.admonition.danger .admonition-title {
+ background-color: #E53935;
+}
+
+/* CAUTION */
+.admonition.caution {
+ background-color: #263238;
+}
+.admonition.caution .admonition-title {
+ background-color: #C0CA33;
+}
+
+/* Generic fallback */
+.admonition:not(
+ .note,
+ .attention,
+ .tip,
+ .important,
+ .hint,
+ .warning,
+ .error,
+ .danger,
+ .caution
+) {
+ background-color: #37474F;
+}
+.admonition:not(
+ .note,
+ .attention,
+ .tip,
+ .important,
+ .hint,
+ .warning,
+ .error,
+ .danger,
+ .caution
+) .admonition-title {
+ background-color: #78909C;
+}
diff --git a/source/changelog.rst b/source/changelog.rst
index 88751ff..0670500 100644
--- a/source/changelog.rst
+++ b/source/changelog.rst
@@ -6,11 +6,20 @@
:keywords: معرفی پایتون, تاریخچه پایتون, کارایی پایتون, نسخه های پایتون, ویژگی های پایتون, آشنایی با پایتون, آموزش, آموزش پایتون, آموزش برنامه نویسی, پایتون
-.. _reports:
+.. _reports:
گزارش توسعه
=============
+.. raw:: html
+
+
00140 - یکشنبه ۴ خرداد ۱۴۰۳
+
+* دامنه کتاب به ``https://pythonpersian.com`` تغییر یافته است.
+* دامنههای قبلی ``https://python.coderz.club`` و ``https://python.coderz.ir`` تا پایان امسال همچنان معتبر هستند.
+
+----
+
.. raw:: html
@@ -19,7 +28,6 @@
* دامنه سرویس کدرز به ``club.`` تغییر داده شد.
* صفحه حمایت مالی بروز گردید.
-
----
@@ -341,7 +349,7 @@
00110 - چهارشنبه ۵ تیر ۱۳۹۸
-درس دوازدهم اضافه شد. با امید اینکه بروز رسانیهای بعدی در فاصله زمانی کمتری انجام بشه.
+درس دوازدهم اضافه شد. با امید اینکه بروز رسانیهای بعدی در فاصله زمانی کمتری انجام بشه.
:emoji-size:`😉`
----
@@ -374,7 +382,7 @@
00107 - جمعه ۲۰ آذر ۱۳۹۴
-درس دهم با عنوان «ورودی و خروجی» به فهرست کتاب افزوده شد.
+درس دهم با عنوان «ورودی و خروجی» به فهرست کتاب افزوده شد.
:emoji-size:`😉`
----
diff --git a/source/conf.py b/source/conf.py
index 760cb0d..d0b689a 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -7,8 +7,8 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
project = 'پایتون به پارسی'
-copyright = '2015, Saeid Darvish'
-author = 'Saeid Darvish'
+copyright = '2015, Saeid Darvishghazvini'
+author = 'Saeid Darvishghazvini'
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
diff --git a/source/support-report.rst b/source/support-report.rst
index 8a93be6..e9ec19a 100644
--- a/source/support-report.rst
+++ b/source/support-report.rst
@@ -16,7 +16,7 @@
.. note::
- برای مشاهده گزارش پرداختهای جدیدتر از بهمن ماه ۱۴۰۲، لطفا به نشانی روبرو مراجعه نمایید: [`PythonInPersian, Donation Information
`__]
+ برای مشاهده گزارش پرداختهای جدیدتر از بهمن ماه ۱۴۰۲، لطفا به نشانی روبرو مراجعه نمایید: [`PythonInPersian, Donation Information `__]
برای طرح هرگونه سوال یا اعلام مغایرت، لطفا با ایمیل ``python@saeiddrv.com`` تماس حاصل بفرمایید.
diff --git a/source/support.rst b/source/support.rst
index 5fe4d3e..dcf49ca 100644
--- a/source/support.rst
+++ b/source/support.rst
@@ -31,7 +31,7 @@
لطفا پس از حمایت نقدی، اطلاعات مربوط به آن را از طریق لینک زیر با دیگران به اشتراک بگذارید.
- [`PythonInPersian, Donation Information `__]
+ [`PythonInPersian, Donation Information `__]
اطاعات از طریق یک فایل اکسل به اشتراک گذاشته شده، جمعآوری میگردد. تاریخ تغییرات نگهداری میشود.
@@ -122,49 +122,7 @@ GitHub
::
- bc1q8sdd2zarj4swalx2f895y2v3exk53rh7t8jzve
-
-
-.. _support-eth:
-
-اتریوم (ETH)
-~~~~~~~~~~~~~~~~~~~
-
-.. image:: /_static/cryptocurrency/saeiddrv-eth.jpg
- :align: center
- :width: 256
-
-::
-
- 0x7218D1c2c9614e5f3c9959c1b9D2f36592aAa4c7
-
-
-.. _support-ltc:
-
-لایت کوین (LTC)
-~~~~~~~~~~~~~~~~~~~
-
-.. image:: /_static/cryptocurrency/saeiddrv-ltc.jpg
- :align: center
- :width: 256
-
-::
-
- ltc1qsw63lq9a6c9r8ukufrk6rkg4lge5tn528k2qwd
-
-
-.. _support-doge:
-
-دوج (DOGE)
-~~~~~~~~~~~~~~~~~~~
-
-.. image:: /_static/cryptocurrency/saeiddrv-doge.jpg
- :align: center
- :width: 256
-
-::
-
- DNWR6VJMXV7HwMyj28WVHTMJSCKEr6mKvz
+ bc1qm79cv4awm65l366mmzy5sggcj9ejy6mel9rmx5
.. _support-non: