Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 文档翻译

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 格式文档。