mirror of
https://github.com/ZJDoc/GitGuide.git
synced 2026-07-29 07:10:25 +08:00
docs(readme): add
This commit is contained in:
36
templates/MINIMAL_README.zh-CN.md
Normal file
36
templates/MINIMAL_README.zh-CN.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# PyNet
|
||||
|
||||
[英文版本(English version)](./MINIMAL_README.md)
|
||||
|
||||
> 基于numpy的深度学习库
|
||||
|
||||
## 内容列表
|
||||
|
||||
- [安装](#安装)
|
||||
- [用法](#用法)
|
||||
- [参与贡献方式](#参与贡献方式)
|
||||
- [许可证](#许可证)
|
||||
|
||||
## 安装
|
||||
|
||||
```
|
||||
```
|
||||
|
||||
## 用法
|
||||
|
||||
```
|
||||
```
|
||||
|
||||
## 参与贡献方式
|
||||
|
||||
接受合并请求
|
||||
|
||||
请注意:
|
||||
|
||||
* git提交请遵守[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.4/)
|
||||
* 如果进行版本化,请遵守[Semantic Versioning 2.0.0](https://semver.org)规范
|
||||
* 如果修改README,请遵守[standard-readme](https://github.com/RichardLitt/standard-readme)规范
|
||||
|
||||
## 许可证
|
||||
|
||||
[Apache License 2.0](LICENSE) © 2019 zjZSTU
|
||||
Reference in New Issue
Block a user