Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Ben Makhlouf committed Apr 23, 2017
1 parent 2eaf1a8 commit cf279db
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,18 +82,33 @@ Example
))
Output
======

for each request you make, you can choose between the different outputs :

* json
* csv (the output is an instance from CSV Reader Objects `DictReader`_)
* xml


.. warning:: Depend on the option you will choose, Please refer to the `original website`_ to see the context of each output.


.. _DictReader: https://docs.python.org/2/library/csv.html#csv.DictReader
.. _original website: https://www.zipcodeapi.com/API

Contributing
============

To contribute to Py ZipCodeAPI `create a fork`_ on GitHub. Clone your fork, make some changes, and submit a pull request.
To contribute to PyZipCodeAPI `create a fork`_ on GitHub. Clone your fork, make some changes, and submit a pull request.

.. _create a fork: https://github.com/medbenmakhlouf/pyzipcodeapi

Issues
======

Use the GitHub `issue tracker`_ for django-storages to submit bugs, issues, and feature requests.
Use the GitHub `issue tracker`_ for PyZipCodeAPI to submit bugs, issues, and feature requests.

.. _issue tracker: https://github.com/medbenmakhlouf/pyzipcodeapi/issues

0 comments on commit cf279db

Please sign in to comment.