• Stars
    star
    1,419
  • Rank 32,918 (Top 0.7 %)
  • Language Makefile
  • License
    BSD 2-Clause "Sim...
  • Created over 11 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

📚 一起写Python文章,一起看Python文章 - 利用readthedocs的Python技术文章的收集和翻译。

关于

利用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 <env-path>/bin/activate
    pip install -r requirements.pip
    
  2. 编写文章:

    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可以看项目中其它文章的源码

More Repositories

1

ECache

👏👏 Integrate cache(redis) [flask etc.] with SQLAlchemy.
Python
29
star
2

rabbitmq-performance-test

test for rabbitmq with java
Java
14
star
3

Todo.py

👊 Command line lightweight todo tool with readable storage , written in Python.
Python
12
star
4

KT-Web

KT Web By Flask
Python
10
star
5

Standard-commit-message

☀️ Generic standard of a commit message 😁
Go
9
star
6

dotfiles

👋 Dotfiles of My Coding Env..
Vim Script
7
star
7

ReadSource

📚 Read excellent code source. http://readsource.readthedocs.org
Makefile
6
star
8

HttpInterfaceTestFramework

📈 Simple HTTP Interface Test Framework
Python
6
star
9

REST_ARCH

👉 A Restful Framework Based On Gunicorn named `skt`
Python
5
star
10

list

🔭 🚬 A singly-linked stack like list support peek.
Rust
5
star
11

Takayi

Type hints for python 2.X
Python
5
star
12

rping

Simple Ping implementation, written in Rust. 😬
Rust
5
star
13

gg

🙏 `shit` for github notifications
Python
4
star
14

weixin_hongbao

微信红包算法
Python
4
star
15

UNIX-Network-Programming

Code of book 《UNIX Network Programming》
C
3
star
16

cola

Have some cola, do some coding. 🍺 🍻 🍵
Rust
3
star
17

Flask-SQLAlchemy-Caching

Flask-SQLAlchemy caching. See https://github.com/MrKiven/ECache
Python
2
star
18

walila

A WSGI framework based on Gunicorn
Python
2
star
19

PY-Snip

Python
2
star
20

koo

todo(mvc) implement by rust ~~
Rust
2
star
21

process_monitor

Process Monitor via agent
Python
2
star
22

dogpile.cache

Mirror of dogpile.cache from bitbucket. https://bitbucket.org/zzzeek/dogpile.cache
Python
1
star
23

jsonql-py

JSON query expression library in Python.
Python
1
star
24

Algorithm-Snip

My Algorithm Snippets
Python
1
star
25

Pygen

Python Project Generator
Python
1
star
26

PAsync

Async Producer&Consumer Model Based On Python
Python
1
star
27

colorizer

The formatter for ANSI colored console output is heavily based on Pygments terminal colorizing code
Python
1
star
28

fuck-python

👊 Fix command line spelling errors by python
1
star
29

DiggerPlus

DiggerPlus - A Creative Community ~
Python
1
star