Skip to content

Commit 7cf5ef4

Browse files
author
Saeid Darvish
authored
Merge pull request #51 from saeiddrv/draft
release 1402.01
2 parents 9bf62d7 + 270b93c commit 7cf5ef4

16 files changed

+955
-849
lines changed
92.5 KB
Loading

source/_static/sitemap-index.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,28 @@
1515
<priority>0.80</priority>
1616
</url>
1717
<url>
18-
<loc>https://python.coderz.ir/lessons/l01.html</loc>
19-
<lastmod>2021-03-17T17:10:25+00:00</lastmod>
18+
<loc>https://python.coderz.ir/lessons/l01-introduction-to-python.html</loc>
19+
<lastmod>2023-03-17T17:10:25+00:00</lastmod>
2020
<priority>0.80</priority>
2121
</url>
2222
<url>
23-
<loc>https://python.coderz.ir/lessons/l02.html</loc>
24-
<lastmod>2021-03-17T17:10:25+00:00</lastmod>
23+
<loc>https://python.coderz.ir/lessons/l02-setup-python.html</loc>
24+
<lastmod>2023-03-17T17:10:25+00:00</lastmod>
2525
<priority>0.80</priority>
2626
</url>
2727
<url>
28-
<loc>https://python.coderz.ir/lessons/l03.html</loc>
29-
<lastmod>2021-03-17T17:10:25+00:00</lastmod>
28+
<loc>https://python.coderz.ir/lessons/l03-create-and-run-a-python-project.html</loc>
29+
<lastmod>2023-03-17T17:10:25+00:00</lastmod>
3030
<priority>0.80</priority>
3131
</url>
3232
<url>
33-
<loc>https://python.coderz.ir/lessons/l04.html</loc>
34-
<lastmod>2021-03-17T17:10:25+00:00</lastmod>
33+
<loc>https://python.coderz.ir/lessons/l04-python-interactive-mode.html</loc>
34+
<lastmod>2023-03-17T17:10:25+00:00</lastmod>
3535
<priority>0.80</priority>
3636
</url>
3737
<url>
38-
<loc>https://python.coderz.ir/lessons/l05.html</loc>
39-
<lastmod>2021-03-17T17:10:25+00:00</lastmod>
38+
<loc>https://python.coderz.ir/lessons/l05-object-oriented-programming.html</loc>
39+
<lastmod>2023-03-17T17:10:25+00:00</lastmod>
4040
<priority>0.80</priority>
4141
</url>
4242
<url>

source/_templates/sphinx_minoo_theme/includes/header.html

Lines changed: 2 additions & 2 deletions
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-20230203.css', 1) }}">
42+
<link rel="stylesheet" type=text/css href="{{ pathto('_static/minoo-20230401.css', 1) }}">
4343
{% endif %}
4444

4545
{%- block linktags %}
@@ -100,7 +100,7 @@
100100
</script>
101101
{% endif %}
102102

103-
<script type="text/javascript" src="{{ pathto('_static/minoo-20210403.js', 1) }}"></script>
103+
<script type="text/javascript" src="{{ pathto('_static/minoo-20230401.js', 1) }}"></script>
104104
<script type="text/javascript" src="{{ pathto('_static/modernizr.min.js', 1) }}"></script>
105105

106106
<script async defer src="https://buttons.github.io/buttons.js"></script>

source/_templates/sphinx_minoo_theme/static/minoo-20210403.js renamed to source/_templates/sphinx_minoo_theme/static/minoo-20230401.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,13 @@ $( document ).ready(function() {
152152
$('#sidebar-bottom').animate({scrollTop: pos.top - 232 }, "slow");
153153

154154

155+
// Fixing the lists
156+
// $("ul li p").each(function(){
157+
// var value = $(this).html();
158+
// $(this).replaceWith(value);
159+
// });
160+
161+
155162
});
156163

