Skip to content

qihboy/Flask_Docs_ZhCn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Flask 简体中文文档

##关于译者 由 Dormouse Young 发起并独立翻译,其余参与和修正伙伴参见contributors。

Initiate and translated by Dormouse Young.

##版本

现在正在翻译的是 Flask 0.10 的文档。

Flask 0.10 docs are being translating now.

##线上地址

http://dormousehole.rtfd.org

##制作本地文档

###Html 文档

主要步骤为:

  • 克隆本项目
  • 安装 sphinx
  • 生成文档(文档生成在 _bulid 目录下)

命令示例:

git clone git@github.com:dormouse/Flask_Docs_ZhCn.git
cd Flask_Docs_ZhCn/
mkvirtualenv flaskdoc
pip install sphinx
make html

About

Flask documents translated by Dormouse Young

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.8%
  • CSS 0.5%
  • JavaScript 0.5%
  • Makefile 0.3%
  • Batchfile 0.3%
  • HTML 0.3%
  • Other 0.3%