Updated README with badges, links and some text
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
parent
26904614cb
commit
be4ee74537
46
README.md
46
README.md
|
@ -1,33 +1,36 @@
|
|||
# Masterthesis
|
||||
> Short blurb about what your product does.
|
||||
|
||||
[![Downloads][pypi-downloads]][pypi-url]
|
||||
![License][pypi-license]
|
||||
![Python versions][pypi-python-versions]
|
||||
|
||||
One to two paragraph statement about your product and what it does.
|
||||
|
||||
![](header.png)
|
||||
|
||||
## Installation
|
||||
|
||||
OS X & Linux:
|
||||
|
||||
```sh
|
||||
npm install my-crazy-module --save
|
||||
pip install twomartens.masterthesis
|
||||
```
|
||||
|
||||
Windows:
|
||||
|
||||
```sh
|
||||
edit autoexec.bat
|
||||
```
|
||||
Please refer to [GPU support][tf-gpu-support] for instructions on
|
||||
installing the non-Python dependencies for `tensorflow`.
|
||||
|
||||
## Usage example
|
||||
|
||||
A few motivating and useful examples of how your product can be used. Spice this up with code blocks and potentially more screenshots.
|
||||
A few motivating and useful examples of how your product can be used.
|
||||
Spice this up with code blocks and potentially more screenshots.
|
||||
|
||||
_For more examples and usage, please refer to the [Wiki][wiki]._
|
||||
|
||||
## Development setup
|
||||
|
||||
Describe how to install all development dependencies and how to run an automated test-suite of some kind. Potentially do this for multiple platforms.
|
||||
**CHANGE**
|
||||
|
||||
Describe how to install all development dependencies and how to run an automated test-suite of some kind.
|
||||
Potentially do this for multiple platforms.
|
||||
|
||||
```sh
|
||||
make install
|
||||
|
@ -36,6 +39,8 @@ npm test
|
|||
|
||||
## Release History
|
||||
|
||||
**CHANGE**
|
||||
|
||||
* 0.2.1
|
||||
* CHANGE: Update docs (module code remains unchanged)
|
||||
* 0.2.0
|
||||
|
@ -51,24 +56,25 @@ npm test
|
|||
|
||||
## Meta
|
||||
|
||||
Your Name – [@YourTwitter](https://twitter.com/dbader_org) – YourEmail@example.com
|
||||
Jim Martens – [@2martens](https://twitter.com/2martens) – github@2martens.de
|
||||
|
||||
Distributed under the XYZ license. See ``LICENSE`` for more information.
|
||||
Distributed under the Apache 2.0 license. See ``LICENSE`` for more information.
|
||||
|
||||
[https://github.com/yourname/github-link](https://github.com/dbader/)
|
||||
[https://github.com/2martens/](https://github.com/2martens/)
|
||||
|
||||
## Contributing
|
||||
|
||||
1. Fork it (<https://github.com/yourname/yourproject/fork>)
|
||||
1. Fork it (<https://github.com/2martens/masterthesis/fork>)
|
||||
2. Create your feature branch (`git checkout -b feature/fooBar`)
|
||||
3. Commit your changes (`git commit -am 'Add some fooBar'`)
|
||||
4. Push to the branch (`git push origin feature/fooBar`)
|
||||
5. Create a new Pull Request
|
||||
|
||||
<!-- Markdown link & img dfn's -->
|
||||
[npm-image]: https://img.shields.io/npm/v/datadog-metrics.svg?style=flat-square
|
||||
[npm-url]: https://npmjs.org/package/datadog-metrics
|
||||
[npm-downloads]: https://img.shields.io/npm/dm/datadog-metrics.svg?style=flat-square
|
||||
[travis-image]: https://img.shields.io/travis/dbader/node-datadog-metrics/master.svg?style=flat-square
|
||||
[travis-url]: https://travis-ci.org/dbader/node-datadog-metrics
|
||||
[wiki]: https://github.com/yourname/yourproject/wiki
|
||||
[dependencies]:https://img.shields.io/librariesio/release/pypi/twomartens.masterthesis.svg
|
||||
[pypi-license]: https://img.shields.io/pypi/l/twomartens.masterthesis.svg
|
||||
[pypi-url]: https://pypi.org/project/twomartens.masterthesis/
|
||||
[pypi-downloads]: https://img.shields.io/pypi/dm/twomartens.masterthesis.svg
|
||||
[pypi-python-versions]: https://img.shields.io/pypi/pyversions/twomartens.masterthesis.svg
|
||||
[wiki]: https://github.com/2martens/masterthesis/wiki
|
||||
[tf-gpu-support]: https://www.tensorflow.org/install/gpu
|
||||
|
|
Loading…
Reference in New Issue