mirror of
https://github.com/ZJDoc/GitGuide.git
synced 2026-07-27 22:30:26 +08:00
docs(readme): add
This commit is contained in:
36
templates/MINIMAL_README.md
Normal file
36
templates/MINIMAL_README.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# PyNet
|
||||
|
||||
[中文版本(Chinese version)](./MINIMAL_README.zh-CN.md)
|
||||
|
||||
> Numpy-based deep learning library
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [Install](#install)
|
||||
- [Usage](#usage)
|
||||
- [Contributing](#contributing)
|
||||
- [License](#license)
|
||||
|
||||
## Install
|
||||
|
||||
```
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
PRs accepted.
|
||||
|
||||
Small note:
|
||||
|
||||
* Git submission specifications should be complied with [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.4/)
|
||||
* If versioned, please conform to the [Semantic Versioning 2.0.0](https://semver.org) specification
|
||||
* If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
|
||||
|
||||
## License
|
||||
|
||||
[Apache License 2.0](LICENSE) © 2019 zjZSTU
|
||||
Reference in New Issue
Block a user