File tree Expand file tree Collapse file tree 3 files changed +60
-6
lines changed
Expand file tree Collapse file tree 3 files changed +60
-6
lines changed Original file line number Diff line number Diff line change 1+ div # python2-eol {
2+ border-color : red;
3+ border-width : medium;
4+ }
Original file line number Diff line number Diff line change 1+
2+ {% extends "!layout.html" %}
3+ {%- block content %}
4+ {%- if theme_fixed_sidebar|lower == 'true' %}
5+ < div class ="document ">
6+ {{ sidebar() }}
7+ {%- block document %}
8+ < div class ="documentwrapper ">
9+ {%- if render_sidebar %}
10+ < div class ="bodywrapper ">
11+ {%- endif %}
12+
13+ {%- block relbar_top %}
14+ {%- if theme_show_relbar_top|tobool %}
15+ < div class ="related top ">
16+
17+ {{- rellink_markup () }}
18+ </ div >
19+ {%- endif %}
20+ {% endblock %}
21+
22+ < div class ="body " role ="main ">
23+ < div class ="admonition " id ="python2-eol ">
24+ On January 1, 2020 this library will no longer support Python 2 on the latest released version.
25+ Previously released library versions will continue to be available. For more information please
26+ visit < a href ="https://cloud.google.com/python/docs/python2-sunset/ "> Python 2 support on Google Cloud</ a > .
27+ </ div >
28+ {% block body %} {% endblock %}
29+ </ div >
30+
31+ {%- block relbar_bottom %}
32+ {%- if theme_show_relbar_bottom|tobool %}
33+ < div class ="related bottom ">
34+
35+ {{- rellink_markup () }}
36+ </ div >
37+ {%- endif %}
38+ {% endblock %}
39+
40+ {%- if render_sidebar %}
41+ </ div >
42+ {%- endif %}
43+ </ div >
44+ {%- endblock %}
45+ < div class ="clearer "> </ div >
46+ </ div >
47+ {%- else %}
48+ {{ super() }}
49+ {%- endif %}
50+ {%- endblock %}
Original file line number Diff line number Diff line change 11{
2- "updateTime": "2019-08-14T12:28:37.661447Z ",
2+ "updateTime": "2019-11-11T18:59:12.126338Z ",
33 "sources": [
44 {
55 "generator": {
66 "name": "artman",
7- "version": "0.33.0 ",
8- "dockerImage": "googleapis/artman@sha256:c6231efb525569736226b1f7af7565dbc84248efafb3692a5bb1d2d8a7975d53 "
7+ "version": "0.41.1 ",
8+ "dockerImage": "googleapis/artman@sha256:545c758c76c3f779037aa259023ec3d1ef2d57d2c8cd00a222cb187d63ceac5e "
99 }
1010 },
1111 {
1212 "git": {
1313 "name": "googleapis",
1414 "remote": "https://github.com/googleapis/googleapis.git",
15- "sha": "3406d1e899f1f41123b3fa9210ad4bef25c9a720 ",
16- "internalRef": "263234709 "
15+ "sha": "4e86b2538758e3155e867d1cb4155ee91de7c6e9 ",
16+ "internalRef": "279768476 "
1717 }
1818 },
1919 {
2020 "template": {
2121 "name": "python_library",
2222 "origin": "synthtool.gcp",
23- "version": "2019.5.2 "
23+ "version": "2019.10.17 "
2424 }
2525 }
2626 ],
You can’t perform that action at this time.
0 commit comments