All Projects → MrKiven → Pyzh

MrKiven / Pyzh

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pyzh

Buildroot
Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here.
Stars: ✭ 1,320 (-4.83%)
Mutual labels:  makefile
Moztt
Fonts used on FirefoxOS
Stars: ✭ 98 (-92.93%)
Mutual labels:  makefile
License List Xml
This is the repository for the master files that comprise the SPDX License List
Stars: ✭ 101 (-92.72%)
Mutual labels:  makefile
Docker Tunnel
a (simple) dockerized ssh tunnel
Stars: ✭ 96 (-93.08%)
Mutual labels:  makefile
Cgc Release Documentation
DARPA Cyber Grand Challenge Documentation
Stars: ✭ 97 (-93.01%)
Mutual labels:  makefile
Openwrt V2ray
V2Ray for OpenWrt
Stars: ✭ 1,358 (-2.09%)
Mutual labels:  makefile
Ayu Jetbrains
Ayu colour scheme for JetBrains' IDEs.
Stars: ✭ 94 (-93.22%)
Mutual labels:  makefile
Bsdiff and patch
just demo;
Stars: ✭ 102 (-92.65%)
Mutual labels:  makefile
Techladder
Job titles and descriptions for UA engineering
Stars: ✭ 97 (-93.01%)
Mutual labels:  makefile
Sklearn tutorial
Tutorial for astronomy data processing with scikit-learn
Stars: ✭ 100 (-92.79%)
Mutual labels:  makefile
Adb root
Magisk Module that allows you to run "adb root".
Stars: ✭ 97 (-93.01%)
Mutual labels:  makefile
Ozon Icon Theme
Official icon theme for Ozon OS
Stars: ✭ 97 (-93.01%)
Mutual labels:  makefile
Kernel Tools
🐧 Kernels on Scaleway
Stars: ✭ 99 (-92.86%)
Mutual labels:  makefile
Gomk
An opinionated Makefile for Go projects.
Stars: ✭ 96 (-93.08%)
Mutual labels:  makefile
Activiti Cloud Examples
Activiti Cloud Examples using Docker Images from: https://hub.docker.com/u/activiti/dashboard/
Stars: ✭ 102 (-92.65%)
Mutual labels:  makefile
Wlr Protocols
Wayland protocols designed for use in wlroots (and other compositors)
Stars: ✭ 94 (-93.22%)
Mutual labels:  makefile
Libreelec.tv
Just enough OS for KODI
Stars: ✭ 1,358 (-2.09%)
Mutual labels:  makefile
Mesos Compose
Mesos cluster in one command
Stars: ✭ 102 (-92.65%)
Mutual labels:  makefile
Cookiecutter Lux Python
Cookiecutter template for an idiomatic Python project driven by Makefile
Stars: ✭ 102 (-92.65%)
Mutual labels:  makefile
Udict
A command line urban dictionary.
Stars: ✭ 99 (-92.86%)
Mutual labels:  makefile

关于

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].