Skip to content

Commit 93a47b1

Browse files
authored
Docs: Remove redundant contribution information (#677)
The readme file contains information about contributing in two sections. The commit merges both sections to one.
1 parent f8cf4fa commit 93a47b1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ From Source
3131
- Use :code:`pip install -r requirements.txt` to install the required packages
3232
- or :code:`pipenv install && pipenv install --dev`
3333

34-
How to contribute?
35-
__________________
36-
Please, click here `Contribution Guidelines for this project`_
37-
38-
3934
Examples
4035
________
4136
More **examples** in :code:`examples/` directory.
@@ -124,8 +119,8 @@ If you want to see the response in pretty print format JSON. Feel free for use c
124119
# and then print using pprint(result) instead of print(result)
125120
pprint(response)
126121
127-
Development and Deployment (For contributors)
128-
_____________________________________________
122+
How to contribute?
123+
__________________
129124
First of all, I am happy for any PR requests.
130125
Let's fork and provide your changes :)
131126
See the `Contribution Guidelines for this project`_ for details on how to make changes to this library.

0 commit comments

Comments
 (0)