99
1010 pip install ptpython
1111
12- .. image :: https://github.com/jonathanslenders/ptpython/raw/master /docs/images/example1.png
12+ .. image :: . /docs/images/example1.png
1313
1414 Ptpython is an advanced Python REPL. It should work on all
1515Python versions from 2.6 up to 3.11 and work cross platform (Linux,
@@ -109,15 +109,15 @@ More screenshots
109109
110110The configuration menu:
111111
112- .. image :: https://github.com/jonathanslenders/ptpython/raw/master /docs/images/ptpython-menu.png
112+ .. image :: . /docs/images/ptpython-menu.png
113113
114114 The history page and its help:
115115
116- .. image :: https://github.com/jonathanslenders/ptpython/raw/master /docs/images/ptpython-history-help.png
116+ .. image :: . /docs/images/ptpython-history-help.png
117117
118118 Autocompletion:
119119
120- .. image :: https://github.com/jonathanslenders/ptpython/raw/master /docs/images/file-completion.png
120+ .. image :: . /docs/images/file-completion.png
121121
122122
123123 Embedding the REPL
@@ -159,7 +159,7 @@ terminal, you have to check the "Use option as meta key" checkbox in your
159159terminal settings. For iTerm2, you have to check "Left option acts as +Esc" in
160160the options.)
161161
162- .. image :: https://github.com/jonathanslenders/ptpython/raw/master /docs/images/multiline.png
162+ .. image :: . /docs/images/multiline.png
163163
164164
165165 Syntax validation
@@ -169,7 +169,7 @@ Before execution, ``ptpython`` will see whether the input is syntactically
169169correct Python code. If not, it will show a warning, and move the cursor to the
170170error.
171171
172- .. image :: https://github.com/jonathanslenders/ptpython/raw/master /docs/images/validation.png
172+ .. image :: . /docs/images/validation.png
173173
174174
175175 Asyncio REPL and top level await
@@ -208,7 +208,7 @@ variable, if set, can also be used to explicitly override where configuration
208208is looked for.
209209
210210Have a look at this example to see what is possible:
211- `config.py <https://github.com/jonathanslenders /ptpython/blob/master/examples/ptpython_config/config.py >`_
211+ `config.py <https://github.com/prompt-toolkit /ptpython/blob/master/examples/ptpython_config/config.py >`_
212212
213213Note config file support currently only works when invoking `ptpython ` directly.
214214That it, the config file will be ignored when embedding ptpython in an application.
@@ -222,7 +222,7 @@ with all the power that IPython has to offer, like magic functions and shell
222222integration. Make sure that IPython has been installed. (``pip install
223223ipython ``)
224224
225- .. image :: https://github.com/jonathanslenders/ptpython/raw/master /docs/images/ipython.png
225+ .. image :: . /docs/images/ipython.png
226226
227227 This is also available for embedding:
228228
@@ -253,7 +253,7 @@ Windows support
253253``prompt_toolkit `` and ``ptpython `` works better on Linux and OS X than on
254254Windows. Some things might not work, but it is usable:
255255
256- .. image :: https://github.com/jonathanslenders/ptpython/raw/master /docs/images/windows.png
256+ .. image :: . /docs/images/windows.png
257257
258258 Windows terminal integration
259259~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments