Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed dead links from example applications #215

Merged
merged 2 commits into from Nov 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 0 additions & 6 deletions doc/examples.rst
Expand Up @@ -8,17 +8,11 @@ The repository contains a number of simple examples for building applications
with different frameworks:

- `A console application <https://github.com/takluyver/pynsist/tree/master/examples/console>`_
- `A tkinter application <https://github.com/takluyver/pynsist/tree/master/examples/tkinter>`_
- `A PyQt4 application <https://github.com/takluyver/pynsist/tree/master/examples/pyqt4>`_
- `A PyQt5 application <https://github.com/takluyver/pynsist/tree/master/examples/pyqt5>`_

- `PyQt5 with QML <https://github.com/takluyver/pynsist/tree/master/examples/pyqt5_qml>`_
- `PyQt5 with OpenCV <https://github.com/takluyver/pynsist/tree/master/examples/pyqt5_opencv>`_

- `A PyGTK application <https://github.com/takluyver/pynsist/tree/master/examples/pygtk>`_

- `PyGTK with Numpy and Matplotlib (32 bit, Python 2.7) <https://github.com/takluyver/pynsist/tree/master/examples/pygtk_mpl_numpy>`_

- `A PyGI (or PyGObject) application with Numpy and Matplotlib (64 bit, Python 3.4) <https://github.com/takluyver/pynsist/tree/master/examples/pygi_mpl_numpy>`_
- `A pygame application <https://github.com/takluyver/pynsist/tree/master/examples/pygame>`_
- `A pyglet application <https://github.com/takluyver/pynsist/tree/master/examples/pyglet>`_
Expand Down