We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b1a5b commit ba8d794Copy full SHA for ba8d794
1 file changed
README.md
@@ -2,8 +2,6 @@
2
3
<img src="http://pythonhosted.org/PythonQwt/_images/panorama.png">
4
5
-## Purpose and Motivation
6
-
7
The `PythonQwt` project was initiated to solve -at least temporarily- the
8
obsolescence issue of `PyQwt` (the Python-Qwt C++ bindings library) which is
9
no longer maintained. The idea was to translate the original Qwt C++ code to
@@ -13,6 +11,9 @@ based on NumPy and other libraries.
13
11
The `PythonQwt` package consists of a single Python package named `qwt` and
14
12
of a few other files (examples, doc, ...).
15
+See [documentation](http://pythonhosted.org/PythonQwt/) for more details on
+the library and [changelog](CHANGELOG.md) for recent history of changes.
16
+
17
## Copyrights
18
19
#### Main code base
0 commit comments