Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yinian1992/flask-docs-cn
Flask 文档翻译
https://github.com/yinian1992/flask-docs-cn
flask python translation
Last synced: about 2 hours 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 (over 12 years ago)
- Default Branch: 1.0
- Last Pushed: 2023-02-15T21:29:34.000Z (over 1 year ago)
- Last Synced: 2024-04-15T07:13:39.070Z (7 months ago)
- Topics: flask, python, translation
- Language: Python
- Homepage: http://docs.jinkan.org/docs/flask
- Size: 1.1 MB
- Stars: 78
- Watchers: 6
- Forks: 30
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
- Security: security.rst
Awesome Lists containing this project
README
# Flask 中文文档
[![build-status](https://travis-ci.org/yinian1992/flask-docs-cn.svg?branch=1.0)](https://travis-ci.org/yinian1992/flask-docs-cn)
当前文档对应的 Flask 版本为:1.0。
术语表是译者附上的。
## 安装依赖
```
pip install flask[doc]
```## 编译文档
### HTML 格式
```
make html
```之后就可以在 `_build/html` 文件夹中找到编译完成的 HTML 格式文档。