Skip to content

Commit

Permalink
Tweak documentation.
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 156a43f commit 324a14d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ What?
*QuantiPhy* is a Python library that offers support for physical quantities.
A quantity is the pairing of a number and a unit of measure that indicates the
amount of some measurable thing. *QuantiPhy* provides quantity objects that
keep the units with the number, making it easy to share them a single unit.
They subclass float and so can be used anywhere a number is suitable.
keep the units with the number, making it easy to share them as single object.
They subclass float and so can be used anywhere a number is appropriate.


Why?
----

Quantities naturally supports SI scale factors, which are widely used in science
and engineering. SI scale factors make it possible to cleanly represent both
very large and very small quantities in a form that is both easy to read and
write. While generally better for humans, no general programming language
*QuantiPhy* naturally supports SI scale factors, which are widely used in
science and engineering. SI scale factors make it possible to cleanly represent
both very large and very small quantities in a form that is both easy to read
and write. While generally better for humans, no general programming language
provides direct support for reading or writing quantities with SI scale factors,
making it difficult to write software that communicates effectively with humans.
*QuantiPhy* addresses this deficiency, making it natural and simple to both
Expand Down
12 changes: 6 additions & 6 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ What?
*QuantiPhy* is a Python library that offers support for physical quantities.
A quantity is the pairing of a number and a unit of measure that indicates the
amount of some measurable thing. *QuantiPhy* provides quantity objects that
keep the units with the number, making it easy to share them a single unit.
They subclass float and so can be used anywhere a number is suitable.
keep the units with the number, making it easy to share them as single object.
They subclass float and so can be used anywhere a number is appropriate.


Why?
----

Quantities naturally supports SI scale factors, which are widely used in science
and engineering. SI scale factors make it possible to cleanly represent both
very large and very small quantities in a form that is both easy to read and
write. While generally better for humans, no general programming language
*QuantiPhy* naturally supports SI scale factors, which are widely used in
science and engineering. SI scale factors make it possible to cleanly represent
both very large and very small quantities in a form that is both easy to read
and write. While generally better for humans, no general programming language
provides direct support for reading or writing quantities with SI scale factors,
making it difficult to write software that communicates effectively with humans.
*QuantiPhy* addresses this deficiency, making it natural and simple to both
Expand Down

0 comments on commit 324a14d

Please sign in to comment.