File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 PythonQwt: Qt plotting widgets for Python
3333=========================================
3434
35- .. image:: http ://pythonhosted.org/ PythonQwt/_images /panorama.png
35+ .. image:: https ://raw.githubusercontent.com/PierreRaybaut/ PythonQwt/master/doc/images /panorama.png
3636
3737The ``PythonQwt`` package is a 2D-data plotting library using Qt graphical
3838user interfaces for the Python programming language. It is compatible with
5151limitations: efforts were concentrated on basic plotting features, leaving
5252higher level features to the `guiqwt` library.
5353
54- See `README`_ and ` documentation`_ for more details on the library and `changelog`_ for recent history of changes.
54+ See `README`_ and documentation (`online`_ or `PDF`_) for more details on the library and `changelog`_ for recent history of changes.
5555
5656.. _README: https://github.com/PierreRaybaut/PythonQwt/blob/master/README.md
57- .. _documentation: http://pythonhosted.org/PythonQwt/
57+ .. _online: https://pythonqwt.readthedocs.io/en/latest/
58+ .. _PDF: https://pythonqwt.readthedocs.io/_/downloads/en/latest/pdf/
5859.. _changelog: https://github.com/PierreRaybaut/PythonQwt/blob/master/CHANGELOG.md
5960"""
6061KEYWORDS = ''
6162CLASSIFIERS = []
6263if 'beta' in version or 'b' in version :
6364 CLASSIFIERS += ['Development Status :: 4 - Beta' ]
64- elif 'alpha' in version or 'a' in version or version . startswith ( '0.' ) :
65+ elif 'alpha' in version or 'a' in version :
6566 CLASSIFIERS += ['Development Status :: 3 - Alpha' ]
6667else :
6768 CLASSIFIERS += ['Development Status :: 5 - Production/Stable' ]
You can’t perform that action at this time.
0 commit comments