Skip to content

Commit f4a52d1

Browse files
authored
Doc: Update README (#19)
1 parent f4e3a96 commit f4a52d1

File tree

4 files changed

+34
-27
lines changed

4 files changed

+34
-27
lines changed

README-zh_CN.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
1-
<div align="center">
2-
<a href="./README.md">English</a> | 简体中文
3-
<p>一本基于 <a target="_blank" href="https://github.com/luckrnx09/abook">abook</a> 编写的开源电子书</p>
4-
</div>
1+
[English](./README.md) | 简体中文
52

3+
# JavaScript 工程师的 Python 指南
64

7-
<div align="center">
8-
<img src="./static/img/book_cover_zh-cn.png" width="60%" />
9-
</div>
5+
<img src="./static/img/book_cover_zh-cn.png" width="50%" />
106

7+
<br>
118

12-
《JavaScript 工程师的 Python 指南》是一本开源电子书,涵盖了从 Python 环境安装到项目开发的方方面面。本书通过案例对比了 JavaScript 和 Python 语言的异同,帮助 JavaScript 工程师快速掌握 Python 语言。
9+
《JavaScript 工程师的 Python 指南》是一本基于 [abook](https://github.com/luckrnx09/abook) 编写的开源电子书,涵盖了从 Python 环境安装到项目开发的方方面面。本书通过大量案例对比 JavaScript 和 Python 语言的异同,帮助 JavaScript 工程师快速掌握 Python 语言。
1310

14-
<div align="center">
15-
<a target="_blank" href="https://luckrnx09.github.io/python-guide-for-javascript-engineers/zh-cn">在线阅读 🚀</a>
16-
</div>
11+
## 在线阅读
1712

18-
欢迎提交 PR 对本书的内容进行补充、修正以及翻译。
13+
你可以在以下链接在线阅读本书:
14+
15+
[https://luckrnx09.com/python-guide-for-javascript-engineers/zh-cn](https://luckrnx09.com/python-guide-for-javascript-engineers/zh-cn)
16+
17+
## 贡献
18+
19+
欢迎提交 PR 对本书的内容进行补充、修正以及翻译。
20+
21+
## 许可证
22+
参见 [LICENSE](./LICENSE)

README.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
1-
<div align="center">
2-
English | <a href="./README-zh_CN.md">简体中文</a>
3-
<p>An open-source ebook powered by <a
4-
target="_blank" href="https://github.com/luckrnx09/abook">abook</a></p>
5-
</div>
1+
# Python Guide for JavaScript Engineers
62

3+
English | [简体中文](./README-zh_CN.md)
74

8-
<div align="center">
9-
<img src="./static/img/book_cover.png" width="60%" />
10-
</div>
5+
<img src="./static/img/book_cover.png" width="50%" />
116

7+
<br>
128

13-
The Python Guide for JavaScript Engineers is an open source ebook that covers everything from Python environment installation to project development. This book compares the similarities and differences between JavaScript and Python through cases to help JavaScript engineers quickly master the Python language.
9+
The *Python Guide for JavaScript Engineers* is an open-source e-book based on [abook](https://github.com/luckrnx09/abook), covering everything from installing Python environment to project development. This book uses numerous examples to compare and contrast the similarities and differences between JavaScript and Python, helping JavaScript engineers quickly grasp the Python language.
1410

15-
<div align="center">
16-
<a target="_blank" href="https://luckrnx09.github.io/python-guide-for-javascript-engineers">Read it online 🚀</a>
17-
</div>
11+
## Online Reading
1812

19-
Welcome to submit PR to supplement, revise and translate the content of this book.
13+
You can read this book online at the following link:
14+
15+
[https://luckrnx09.com/python-guide-for-javascript-engineers](https://luckrnx09.com/python-guide-for-javascript-engineers)
16+
17+
## Contribution
18+
19+
Contributions are welcome to supplement, correct, and translate the content of this book. Please submit PRs for any changes.
20+
21+
## License
22+
See [LICENSE](./LICENSE) for details.

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { Options } from '@docusaurus/preset-classic'
55
const config: Config = {
66
title: 'Python Guide for Javascript Engineers',
77
tagline: 'Python, JavaScript, programming, experience, tutorials, open source, free, eBooks, downloads, PDF, examples',
8-
url: 'https://luckrnx09.github.io',
8+
url: 'https://luckrnx09.com',
99
baseUrl: '/python-guide-for-javascript-engineers/',
1010
trailingSlash: false,
1111
onBrokenLinks: 'throw',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
]
4646
},
4747
"repository": "https://github.com/luckrnx09/python-guide-for-javascript-engineers",
48-
"homepage": "https://luckrnx09.github.io/python-guide-for-javascript-engineers",
48+
"homepage": "https://luckrnx09.com/python-guide-for-javascript-engineers",
4949
"author": "luckrnx09",
5050
"keywords": [
5151
"Python",

0 commit comments

Comments
 (0)