Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9a2db63

Browse files
committed
Merge pull request googleapis#17 from mmattioli/master
Documentation Updates
2 parents ecc64a0 + 2b2705a commit 9a2db63

File tree

4 files changed

+21
-38
lines changed

4 files changed

+21
-38
lines changed

FAQ

Lines changed: 0 additions & 8 deletions
This file was deleted.

FAQ.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Frequently Asked Questions (FAQ)
2+
3+
### How do I work out the arguments and methods that are available for a particular API?
4+
[Dynamically generated documentation](http://api-python-client-doc.appspot.com/) is available for all the APIs supported by this library.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2010-2012 Google Inc.
1+
Copyright (C) 2010-2014 Google Inc.
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

README.md

Lines changed: 16 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,30 @@
1-
This is python client library for Google's discovery based APIs.
1+
# About
2+
This is the Python client library for Google's discovery based APIs. To get started, please see the [full documentation for this library](http://google.github.io/google-api-python-client).
23

3-
[Full documentation](http://google.github.io/google-api-python-client)
4-
5-
6-
Installation
7-
============
84

5+
# Installation
96
To install, simply use `pip` or `easy_install`:
107

8+
```bash
119
$ pip install --upgrade google-api-python-client
12-
10+
```
1311
or
14-
12+
```bash
1513
$ easy_install --upgrade google-api-python-client
14+
```
1615

17-
See the
18-
[Developers Guide](https://developers.google.com/api-client-library/python/start/get_started)
19-
for more detailed instructions and documentation.
20-
21-
Third Party Libraries
22-
=====================
16+
See the [Developers Guide](https://developers.google.com/api-client-library/python/start/get_started) for more detailed instructions and additional documentation.
2317

24-
These libraries will be installed when you install the client library:
25-
26-
* http://code.google.com/p/httplib2
27-
* http://code.google.com/p/uri-templates
18+
# Third Party Libraries
19+
The following libraries will be installed when you install the client library:
20+
* [httplib2](https://github.com/jcgregorio/httplib2)
21+
* [uri-templates](https://github.com/uri-templates/uritemplate-py)
2822

2923
Depending on your version of Python, these libraries may also be installed:
30-
31-
* http://pypi.python.org/pypi/simplejson/
24+
* [simplejson](https://pypi.python.org/pypi/simplejson/)
3225

3326
For development you will also need:
27+
* [WebTest](http://pythonpaste.org/webtest/)
3428

35-
* http://pythonpaste.org/webtest/
36-
37-
Contributing
38-
============
39-
40-
Please see the
41-
[contributing page](http://google.github.io/google-api-python-client/contributing.html)
42-
for more information. In particular, we love pull requests -- but please make
43-
sure to sign the contributor license agreement.
29+
# Contributing
30+
Please see the [contributing page](http://google.github.io/google-api-python-client/contributing.html) for more information. In particular, we love pull requests - but please make sure to sign the contributor license agreement.

0 commit comments

Comments
 (0)