8000 Improve documentation intro (#559) · adamchainz/django-upgrade@c219e4b · GitHub
[go: up one dir, main page]

Skip to content

Commit c219e4b

Browse files
authored
Improve documentation intro (#559)
1 parent ecbdbe6 commit c219e4b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/index.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ I (Adam Johnson) wrote django-upgrade whilst working on the book!
1010

1111
----
1212

13-
Welcome to the documentation for django-upgrade.
14-
If you’re new, start with :doc:`installation`!
13+
django-upgrade is a tool that automatically upgrades your Django project code.
14+
It changes code to avoid deprecation warnings and migrates some patterns to newer Django idioms.
15+
Use it to ease upgrading Django and ensure your code uses the latest features.
16+
17+
To get started, see :doc:`installation` and :doc:`usage`.
1518

1619
.. toctree::
1720
:maxdepth: 1

0 commit comments

Comments
 (0)
0