Added in more documentation, cleaned up use of postproc in HttpRequest and refreshed docs
diff --git a/docs/apiclient.discovery.html b/docs/apiclient.discovery.html
index eb11299..dd83c1b 100644
--- a/docs/apiclient.discovery.html
+++ b/docs/apiclient.discovery.html
@@ -35,8 +35,34 @@
<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="-build"><strong>build</strong></a>(serviceName, version, http<font color="#909090">=None</font>, discoveryServiceUrl<font color="#909090">='https://www.googleapis.com/discovery/v0.2beta1/describe/{api}/{apiVersion}'</font>, developerKey<font color="#909090">=None</font>, model<font color="#909090">=<apiclient.model.JsonModel object></font>, requestBuilder<font color="#909090">=<class 'apiclient.http.HttpRequest'></font>)</dt></dl>
- <dl><dt><a name="-build_from_document"><strong>build_from_document</strong></a>(service, base, future<font color="#909090">=None</font>, http<font color="#909090">=None</font>, developerKey<font color="#909090">=None</font>, model<font color="#909090">=<apiclient.model.JsonModel object></font>, requestBuilder<font color="#909090">=<class 'apiclient.http.HttpRequest'></font>)</dt><dd><tt>Args:<br>
+<td width="100%"><dl><dt><a name="-build"><strong>build</strong></a>(serviceName, version, http<font color="#909090">=None</font>, discoveryServiceUrl<font color="#909090">='https://www.googleapis.com/discovery/v0.2beta1/describe/{api}/{apiVersion}'</font>, developerKey<font color="#909090">=None</font>, model<font color="#909090">=<apiclient.model.JsonModel object></font>, requestBuilder<font color="#909090">=<class 'apiclient.http.HttpRequest'></font>)</dt><dd><tt>Construct a Resource for interacting with an API.<br>
+ <br>
+Construct a Resource object for interacting with<br>
+an API. The serviceName and version are the<br>
+names from the Discovery service.<br>
+ <br>
+Args:<br>
+ serviceName: string, name of the service<br>
+ version: string, the version of the service<br>
+ discoveryServiceUrl: string, a URI Template that points to<br>
+ the location of the discovery service. It should have two<br>
+ parameters {api} and {apiVersion} that when filled in<br>
+ produce an absolute URI to the discovery document for<br>
+ that service.<br>
+ developerKey: string, key obtained from https://code.google.com/apis/console<br>
+ model: apiclient.Model, converts to and from the wire format<br>
+ requestBuilder: apiclient.http.HttpRequest, encapsulator for an HTTP request<br>
+ <br>
+Returns:<br>
+ A Resource object with methods for interacting with<br>
+ the service.</tt></dd></dl>
+ <dl><dt><a name="-build_from_document"><strong>build_from_document</strong></a>(service, base, future<font color="#909090">=None</font>, http<font color="#909090">=None</font>, developerKey<font color="#909090">=None</font>, model<font color="#909090">=<apiclient.model.JsonModel object></font>, requestBuilder<font color="#909090">=<class 'apiclient.http.HttpRequest'></font>)</dt><dd><tt>Create a Resource for interacting with an API.<br>
+ <br>
+Same as `<a href="#-build">build</a>()`, but constructs the Resource object<br>
+from a discovery document that is it given, as opposed to<br>
+retrieving one over HTTP.<br>
+ <br>
+Args:<br>
service: string, discovery document<br>
base: string, base URI for all HTTP requests, usually the discovery URI<br>
future: string, discovery document with future capabilities<br>
@@ -47,9 +73,11 @@
from the API Console.<br>
model: Model class instance that serializes and<br>
de-serializes requests and responses.<br>
- requestBuilder: Takes an http request and packages it up to be executed.</tt></dd></dl>
- <dl><dt><a name="-createResource"><strong>createResource</strong></a>(http, baseUrl, model, requestBuilder, developerKey, resourceDesc, futureDesc)</dt></dl>
- <dl><dt><a name="-key2param"><strong>key2param</strong></a>(key)</dt><dd><tt>max-results -> max_results</tt></dd></dl>
+ requestBuilder: Takes an http request and packages it up to be executed.<br>
+ <br>
+Returns:<br>
+ A Resource object with methods for interacting with<br>
+ the service.</tt></dd></dl>
</td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#55aa55">
@@ -57,9 +85,7 @@
<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>
<tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td>
-<td width="100%"><strong>DISCOVERY_URI</strong> = 'https://www.googleapis.com/discovery/v0.2beta1/describe/{api}/{apiVersion}'<br>
-<strong>URITEMPLATE</strong> = <_sre.SRE_Pattern object><br>
-<strong>VARNAME</strong> = <_sre.SRE_Pattern object><br>
+<td width="100%"><strong>__all__</strong> = ['build', 'build_from_document']<br>
<strong>__author__</strong> = 'jcgregorio@google.com (Joe Gregorio)'</td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#7799ee">