Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(432)

Issue 6903052: Adding comments to remaining examples and HTML docs. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 4 months ago by dhermes
Modified:
13 years, 3 months ago
Reviewers:
proppy, danielholevoet
Visibility:
Public.

Description

Adding comments to remaining examples and HTML docs.

Patch Set 1 #

Patch Set 2 : Adding hyperlinks to the docs and adding footnotes directing to the next sample. #

Total comments: 14

Patch Set 3 : Adding some CSS and formatting to basic and basic_with_auth to better distinguish between words and… #

Patch Set 4 : Removing lingering html in basic and more HTML layout updates to paging, filters and custom message… #

Patch Set 5 : Adding last 2 examples to this review. They were left out by accident. #

Patch Set 6 : Remaining 4 samples fully updated. #

Patch Set 7 : Adding link back to main page on bottom of all examples. #

Patch Set 8 : Updating main page to point to endpoints sign up and refer to the needed modules. #

Total comments: 18

Patch Set 9 : Updating after final round of review. Still need to decide on a rename for protect_indexes. #

Patch Set 10 : Final rename to matching_queries_to_indexes. #

Patch Set 11 : Changing Google APIs explorer text to hyper refs. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3542 lines, -108 lines) Patch
A docs/app.yaml View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
A docs/css/pycco.css View 1 2 1 chunk +190 lines, -0 lines 0 comments Download
A docs/examples/basic.html View 1 2 3 4 5 6 7 8 1 chunk +176 lines, -0 lines 0 comments Download
A docs/examples/basic_with_auth.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +216 lines, -0 lines 0 comments Download
A docs/examples/custom_alias_properties.html View 1 2 3 4 5 6 7 8 9 1 chunk +415 lines, -0 lines 0 comments Download
A docs/examples/custom_api_response_messages.html View 1 2 3 4 5 6 1 chunk +210 lines, -0 lines 0 comments Download
A docs/examples/keys_with_ancestors.html View 1 2 3 4 5 6 7 8 9 1 chunk +728 lines, -0 lines 0 comments Download
A docs/examples/matching_queries_to_indexes.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +433 lines, -0 lines 0 comments Download
A docs/examples/paging.html View 1 2 3 4 5 6 7 8 9 1 chunk +161 lines, -0 lines 0 comments Download
A docs/examples/property_filters.html View 1 2 3 4 5 6 1 chunk +127 lines, -0 lines 0 comments Download
A docs/examples/simple_get.html View 1 2 3 4 5 6 7 8 9 1 chunk +229 lines, -0 lines 0 comments Download
A docs/index.html View 1 2 3 4 5 6 7 8 9 1 chunk +99 lines, -0 lines 0 comments Download
M examples/basic/main.py View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -3 lines 0 comments Download
M examples/basic_with_auth/main.py View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M examples/custom_alias_properties/main.py View 1 2 3 4 5 6 7 8 9 1 chunk +90 lines, -3 lines 0 comments Download
M examples/custom_api_response_messages/main.py View 3 chunks +31 lines, -0 lines 0 comments Download
M examples/keys_with_ancestors/main.py View 1 2 3 4 5 6 7 8 9 4 chunks +131 lines, -12 lines 0 comments Download
A examples/matching_queries_to_indexes/app.yaml View 1 2 3 4 5 6 7 8 9 1 chunk +15 lines, -0 lines 0 comments Download
A examples/matching_queries_to_indexes/index.yaml View 1 2 3 4 5 6 7 8 9 1 chunk +12 lines, -0 lines 0 comments Download
A examples/matching_queries_to_indexes/main.py View 1 2 3 4 5 6 7 8 9 1 chunk +145 lines, -0 lines 0 comments Download
M examples/paging/main.py View 1 2 3 4 5 6 7 8 9 2 chunks +45 lines, -0 lines 0 comments Download
M examples/property_filters/main.py View 2 chunks +20 lines, -0 lines 0 comments Download
R examples/protect_indexes/app.yaml View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -15 lines 0 comments Download
R examples/protect_indexes/index.yaml View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -12 lines 0 comments Download
M examples/protect_indexes/main.py View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -60 lines 0 comments Download
M examples/simple_get/main.py View 1 2 3 4 5 6 7 8 3 chunks +48 lines, -1 line 0 comments Download

Messages

Total messages: 17
dhermes
13 years, 4 months ago (2012-12-07 19:43:29 UTC) #1
dhermes
Adding hyperlinks to the docs and adding footnotes directing to the next sample.
13 years, 4 months ago (2012-12-07 21:48:51 UTC) #2
dhermes
Adding some CSS and formatting to basic and basic_with_auth to better distinguish between words and ...
13 years, 4 months ago (2012-12-08 00:10:09 UTC) #3
danielholevoet
I made a few comments about how text didn't seem to appear with the correct ...
13 years, 4 months ago (2012-12-08 00:14:04 UTC) #4
dhermes
Removing lingering html in basic and more HTML layout updates to paging, filters and custom ...
13 years, 4 months ago (2012-12-08 00:56:12 UTC) #5
dhermes
Adding last 2 examples to this review. They were left out by accident.
13 years, 4 months ago (2012-12-08 00:57:22 UTC) #6
dhermes
Remaining 4 samples fully updated.
13 years, 4 months ago (2012-12-08 07:08:11 UTC) #7
dhermes
https://codereview.appspot.com/6903052/diff/2002/examples/custom_alias_properties/main.py File examples/custom_alias_properties/main.py (right): https://codereview.appspot.com/6903052/diff/2002/examples/custom_alias_properties/main.py#newcode31 examples/custom_alias_properties/main.py:31: # property "order". Though the helper property "order" from ...
13 years, 4 months ago (2012-12-08 07:08:22 UTC) #8
dhermes
Adding link back to main page on bottom of all examples.
13 years, 4 months ago (2012-12-08 07:34:43 UTC) #9
dhermes
Updating main page to point to endpoints sign up and refer to the needed modules.
13 years, 4 months ago (2012-12-10 23:00:07 UTC) #10
danielholevoet
Happy to comment further on the naming for protect_indexes. LGTM after the other fixes. https://codereview.appspot.com/6903052/diff/17001/docs/index.html ...
13 years, 4 months ago (2012-12-11 01:13:12 UTC) #11
dhermes
Updating after final round of review. Still need to decide on a rename for protect_indexes.
13 years, 4 months ago (2012-12-11 02:50:29 UTC) #12
dhermes
https://codereview.appspot.com/6903052/diff/17001/docs/index.html File docs/index.html (right): https://codereview.appspot.com/6903052/diff/17001/docs/index.html#newcode44 docs/index.html:44: to specify exactly how data that is sent to ...
13 years, 4 months ago (2012-12-11 02:50:50 UTC) #13
dhermes
Final rename to matching_queries_to_indexes.
13 years, 4 months ago (2012-12-11 18:36:23 UTC) #14
dhermes
Changing Google APIs explorer text to hyper refs.
13 years, 4 months ago (2012-12-11 18:43:27 UTC) #15
dhermes
Added in http://code.google.com/p/endpoints-proto-datastore/source/detail?r=6776b7343a85b400f1ae6e9c8f778b88f8687840
13 years, 4 months ago (2012-12-11 18:46:09 UTC) #16
dhermes
13 years, 3 months ago (2013-01-18 06:59:32 UTC) #17
Message was sent while issue was closed.
The commit this was added in has since moved to

http://code.google.com/p/endpoints-proto-datastore/source/detail?r=071564fae5...

since the repository migrated from mercurial to git.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b