Skip to content

Commit 29fca49

Browse files
committed
Small documentation improvements.
1 parent 0200fc1 commit 29fca49

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/changes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Change log
77
This is the first stable version of the Debug Toolbar!
88

99
It includes many new features and performance improvements as well a few
10-
backwards-incompatible changes to make the toolbar easier to use, extend and
11-
maintain in the future.
10+
backwards-incompatible changes to make the toolbar easier to deploy, use,
11+
extend and maintain in the future.
1212

1313
You're strongly encouraged to review the installation and configuration docs
1414
and redo the setup in your projects.

docs/installation.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ instead with the following command::
2121
Quick setup
2222
-----------
2323

24-
Make sure that ``'django.contrib.staticfiles'`` is set up properly and add
24+
Make sure that ``'django.contrib.staticfiles'`` is `set up properly
25+
<https://docs.djangoproject.com/en/stable/howto/static-files/>`_ and add
2526
``'debug_toolbar'`` to your ``INSTALLED_APPS`` setting::
2627

2728
INSTALLED_APPS = (
@@ -36,7 +37,7 @@ Make sure that ``'django.contrib.staticfiles'`` is set up properly and add
3637
For a simple Django project, that's all you need!
3738

3839
The Debug Toolbar will automatically adjust a few settings when you start the
39-
development server. This happens only when the ``DEBUG`` setting is ``True``.
40+
development server, provided the ``DEBUG`` setting is ``True``.
4041

4142
If you're upgrading from a previous version, you should review the
4243
:doc:`change log <changes>` and look for specific upgrade instructions.

0 commit comments

Comments
 (0)