Regenerate documentation
diff --git a/docs/apiclient.model.html b/docs/apiclient.model.html
index 9b26d10..0d7e5e1 100644
--- a/docs/apiclient.model.html
+++ b/docs/apiclient.model.html
@@ -8,7 +8,7 @@
<td valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="apiclient.html"><font color="#ffffff">apiclient</font></a>.model</strong></big></big></font></td
><td align=right valign=bottom
-><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/jcgregorio/projects/google-api-python-client/apiclient/model.py">/home/jcgregorio/projects/google-api-python-client/apiclient/model.py</a></font></td></tr></table>
+><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/usr/local/google/home/jcgregorio/projects/apiclient/apiclient/model.py">/usr/local/google/home/jcgregorio/projects/apiclient/apiclient/model.py</a></font></td></tr></table>
<p><tt><a href="#Model">Model</a> objects for requests and responses.<br>
<br>
Each API may support one or more serializations, such<br>
@@ -354,6 +354,32 @@
</dl>
</td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
+<tr bgcolor="#eeaa77">
+<td colspan=3 valign=bottom> <br>
+<font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></big></font></td></tr>
+
+<tr><td bgcolor="#eeaa77"><tt> </tt></td><td> </td>
+<td width="100%"><dl><dt><a name="-makepatch"><strong>makepatch</strong></a>(original, modified)</dt><dd><tt>Create a patch <a href="__builtin__.html#object">object</a>.<br>
+ <br>
+Some methods support PATCH, an efficient way to send updates to a resource.<br>
+This method allows the easy construction of patch bodies by looking at the<br>
+differences between a resource before and after it was modified.<br>
+ <br>
+Args:<br>
+ original: <a href="__builtin__.html#object">object</a>, the original deserialized resource<br>
+ modified: <a href="__builtin__.html#object">object</a>, the modified deserialized resource<br>
+Returns:<br>
+ An <a href="__builtin__.html#object">object</a> that contains only the changes from original to modified, in a<br>
+ form suitable to pass to a PATCH method.<br>
+ <br>
+Example usage:<br>
+ item = service.activities().get(postid=postid, userid=userid).execute()<br>
+ original = copy.deepcopy(item)<br>
+ item['<a href="__builtin__.html#object">object</a>']['content'] = 'This is updated.'<br>
+ service.activities.patch(postid=postid, userid=userid,<br>
+ body=<a href="#-makepatch">makepatch</a>(original, item)).execute()</tt></dd></dl>
+</td></tr></table><p>
+<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#55aa55">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>