diff --git a/README.rst b/README.rst index 34c9388..4e3e21a 100644 --- a/README.rst +++ b/README.rst @@ -22,9 +22,6 @@ QuantiPhy - Physical Quantities :target: https://pypi.python.org/pypi/quantiphy/ -`Documentation `_ ------------------------------------------------------------------------ - What? ----- @@ -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 `_. + You use *Quantity* to convert numbers and units in various forms to quantities: .. code-block:: python @@ -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 `_. +*QuantiPhy* has many more features and capabilities. For more information, view +the `documentation `_.