Skip to content

Commit d4731af

Browse files
authored
Removing Python 2.x CTAs from /doc/ (#1530)
1 parent 0894f68 commit d4731af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fixtures/boxes.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
{
4646
"fields": {
4747
"label": "supernav-python-documentation",
48-
"content": " <li class=\"tier-2 super-navigation\">\r\n <h4>Python&rsquo;s standard documentation: download, browse or watch a tutorial.</h4>\r\n <p>Get started below, or visit the <a href=\"/doc/versions/\">Documentation page to browse by version</a>. </p>\r\n <p class=\"download-buttons\">\r\n <a class=\"button\" href=\"http://docs.python.org/3/\">Python 3.x Docs</a> \r\n <a class=\"button\" href=\"http://docs.python.org/2/\">Python 2.x Docs</a>\r\n </p>\r\n <p>See also <a href=\"https://wiki.python.org/moin/Python2orPython3\">Should I use Python 2 or 3</a>? </p>\r\n </li>",
48+
"content": " <li class=\"tier-2 super-navigation\">\r\n <h4>Python&rsquo;s standard documentation: download, browse or watch a tutorial.</h4>\r\n <p>Get started below, or visit the <a href=\"/doc/versions/\">Documentation page to browse by version</a>. </p>\r\n <p class=\"download-buttons\">\r\n <a class=\"button\" href=\"http://docs.python.org/3/\">Python 3.x Docs</a> \r\n</p> </li>",
4949
"content_markup_type": "html"
5050
}
5151
},
@@ -178,14 +178,14 @@
178178
{
179179
"fields": {
180180
"label": "documentation-beginners",
181-
"content": "<h2 class=\"widget-title\"><span aria-hidden=\"true\" class=\"icon-beginner\"></span>Beginner</h2>\r\n<ul> \r\n <li><a href=\"https://wiki.python.org/moin/BeginnersGuide\">Beginner&rsquo;s Guide</a></li>\r\n <li><a href=\"https://wiki.python.org/moin/Python2orPython3\">Python 2&nbsp;or&nbsp;3?</a></li>\r\n <li><a href=\"//docs.python.org/faq/\">Python FAQs</a></li>\r\n</ul>",
181+
"content": "<h2 class=\"widget-title\"><span aria-hidden=\"true\" class=\"icon-beginner\"></span>Beginner</h2>\r\n<ul> \r\n <li><a href=\"https://wiki.python.org/moin/BeginnersGuide\">Beginner&rsquo;s Guide</a></li>\r\n <li><a href=\"//docs.python.org/faq/\">Python FAQs</a></li>\r\n</ul>",
182182
"content_markup_type": "html"
183183
}
184184
},
185185
{
186186
"fields": {
187187
"label": "documentation-banner",
188-
"content": "<h1 class=\"call-to-action\">Browse the docs online or download a copy of your own. Python's documentation, tutorials, and guides are constantly evolving.</h1>\r\n<p>Get started here, or scroll down for documentation broken out by type and subject.</p>\r\n<p class=\"download-buttons\">\r\n <a class=\"button\" href=\"http://docs.python.org/3/\">Python 3.x Docs</a> \r\n <a class=\"button\" href=\"http://docs.python.org/2/\">Python 2.x Docs</a>\r\n</p>\r\n<p>See also <a href=\"/doc/versions/\">Documentation Releases by Version</a> and <a href=\"https://wiki.python.org/moin/Python2orPython3\">Should I use Python 2 or 3</a>? </p>",
188+
"content": "<h1 class=\"call-to-action\">Browse the docs online or download a copy of your own. Python's documentation, tutorials, and guides are constantly evolving.</h1>\r\n<p>Get started here, or scroll down for documentation broken out by type and subject.</p>\r\n<p class=\"download-buttons\">\r\n <a class=\"button\" href=\"http://docs.python.org/3/\">Python 3.x Docs</a> \r\n</p>\r\n<p>See also <a href=\"/doc/versions/\">Documentation Releases by Version</a>\r\n</p>",
189189
"content_markup_type": "html"
190190
}
191191
},

0 commit comments

Comments
 (0)