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

Skip to content

Commit b2b518f

Browse files
committed
Documentation Updates
Updated copyright year to 2014 in LICENSE Changed FAQ to FAQ.md for better readability Updated README.md with for clarity and organization
1 parent ecc64a0 commit b2b518f

File tree

4 files changed

+18
-34
lines changed

4 files changed

+18
-34
lines changed

FAQ

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

FAQ.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#Frequently Asked Questions (FAQ)
2+
3+
4+
##How do I work out the arguments and methods that are available for a particular API?
5+
[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: 12 additions & 25 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-
=====================
23-
24-
These libraries will be installed when you install the client library:
16+
See the [Developers Guide](https://developers.google.com/api-client-library/python/start/get_started) for more detailed instructions and additional documentation.
2517

18+
#Third Party Libraries
19+
The following libraries will be installed when you install the client library:
2620
* http://code.google.com/p/httplib2
2721
* http://code.google.com/p/uri-templates
2822

2923
Depending on your version of Python, these libraries may also be installed:
30-
3124
* http://pypi.python.org/pypi/simplejson/
3225

3326
For development you will also need:
34-
3527
* http://pythonpaste.org/webtest/
3628

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)