File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,10 @@ Python Prompt Toolkit 2.0
33
44.. warning ::
55
6- Please notice that this is the documentation for the 2.0 branch of
7- prompt_toolkit. It is incompatible with the 1.0 branch, but much better in
8- many regards. On Pypi you'll still find the 1.0 branch, but a release
9- should follow soon. In the meantime, don't hesitate to test this branch and
10- report any bugs.
11-
6+ Notice that this is the prompt_toolkit 2.0 documentation. It is
7+ incompatible with the 1.0 branch, but much better in many regards. Please
8+ read :ref: `Upgrading to prompt_toolkit 2.0 <upgrading_2_0 >` for more
9+ information.
1210
1311`prompt_toolkit ` is a library for building powerful interactive command line
1412and terminal applications in Python.
Original file line number Diff line number Diff line change 1+ .. _upgrading_2_0 :
2+
13Upgrading to prompt_toolkit 2.0
24===============================
35
4- Prompt_toolkit 2.0 is not compatible with 1.0, however you want to upgrade your
5- applications. This page explains why we have these differences and how to
6- upgrade.
6+ Prompt_toolkit 2.0 is not compatible with 1.0, however you probably want to
7+ upgrade your applications. This page explains why we have these differences and
8+ how to upgrade.
79
810If you experience some difficulties or you feel that some information is
911missing from this page, don't hesitate to open a GitHub issue for help.
You can’t perform that action at this time.
0 commit comments