Skip to content

Commit

Permalink
Docs: Remove redundant contribution information (#677)
Browse files Browse the repository at this point in the history
The readme file contains information about contributing in two
sections.

The commit merges both sections to one.
  • Loading branch information
jensvog authored Jan 4, 2021
1 parent f8cf4fa commit 93a47b1
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ From Source
- Use :code:`pip install -r requirements.txt` to install the required packages
- or :code:`pipenv install && pipenv install --dev`

How to contribute?
__________________
Please, click here `Contribution Guidelines for this project`_


Examples
________
More **examples** in :code:`examples/` directory.
Expand Down Expand Up @@ -124,8 +119,8 @@ If you want to see the response in pretty print format JSON. Feel free for use c
# and then print using pprint(result) instead of print(result)
pprint(response)
Development and Deployment (For contributors)
_____________________________________________
How to contribute?
__________________
First of all, I am happy for any PR requests.
Let's fork and provide your changes :)
See the `Contribution Guidelines for this project`_ for details on how to make changes to this library.
Expand Down

0 comments on commit 93a47b1

Please sign in to comment.