| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
Sorry, something went wrong.
|
@daspecster From https://api.github.com/repos/GoogleCloudPlatform/gcloud-python/pulls/1775/commits it appears some of the commits have @jgeewax and @callmehiphop emails in them (which is why the CLA bot is angry). |
Sorry, something went wrong.
| @@ -0,0 +1,160 @@ | |||
| { | |||
|
High level comment: It looks like you've had to write the majority of the parser from scratch (i.e. have your own representations of Module / Class / etc.) The pdoc.import_module behavior seems to just be a fancy AST parser? |
Sorry, something went wrong.
|
Yeah, I think I'm probably going to drop pdoc and just use inspect. |
Sorry, something went wrong.
|
Also, @dhermes for the ci bot, should I just squash those commits? I didn't want to leave out the log of their contributions. |
Sorry, something went wrong.
|
I don't particularly mind about the CI, though those initial commits aren't necessarily needed for your work. |
Sorry, something went wrong.
|
|
||
| def generate_doc_types_json(modules, types_file_path): | ||
| doc_types_list = [{ | ||
| "id": "gcloud", |
|
Nice -- this is awesome. Thanks for cranking on it. |
Sorry, something went wrong.
|
CLAs look good, thanks! |
Sorry, something went wrong.
|
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
Sorry, something went wrong.
|
The "continuation line" lint failures are obnoxious: finding the style which passes both pep8 and pylint is always a bit of trial and error for me. The others are fairly straightforward fixes. |
Sorry, something went wrong.
|
Ok thanks! Should we trim the TOC back a bit? |
Sorry, something went wrong.
|
@dhermes, I'll fix that formatting issue and I also just noticed that I broke the sub nav links with my last push. |
Sorry, something went wrong.
|
Ok! Have another look through and LMKWYT |
Sorry, something went wrong.
Sorry, something went wrong.
|
The docstring examples on the datastore landing page still look borked: http://daspecster.github.io/gcloud-python/#/docs/master/gcloud/datastore The snippet captions appear to have regressed: http://daspecster.github.io/gcloud-python/#/docs/master/gcloud/bigquery http://daspecster.github.io/gcloud-python/#/docs/master/gcloud/pubsub |
Sorry, something went wrong.
Testing deploy with 1:1 class:json. Add overview.html Deploy script working now in testing. Fix code blocks. Add href support. Add snippets to base service module. closes googleapis#1951 Fix types generation. Fix linking. Fix external github links. Update gcloud-commit site files. Swtich to live site generation. clean up manifest for starters. Remove old example detection code. Update TOC.
|
I think I somehow squashed the snippet title code out. I'll try and redo it real quick. |
Sorry, something went wrong.
|
@tseaver fixed! http://daspecster.github.io/gcloud-python/#/docs/master/gcloud/pubsub Not sure how that got lost, I think I may have lost the commit in rebasing or something. |
Sorry, something went wrong.
|
@daspecster The http://daspecster.github.io/gcloud-python/stable/bigquery-usage.html page is still showing the pre-snippet examples: maybe that will get fixed when you merge? |
Sorry, something went wrong.
|
@tseaver Oh sorry, I pushed gh-pages when I was doing #2009 and #2008. |
Sorry, something went wrong.
|
Let me know if there is anything that's a show stopper here. I would like to try and get this merged today if possible. |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
|
I'm going to merge this at 2pm EST unless I hear otherwise. Just to give everyone a chance to chime in. |
Sorry, something went wrong.
|
Travis master build that I'm watching for this https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/146717128 |
Sorry, something went wrong.
…_wait API (#1775) * docs: update query destination table legacy file to use query_and_wait API * docs: update the query_destination_table_legacy.py to use the query_and_wait API --------- Co-authored-by: Salem Boyland <salemb@google.com> Co-authored-by: Kira <kirnendra@google.com> Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
…_many snippet (#1775) This PR adds argparse support to the download_many snippet for CLI testing, and updates the description containing traversal safety.
| Back | FazBrowse Home | New Git URL |
scripts/generate_json_docs.py is now generating parsable JSON for the gcloud-common site generator.
As well as building a types.json file.
Several things are still in progress...