Refresh docs
diff --git a/docs/epy/apiclient.http.MediaFileUpload-class.html b/docs/epy/apiclient.http.MediaFileUpload-class.html
index dea3116..c29f14a 100644
--- a/docs/epy/apiclient.http.MediaFileUpload-class.html
+++ b/docs/epy/apiclient.http.MediaFileUpload-class.html
@@ -70,11 +70,11 @@
 method. For example, if we had a service that allowed uploading images:
 
 
-  media = MediaFileUpload('smiley.png', mimetype='image/png',
+  media = MediaFileUpload('cow.png', mimetype='image/png',
     chunksize=1024*1024, resumable=True)
-  service.objects().insert(
-      bucket=buckets['items'][0]['id'],
-      name='smiley.png',
+  farm.animals()..insert(
+      id='cow',
+      name='cow.png',
       media_body=media).execute()
 
 </pre>
@@ -211,7 +211,7 @@
       <table width="100%" cellpadding="0" cellspacing="0" border="0">
         <tr>
           <td><span class="summary-sig"><a href="apiclient.http.MediaFileUpload-class.html#to_json" class="summary-sig-name">to_json</a>(<span class="summary-sig-arg">self</span>)</span><br />
-      Creating a JSON representation of an instance of Credentials.</td>
+      Creating a JSON representation of an instance of MediaFileUpload.</td>
           <td align="right" valign="top">
             <span class="codelink"><a href="apiclient.http-pysrc.html#MediaFileUpload.to_json">source&nbsp;code</a></span>
             
@@ -546,7 +546,7 @@
   </tr></table>
   
   <pre class="literalblock">
-Creating a JSON representation of an instance of Credentials.
+Creating a JSON representation of an instance of MediaFileUpload.
 
 Returns:
    string, a JSON representation of this instance, suitable to pass to
@@ -584,7 +584,7 @@
 <table border="0" cellpadding="0" cellspacing="0" width="100%%">
   <tr>
     <td align="left" class="footer">
-    Generated by Epydoc 3.0.1 on Fri Jun 15 09:51:50 2012
+    Generated by Epydoc 3.0.1 on Fri Jun 15 13:13:23 2012
     </td>
     <td align="right" class="footer">
       <a target="mainFrame" href="http://epydoc.sourceforge.net"