Skip to content

Commit 84745c0

Browse files
authored
Merge pull request #165 from planetlabs/docs-update
Update docs
2 parents e5b5d8e + 53fab3c commit 84745c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/api/examples.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ A common case is searching for items in an AOI.
5050
results = client.quick_search(request)
5151
5252
# items_iter returns an iterator over API response pages
53-
for item in results.items_iter():
53+
for item in results.items_iter(10):
5454
# each item is a GeoJSON feature
5555
sys.stdout.write('%s\n' % item['id'])

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
# General information about the project.
5656
project = u'Planet API Client'
57-
copyright = u'2017 PLANET LABS INC. ALL RIGHTS RESERVED. MADE IN SAN FRANCISCO. 346 9TH STREET, SAN FRANCISCO 94103'
57+
copyright = u'2017-2019 PLANET LABS INC. ALL RIGHTS RESERVED. MADE IN SAN FRANCISCO. 645 HARRISON STREET, SAN FRANCISCO 94107'
5858
author = u'Planet'
5959

6060
# The version info for the project you're documenting, acts as replacement for

0 commit comments

Comments
 (0)