Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MrKiven/PyZh
:books: 一起写Python文章,一起看Python文章 - 利用readthedocs的Python技术文章的收集和翻译。
https://github.com/MrKiven/PyZh
documents python zh-cn
Last synced: 8 days ago
JSON representation
:books: 一起写Python文章,一起看Python文章 - 利用readthedocs的Python技术文章的收集和翻译。
- Host: GitHub
- URL: https://github.com/MrKiven/PyZh
- Owner: MrKiven
- License: bsd-2-clause
- Created: 2013-01-12T14:13:38.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T16:01:19.000Z (over 6 years ago)
- Last Synced: 2024-05-19T01:55:14.205Z (6 months ago)
- Topics: documents, python, zh-cn
- Language: Makefile
- Homepage: http://pyzh.readthedocs.org
- Size: 192 KB
- Stars: 1,421
- Watchers: 143
- Forks: 437
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-learning - MrKiven/PyZh - 利用`readthedocs`的`Python`技术文章的收集和翻译。 (Python)
- stars - MrKiven/PyZh - 利用readthedocs的Python技术文章的收集和翻译。 (Tutorial / Windows Manager)
README
关于
----利用readthedocs的Python技术文章的翻译和收集。
订阅
----RSS: https://pyzh.readthedocs.org/en/latest/rss.xml
Online: https://pyzh.readthedocs.org/en/latest/
约定
----- 文件名必须是英文。一个文章的多个文件如下命名::
xxxx-Part1.rst, xxxx-Part2.rst ..
- 文第一行注明日期::
:Date: 2013-04-15 22:00:00
- 翻译的文章,需要注明原文链接
请Fork一起编写!
----------------1. 初始化环境::
git clone https://github.com/hit9/PyZh
cd PyZh
git submodule init & git submodule update
virtualenv venv
source /bin/activate
pip install -r requirements.pip2. 编写文章::
vim docs/xxxxx.rst
3. 编译预览::
make doc
cd _build/html
python -m SimpleHTTPServer打开 ``http://localhost:8000`` 预览
4. 更新Readthedocs文档:
push上去到Github, 然后到https://readthedocs.org/projects/pyzh build下即可
RST
---RST文档的语法: https://github.com/ralsina/rst-cheatsheet/blob/master/rst-cheatsheet.rst
Example可以看项目中其它文章的源码