Skip to content

Commit

Permalink
Formatted docs
Browse files Browse the repository at this point in the history
  • Loading branch information
srcecde committed Dec 4, 2017
1 parent b21ead2 commit 93fef81
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ A Python wrapper around measurement, quantities, babel, pytz, simple-date for co
from localeconversion import PRESSURE
unitConversion(PRESSURE, 'hi_IN', **{"kPa": [1,2,3]}

<br>

The paramters that are passed in the dict args, should follow <a href="http://python-measurement.readthedocs.io/en/latest/">measurement</a> standards.
<br>


<b>For queries or issues, feel free to contact or open an <a href="https://github.com/srcecde/locale-measurement/issues">issue</a></b>
9 changes: 6 additions & 3 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ PRESSURE
from localeconversion import PRESSURE
unitConversion(PRESSURE, 'hi_IN', **{"kPa": [1,2,3]}

The paramters that are passed in the dict args, should follow
measurement standards. For queries or issues, feel free to contact or
open an issue

The paramters that are passed in the dict args, should follow
measurement standards.

For queries or issues, feel free to contact or
open an `issue <https://github.com/srcecde/locale-measurement/issues>`_

0 comments on commit 93fef81

Please sign in to comment.