diff --git a/docs/api/methods/deprecated-methods.rst b/docs/api/methods/deprecated-methods.rst
--- a/docs/api/methods/deprecated-methods.rst
+++ b/docs/api/methods/deprecated-methods.rst
@@ -1,7 +1,7 @@
 .. _deprecated-methods-ref:
 
 deprecated methods
-=================
+==================
 
 changeset_comment 
 -----------------
diff --git a/docs/api/methods/gist-methods.rst b/docs/api/methods/gist-methods.rst
--- a/docs/api/methods/gist-methods.rst
+++ b/docs/api/methods/gist-methods.rst
@@ -1,7 +1,7 @@
 .. _gist-methods-ref:
 
 gist methods
-=================
+============
 
 create_gist 
 -----------
diff --git a/docs/api/methods/license-methods.rst b/docs/api/methods/license-methods.rst
--- a/docs/api/methods/license-methods.rst
+++ b/docs/api/methods/license-methods.rst
@@ -1,7 +1,7 @@
 .. _license-methods-ref:
 
 license methods
-=================
+===============
 
 get_license_info (EE only)
 ----------------
diff --git a/docs/api/methods/pull-request-methods.rst b/docs/api/methods/pull-request-methods.rst
--- a/docs/api/methods/pull-request-methods.rst
+++ b/docs/api/methods/pull-request-methods.rst
@@ -1,7 +1,7 @@
 .. _pull-request-methods-ref:
 
 pull_request methods
-=================
+====================
 
 close_pull_request 
 ------------------
@@ -103,6 +103,10 @@ create_pull_request
    :type description: Optional(str)
    :param reviewers: Set the new pull request reviewers list.
    :type reviewers: Optional(list)
+       Accepts username strings or objects of the format:
+       {
+           'username': 'nick', 'reasons': ['original author']
+       }
 
 
 get_pull_request 
@@ -165,6 +169,9 @@ get_pull_request
                                         "commit_id": "<commit_id>",
                                     }
                                 },
+           "shadow":            {
+                                    "clone_url":   "<clone_url>",
+                                },
           "author":             <user_obj>,
           "reviewers":          [
                                     ...
@@ -241,6 +248,9 @@ get_pull_requests
                                             "commit_id": "<commit_id>",
                                         }
                                     },
+               "shadow":            {
+                                        "clone_url":   "<clone_url>",
+                                    },
               "author":             <user_obj>,
               "reviewers":          [
                                         ...
diff --git a/docs/api/methods/repo-group-methods.rst b/docs/api/methods/repo-group-methods.rst
--- a/docs/api/methods/repo-group-methods.rst
+++ b/docs/api/methods/repo-group-methods.rst
@@ -1,7 +1,7 @@
 .. _repo-group-methods-ref:
 
 repo_group methods
-=================
+==================
 
 create_repo_group 
 -----------------
diff --git a/docs/api/methods/repo-methods.rst b/docs/api/methods/repo-methods.rst
--- a/docs/api/methods/repo-methods.rst
+++ b/docs/api/methods/repo-methods.rst
@@ -1,7 +1,7 @@
 .. _repo-methods-ref:
 
 repo methods
-=================
+============
 
 add_field_to_repo 
 -----------------
diff --git a/docs/api/methods/server-methods.rst b/docs/api/methods/server-methods.rst
--- a/docs/api/methods/server-methods.rst
+++ b/docs/api/methods/server-methods.rst
@@ -1,7 +1,7 @@
 .. _server-methods-ref:
 
 server methods
-=================
+==============
 
 get_ip 
 ------
diff --git a/docs/api/methods/user-group-methods.rst b/docs/api/methods/user-group-methods.rst
--- a/docs/api/methods/user-group-methods.rst
+++ b/docs/api/methods/user-group-methods.rst
@@ -1,7 +1,7 @@
 .. _user-group-methods-ref:
 
 user_group methods
-=================
+==================
 
 add_user_to_user_group 
 ----------------------
diff --git a/docs/api/methods/user-methods.rst b/docs/api/methods/user-methods.rst
--- a/docs/api/methods/user-methods.rst
+++ b/docs/api/methods/user-methods.rst
@@ -1,7 +1,7 @@
 .. _user-methods-ref:
 
 user methods
-=================
+============
 
 create_user 
 -----------