Rename docs for contrib modules

This commit is contained in:
Karl Hobley 2015-05-14 15:27:14 +01:00
parent dfedd062a8
commit 9420930f18
5 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,5 @@
Installing Wagtail API
======================
Wagtail API Installation
========================
To install, add ``wagtail.contrib.wagtailapi`` to ``INSTALLED_APPS`` in your Django settings and configure a URL for it in ``urls.py``

View file

@ -1,4 +1,4 @@
Wagtail API usage guide
Wagtail API Usage Guide
=======================
Listing views

View file

@ -1,7 +1,7 @@
.. _frontend_cache_purging:
Frontend cache invalidation
===========================
Frontend cache invalidator
==========================
.. versionchanged:: 0.7

View file

@ -1,7 +1,7 @@
.. _sitemap_generation:
Sitemap generation
==================
Sitemap generator
=================
This document describes how to create XML sitemaps for your Wagtail website using the ``wagtail.contrib.wagtailsitemaps`` module.

View file

@ -1,5 +1,5 @@
Generating a static site
========================
Static site generator
=====================
This document describes how to render your Wagtail site into static HTML files on your local file system, Amazon S3 or Google App Engine, using `django medusa`_ and the ``wagtail.contrib.wagtailmedusa`` module.