Skip to content
This repository has been archived by the owner on Oct 7, 2019. It is now read-only.

flaggo/pydu-zh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pydu

https://travis-ci.org/flaggo/pydu.svg?branch=master https://ci.appveyor.com/api/projects/status/github/flaggo/pydu?branch=master&svg=true codecov.io

pydu (python datastructures and utils) 是面向Python 2 和 3 的实用数据结构和工具库。它收集自开源项目,也有来自开发者贡献。

安装

要安装pydu,简单执行:

$ pip install pydu

文档

请阅读超赞的文档: English | 中文版

翻译前准备

pip install sphinx sphinx-intl sphinx_rtd_theme

翻译步骤

  1. 更新pydu最新文档
1.1. Linux/Unix:
./update_from_pydu
1.2. Windows:
.\update_from_pydu.bat
  1. 生成翻译比照文件,执行
make gettext
  1. 更新翻译比照文件,执行
sphinx-intl update
  1. local/zh/LC_MESSAGES/*.po 中进行翻译
  2. 生成html查看效果
make html