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

Fix/pypercard #171

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/pypercard.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Simple GUI application development using PyperCard
===================================================

In this chapter we will learn about creating very simple GUI application using
[PyperCard](https://pypercard.readthedocs.io/en/latest/). PyperCard is a
`PyperCard <https://pypercard.readthedocs.io/en/latest/>`_. PyperCard is a
HyperCard inspired Pythonic GUI framework for beginner programmers.


Expand All @@ -27,7 +27,7 @@ This may take some time, and specially while building Kivy, which is a dependenc
If you see any error in building *Kivy* on your distribution, you will have to install all dependencies
on your operating system.

On Debian Buster
On Debian Buster:

::

Expand Down Expand Up @@ -88,7 +88,7 @@ Two Cards and a button


In this code, we have two different cards. The ``first_card`` also got a button, with a text *Next*, and the *target* as the name
of the next card to show. In this case, we are showing the card named *bye*
of the next card to show. In this case, we are showing the card named *bye*.

.. figure:: img/twocard_pyper.gif

Expand Down