pydu (python datastructures and utils) 是面向Python 2 和 3 的实用数据结构和工具库。它收集自开源项目,也有来自开发者贡献。
要安装pydu,简单执行:
$ pip install pydu
pip install sphinx sphinx-intl sphinx_rtd_theme
- 更新pydu最新文档
- 1.1. Linux/Unix:
- ./update_from_pydu
- 1.2. Windows:
- .\update_from_pydu.bat
- 生成翻译比照文件,执行
make gettext
- 更新翻译比照文件,执行
sphinx-intl update
- 在
local/zh/LC_MESSAGES/*.po
中进行翻译 - 生成html查看效果
make html