[1.10.x] Removed extra periods in docs/howto/static-files/index.txt headers.

Backport of cd2e4293cb from master
This commit is contained in:
Kenneth Schnall 2016-07-27 13:50:31 -04:00 committed by Tim Graham
parent 714e287d9a
commit 7997c65019
1 changed files with 4 additions and 4 deletions

View File

@ -77,8 +77,8 @@ details on how ``staticfiles`` finds your files.
.. _serving-static-files-in-development: .. _serving-static-files-in-development:
Serving static files during development. Serving static files during development
======================================== =======================================
If you use :mod:`django.contrib.staticfiles` as explained above, If you use :mod:`django.contrib.staticfiles` as explained above,
:djadmin:`runserver` will do this automatically when :setting:`DEBUG` is set :djadmin:`runserver` will do this automatically when :setting:`DEBUG` is set
@ -111,8 +111,8 @@ this by adding the following snippet to your urls.py::
.. _serving-uploaded-files-in-development: .. _serving-uploaded-files-in-development:
Serving files uploaded by a user during development. Serving files uploaded by a user during development
==================================================== ===================================================
During development, you can serve user-uploaded media files from During development, you can serve user-uploaded media files from
:setting:`MEDIA_ROOT` using the :func:`django.contrib.staticfiles.views.serve` :setting:`MEDIA_ROOT` using the :func:`django.contrib.staticfiles.views.serve`