Skip to content

Commit 88535fd

Browse files
Update README.md
1 parent a723e99 commit 88535fd

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
[![PyPI status](https://img.shields.io/pypi/status/PythonQwt.svg)](https://github.com/PierreRaybaut/PythonQwt)
66
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/PythonQwt.svg)](https://pypi.python.org/pypi/PythonQwt/)
77
[![download count](https://img.shields.io/conda/dn/conda-forge/PythonQwt.svg)](https://www.anaconda.com/download/)
8+
[![Documentation Status](https://readthedocs.org/projects/pythonqwt/badge/?version=latest)](https://pythonqwt.readthedocs.io/en/latest/?badge=latest)
89

9-
<img src="http://pythonhosted.org/PythonQwt/_images/panorama.png">
10+
<img src="https://raw.githubusercontent.com/PierreRaybaut/PythonQwt/master/doc/images/panorama.png">
1011

1112
The `PythonQwt` project was initiated to solve -at least temporarily- the
1213
obsolescence issue of `PyQwt` (the Python-Qwt C++ bindings library) which is
@@ -17,7 +18,7 @@ based on NumPy and other libraries.
1718
The `PythonQwt` package consists of a single Python package named `qwt` and
1819
of a few other files (examples, doc, ...).
1920

20-
See [documentation](http://pythonhosted.org/PythonQwt/) for more details on
21+
See documentation [online](https://pythonqwt.readthedocs.io/en/latest/) or [PDF](https://pythonqwt.readthedocs.io/_/downloads/en/latest/pdf/) for more details on
2122
the library and [changelog](CHANGELOG.md) for recent history of changes.
2223

2324
## Copyrights
@@ -60,7 +61,7 @@ Only the following plot items are currently implemented in `qwt` (the only
6061
plot items needed by `guiqwt`): `QwtPlotItem` (base class), `QwtPlotItem`,
6162
`QwtPlotMarker`, `QwtPlotSeriesItem` and `QwtPlotCurve`.
6263

63-
See "Overview" section in [documentation](http://pythonhosted.org/PythonQwt/)
64+
See "Overview" section in [documentation](https://pythonqwt.readthedocs.io/en/latest/)
6465
for more details on API limitations when comparing to Qwt.
6566

6667
## Dependencies

0 commit comments

Comments
 (0)