Document multiple paginations per page
authorZygmunt Krynicki <zygmunt.krynicki@linaro.org>
Wed, 22 Jun 2011 17:22:18 +0000 (19:22 +0200)
committerZygmunt Krynicki <zygmunt.krynicki@linaro.org>
Wed, 22 Jun 2011 17:22:18 +0000 (19:22 +0200)
doc/usage.rst

index 804337f..3e28c66 100644 (file)
@@ -86,6 +86,15 @@ the ``paginate`` tag::
 The default pagination template is contained in the
 ``pagination/pagination.html`` file inside the distribution.
 
+
+Multiple paginations per page
+=============================
+
+You can use autopaginate/paginate multiple times in the same template. The only
+requirement is to call autopaginate before calling paginate. That is, paginate
+acts on the most recent call to autopaginate.
+
+
 A Note About Uploads
 ====================