Skip to content

Commit b48e37c

Browse files
Added link to the upgrading page in the docs.
1 parent c0f864c commit b48e37c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/index.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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
1412
and terminal applications in Python.

docs/pages/upgrading.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
.. _upgrading_2_0:
2+
13
Upgrading 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

810
If you experience some difficulties or you feel that some information is
911
missing from this page, don't hesitate to open a GitHub issue for help.

0 commit comments

Comments
 (0)