Skip to content

Commit a73de47

Browse files
committed
update documentation
1 parent 590d9f0 commit a73de47

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

.eric4project/quantities.e4t

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,19 @@
5050
<Task priority="1" completed="False" bugfix="False">
5151
<Summary>TODO: what is an appropriate value?</Summary>
5252
<Description></Description>
53-
<Created>2009-10-12, 12:38:45</Created>
53+
<Created>2009-10-12, 18:58:05</Created>
5454
<Resource>
5555
<Filename>quantities/quantity.py</Filename>
56-
<Linenumber>107</Linenumber>
56+
<Linenumber>108</Linenumber>
5757
</Resource>
5858
</Task>
5959
<Task priority="1" completed="False" bugfix="False">
6060
<Summary>TODO: do we want this kind of magic?</Summary>
6161
<Description></Description>
62-
<Created>2009-10-12, 12:38:45</Created>
62+
<Created>2009-10-12, 18:58:05</Created>
6363
<Resource>
6464
<Filename>quantities/quantity.py</Filename>
65-
<Linenumber>290</Linenumber>
65+
<Linenumber>318</Linenumber>
6666
</Resource>
6767
</Task>
6868
</Tasks>

doc/source/_templates/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h1>Welcome</h1>
88
quantities, which have a magnitude, dimensionality specified by various
99
units, and possibly an uncertainty. Quantities is based on the popular
1010
numpy library. It is undergoing active development, and while the current
11-
features and API are fairly stable, test coverage is far from complete and
11+
features and API fairly stable, test coverage is far from complete and
1212
the package is not ready for production use.
1313
</p>
1414
<p>
@@ -29,9 +29,8 @@ <h2>Documentation</h2>
2929
<h2>Get Quantities</h2>
3030

3131
<p>
32-
Quantities is undergoing rapid development. The code can be found in a
33-
Bazaar repository at <a href="https://launchpad.net/python-quantities/">launchpad</a>.
34-
A snapshot will be announced in January 2009.
32+
Quantities is actively developed. The code can be found in a Bazaar
33+
repository at <a href="https://launchpad.net/python-quantities/">launchpad</a>.
3534
</p>
3635

3736
{% endblock %}

doc/source/contents.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:Release: |version|
55
:Date: |today|
66

7-
Download `PDF <./Quantities.pdf>`_
7+
.. Download `PDF <./Quantities.pdf>`_
88
99
.. _contents:
1010

0 commit comments

Comments
 (0)