Skip to content

fix: update README image links #613

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

Open
wants to merge 1 commit 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
16 changes: 8 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ptpython

pip install ptpython

.. image :: https://github.com/jonathanslenders/ptpython/raw/master/docs/images/example1.png
.. image :: https://raw.githubusercontent.com/prompt-toolkit/ptpython/refs/heads/main/docs/images/example1.png

Ptpython is an advanced Python REPL. It should work on all
Python versions from 2.6 up to 3.11 and work cross platform (Linux,
Expand Down Expand Up @@ -109,15 +109,15 @@ More screenshots

The configuration menu:

.. image :: https://github.com/jonathanslenders/ptpython/raw/master/docs/images/ptpython-menu.png
.. image :: https://raw.githubusercontent.com/prompt-toolkit/ptpython/refs/heads/main/docs/images/ptpython-menu.png

The history page and its help:

.. image :: https://github.com/jonathanslenders/ptpython/raw/master/docs/images/ptpython-history-help.png
.. image :: https://raw.githubusercontent.com/prompt-toolkit/ptpython/refs/heads/main/docs/images/ptpython-history-help.png

Autocompletion:

.. image :: https://github.com/jonathanslenders/ptpython/raw/master/docs/images/file-completion.png
.. image :: https://raw.githubusercontent.com/prompt-toolkit/ptpython/refs/heads/main/docs/images/file-completion.png


Embedding the REPL
Expand Down Expand Up @@ -159,7 +159,7 @@ terminal, you have to check the "Use option as meta key" checkbox in your
terminal settings. For iTerm2, you have to check "Left option acts as +Esc" in
the options.)

.. image :: https://github.com/jonathanslenders/ptpython/raw/master/docs/images/multiline.png
.. image :: https://raw.githubusercontent.com/prompt-toolkit/ptpython/refs/heads/main/docs/images/multiline.png


Syntax validation
Expand All @@ -169,7 +169,7 @@ Before execution, ``ptpython`` will see whether the input is syntactically
correct Python code. If not, it will show a warning, and move the cursor to the
error.

.. image :: https://github.com/jonathanslenders/ptpython/raw/master/docs/images/validation.png
.. image :: https://raw.githubusercontent.com/prompt-toolkit/ptpython/refs/heads/main/docs/images/validation.png


Asyncio REPL and top level await
Expand Down Expand Up @@ -222,7 +222,7 @@ with all the power that IPython has to offer, like magic functions and shell
integration. Make sure that IPython has been installed. (``pip install
ipython``)

.. image :: https://github.com/jonathanslenders/ptpython/raw/master/docs/images/ipython.png
.. image :: https://raw.githubusercontent.com/prompt-toolkit/ptpython/refs/heads/main/docs/images/ipython.png

This is also available for embedding:

Expand Down Expand Up @@ -253,7 +253,7 @@ Windows support
``prompt_toolkit`` and ``ptpython`` works better on Linux and OS X than on
Windows. Some things might not work, but it is usable:

.. image :: https://github.com/jonathanslenders/ptpython/raw/master/docs/images/windows.png
.. image :: https://raw.githubusercontent.com/prompt-toolkit/ptpython/refs/heads/main/docs/images/windows.png

Windows terminal integration
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down