Skip to content

Commit

Permalink
Tweak README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Jun 25, 2017
1 parent 324a14d commit 7a123b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ QuantiPhy - Physical Quantities
:target: https://pypi.python.org/pypi/quantiphy/
`Documentation <http://nurdletech.com/linux-utilities/quantiphy/doc/>`_
-----------------------------------------------------------------------

What?
-----

Expand Down Expand Up @@ -88,6 +85,8 @@ Install with::
Requires Python3.3 or better. Python2.7 is also supported, however support for
unicode is weak.

The full documentation can be `here <https://quantiphy.readthedocs.io>`_.

You use *Quantity* to convert numbers and units in various forms to quantities:

.. code-block:: python
Expand Down Expand Up @@ -176,4 +175,5 @@ incorporate quantity values into strings:
>>> f'Boiling point of water: {Tboil:s°F}'
'Boiling point of water: 212 °F'
Further information can be found `here <https://quantiphy.readthedocs.io>`_.
*QuantiPhy* has many more features and capabilities. For more information, view
the `documentation <https://quantiphy.readthedocs.io>`_.

0 comments on commit 7a123b4

Please sign in to comment.