157164
$( window ).resize(function() {

source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# -- Project information -----------------------------------------------------
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88

9-
project = 'PythonPersianTutorial'
9+
project = 'پایتون به پارسی'
1010
copyright = '2015, Saeid Darvish'
1111
author = 'Saeid Darvish'
1212

@@ -27,4 +27,6 @@
2727

2828
html_theme = 'sphinx_minoo_theme'
2929
html_theme_path = ["_templates"]
30+
html_title = 'کتاب ' + project
31+
3032
html_static_path = ['_static']

source/index.rst

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,39 @@
11
.. role:: emoji-size
22

33
.. meta::
4-
:description: کتاب آنلاین و آزاد آموزش زبان برنامه‌نویسی پایتون به فارسی - صفحه نخست
4+
:description: پایتون به پارسی - کتاب آنلاین و آزاد آموزش زبان برنامه‌نویسی پایتون - صفحه نخست
55
:keywords: پایتون, آموزش, آموزش برنامه نویسی, آموزش پایتون, برنامه نویسی, کتاب آموزش, آموزش فارسی, کتاب آزاد, پایتون نسخه
66

77

8+
.. _home-page:
89

9-
کتاب آزاد آموزش زبان برنامه‌نویسی پایتون
10-
==================================================
10+
پایتون به پارسی
11+
====================
1112

1213

1314
::
1415

1516
.-=-. .--.
1617
__ .' '. / " )
17-
_ .' '. / .-. \ / .-'\ PYTHON TUTORIAL
18+
_ .' '. / .-. \ / .-'\ PYTHON
1819
( \ / .-. \ / / \ \ / / ^ IN PERSIAN
1920
\ `-` / \ `-' / \ `-` / "BATTERIES INCLUDED", ENJOY!
2021
jgs`-.-` '.____.' `.____.'
2122

2223

23-
این کتاب تلاشی است برای آموزش زبان برنامه‌نویسی پایتون (Python) بر پایه‌ پیاده‌سازی استاندارد آن (CPython)، به شکلی کامل و ساده که بتواند هر دو شاخه از پایتون (نسخه‌های 3x و 2x) را البته با محوریت نسخه 3x (به خصوص از درس هفدهم به بعد) پوشش دهد و همچنین برای افرادی که تاکنون سابقه‌ برنامه‌نویسی نداشته‌اند نیز کاربردی و مفید باشد. یادگیری پایتون نیازی به پیش‌زمینه برنامه‌نویسی ندارد و تنها پیش‌نیاز آن علاقه خوانندگان به فن برنامه‌نویسی است.
24+
این کتاب تلاشی است برای آموزش زبان برنامه‌نویسی پایتون (Python) بر پایه‌ پیاده‌سازی استاندارد آن (CPython)، به زبانی ساده و روان که بتواند برای افرادی که تاکنون پیشینه برنامه‌نویسی نداشته‌اند نیز کاربردی و مفید باشد. مطالعه این کتاب نیازی به پیش‌زمینه برنامه‌نویسی ندارد و تنها پیش‌نیاز آن علاقه خوانندگان به فن برنامه‌نویسی است.
25+
2426

2527
.. toctree::
2628
:maxdepth: 6
2729

2830
preface
29-
lessons/l01
30-
lessons/l02
31-
lessons/l03
32-
lessons/l04
33-
lessons/l05
34-
lessons/l06
31+
lessons/l01-introduction-to-python
32+
lessons/l02-setup-python
33+
lessons/l03-create-and-run-a-python-project
34+
lessons/l04-python-interactive-mode
35+
lessons/l05-object-oriented-programming
36+
lessons/l06-python-syntax
3537
lessons/l07
3638
lessons/l08
3739
lessons/l09
@@ -60,9 +62,12 @@
6062
6163
----
6264

63-
**شروع:** فروردین ۱۳۹۴ **و** **آخرین بروزرسانی:** آذر ۱۴۰۰ [`گزارش توسعه <log.html>`__]
64-
65+
.. figure:: /_static/logo/python-3-11.png
66+
:align: center
67+
:scale: 60 %
68+
:alt: بروز شده با نسخه 3.11
6569

70+
**شروع:** فروردین ۱۳۹۴ **و** **آخرین بروزرسانی:** فروردین ۱۴۰۲ [`گزارش توسعه <log.html>`__] - **در حال بروزرسانی با نسخه ۳.۱۱ پایتون**
6671

6772

6873

0 commit comments

Comments
 (0)