This commit is contained in:
Vincent Jacques
2014-03-02 21:01:34 -08:00
parent 8bd6a4059e
commit 87dbb94cee
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -31,3 +31,5 @@
/PyGithub.egg-info/
/.coverage
/developer.github.com/
/gh-pages/
/doc/doctrees/
+1 -1
View File
@@ -397,7 +397,7 @@ class Github(object):
def search_code(self, query, sort=github.GithubObject.NotSet, order=github.GithubObject.NotSet, **qualifiers):
"""
:calls: `GET /search/issues <http://developer.github.com/v3/search>`_
:calls: `GET /search/code <http://developer.github.com/v3/search>`_
:param query: string
:param sort: string ('indexed')
:param order: string ('asc', 'desc')
+1 -1
View File
@@ -54,7 +54,7 @@ function doc {
cd gh-pages
git add . --all || exit
git commit --message "Generation doc of v1" || exit
git commit --message "Generate doc of v1" || exit
git push origin gh-pages || exit
cd ..
}