https://github.com/yinian1992/flask-docs-cn
Flask 文档翻译
https://github.com/yinian1992/flask-docs-cn
flask python translation
Last synced: 8 months ago
JSON representation
Flask 文档翻译
- Host: GitHub
- URL: https://github.com/yinian1992/flask-docs-cn
- Owner: yinian1992
- License: other
- Created: 2012-04-21T16:27:19.000Z (about 14 years ago)
- Default Branch: 1.0
- Last Pushed: 2023-02-15T21:29:34.000Z (over 3 years ago)
- Last Synced: 2025-03-26T06:43:13.550Z (about 1 year ago)
- Topics: flask, python, translation
- Language: Python
- Homepage: http://docs.jinkan.org/docs/flask
- Size: 1.1 MB
- Stars: 77
- Watchers: 6
- Forks: 28
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
- Security: security.rst
- Authors: AUTHORS
Awesome Lists containing this project
README
# Flask 中文文档
[](https://travis-ci.org/yinian1992/flask-docs-cn)
当前文档对应的 Flask 版本为:1.0。
术语表是译者附上的。
## 安装依赖
```
pip install flask[doc]
```
## 编译文档
### HTML 格式
```
make html
```
之后就可以在 `_build/html` 文件夹中找到编译完成的 HTML 格式文档。