| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -344,7 +344,7 @@ | |||
| 344 | 344 | "google-gax": ("https://gax-python.readthedocs.io/en/latest/", None), | |
| 345 | 345 | "google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None), | |
| 346 | 346 | "grpc": ("https://grpc.io/grpc/python/", None), | |
| 347 | - "requests": ("https://requests.kennethreitz.org/en/master/", None), | ||
| 347 | + "requests": ("https://requests.readthedocs.org/en/latest", None), | ||
| 348 | 348 | "fastavro": ("https://fastavro.readthedocs.io/en/stable/", None), | |
| 349 | 349 | "pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None), | |
| 350 | 350 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | { | |
| 2 | - "updateTime": "2019-11-13T20:54:28.686825Z", | ||
| 2 | + "updateTime": "2019-11-13T22:56:51.489853Z", | ||
| 3 | 3 | "sources": [ | |
| 4 | 4 | { | |
| 5 | 5 | "generator": { | |
@@ -12,8 +12,8 @@ | |||
| 12 | 12 | "git": { | |
| 13 | 13 | "name": "googleapis", | |
| 14 | 14 | "remote": "https://github.com/googleapis/googleapis.git", | |
| 15 | - "sha": "dec8fd8ea5dc464496606189ba4b8949188639c8", | ||
| 16 | - "internalRef": "280225437" | ||
| 15 | + "sha": "218164b3deba1075979c9dca5f71461379e42dd1", | ||
| 16 | + "internalRef": "280279014" | ||
| 17 | 17 | } | |
| 18 | 18 | }, | |
| 19 | 19 | { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -111,13 +111,13 @@ | |||
| 111 | 111 | s.replace("google/cloud/**/io_pb2.py", r":raw-latex:`\\t `", r"\\\\t") | |
| 112 | 112 | ||
| 113 | 113 | # Remove html bits that can't be rendered correctly | |
| 114 | - s.replace("google/cloud/**/io_pb2.py", | ||
| 114 | + s.replace("google/cloud/automl_v1/**/io_pb2.py", | ||
| 115 | 115 | r""".. raw:: html.+? | |
| 116 | 116 | \</.+?\>""", | |
| 117 | 117 | r"", flags=re.DOTALL) | |
| 118 | 118 | ||
| 119 | 119 | # Remove raw-latex wrapping newline | |
| 120 | - s.replace("google/cloud/**/io_pb2.py", | ||
| 120 | + s.replace("google/cloud/automl_v1/**/io_pb2.py", | ||
| 121 | 121 | r""":raw-latex:`\\n`""", | |
| 122 | 122 | r"``\\\\n``") | |
| 123 | 123 | ||
@@ -126,7 +126,6 @@ | |||
| 126 | 126 | r"\}\\n", | |
| 127 | 127 | r"}\\\\n") | |
| 128 | 128 | ||
| 129 | - | ||
| 130 | 129 | # ---------------------------------------------------------------------------- | |
| 131 | 130 | # Add templated files | |
| 132 | 131 | # ---------------------------------------------------------------------------- | |
| Back | FazBrowse Home | New Git URL |
0 commit comments