From b63b564e2e2f681014d4e0804a96efc9b550d5ed Mon Sep 17 00:00:00 2001 From: Jessica Tallon Date: Fri, 9 Jan 2015 15:15:29 +0000 Subject: Minor fixes to API documentation: typos and dates, etc. --- docs/source/api/activities.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/source/api/activities.rst') diff --git a/docs/source/api/activities.rst b/docs/source/api/activities.rst index 1b61517b..cbbd1fab 100644 --- a/docs/source/api/activities.rst +++ b/docs/source/api/activities.rst @@ -1,6 +1,6 @@ .. MediaGoblin Documentation - Written in 2011, 2012 by MediaGoblin contributors + Written in 2015 by MediaGoblin contributors To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to @@ -133,14 +133,14 @@ These are: +-------------+----------+----------+----------------------------------+ | Parameter | Default | Limit | Description | +=============+==========+==========+==================================+ -| count | 20 | 200 | Number activities to return | +| count | 20 | 200 | Number of activities to return | +-------------+----------+----------+----------------------------------+ | offset | 0 | No limit | Offset of collection | +-------------+----------+----------+----------------------------------+ .. warning:: Activities are added to the beginning of collection so using count and - offset to do pages. + offset is a bad way of doing pages. .. important:: Due to the way we're currently doing deletes in MediaGoblin some activities -- cgit v1.2.3