8000 Merge branch 'master' into release · pythonanywhere/pythondotorg@76e336e · GitHub
[go: up one dir, main page]

Skip to content

Commit 76e336e

Browse files
committed
Merge branch 'master' into release
2 parents 0a6ed27 + 0774296 commit 76e336e

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

docs/source/administration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ supports.
6666

6767
To create a release you simply need to fill in the appropriate information. Currently if a ``Release`` has an associated ``Release Page`` the system redirects to that to accommodate legacy content, but if the ``Content`` field is filled they are taken to the Release Detail page which shows the content and lists all of the associated downloadable files.
6868

69-
Release Files have a checkbox named 'Download button' that determines which binary/source package download link to display for a given OS. This information is used by the OS detection JS on the site so pick the package in most widespread use.
69+
Release Files have a checkbox named 'Download button' that determines which binary/source package download link to display for a given OS. This information is used by the OS detection JS on the site so pick the package in most widespread use. On Source distributions be sure to check the 'Download button' for the .tgz version for widest compatibiity.
7070

7171
.. _jobs:
7272

templates/python/documentation.html

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -47,40 +47,40 @@
4747

4848
<h2 class="widget-title"><span aria-hidden="true" class="icon-versions"></span>Python 3.x Resources</h2>
4949
<ul>
50-
<li><a href="http://docs.python.org/3/">Browse Python 3.4.0 Documentation</a> - <a href="http://docs.python.org/3/py-modindex.html">(Module Index)</a>
50+
<li><a href="https://docs.python.org/3/">Browse Python 3.4.0 Documentation</a> - <a href="http://docs.python.org/3/py-modindex.html">(Module Index)</a>
5151
<ul>
52-
<li><a href="http://docs.python.org/3/whatsnew/3.4.html">What's new in Python 3.4</a></li>
53-
<li><a href="http://docs.python.org/3/tutorial/index.html">Tutorial</a></li>
54-
<li><a href="http://docs.python.org/3/library/index.html">Library Reference</a></li>
55-
<li><a href="http://docs.python.org/3/reference/index.html">Language Reference</a></li>
56-
<li><a href="http://docs.python.org/3/extending/index.html">Extending and Embedding</a></li>
57-
<li><a href="http://docs.python.org/3/c-api/index.html">Python/C API</a></li>
58-
<li><a href="http://docs.python.org/3/using/index.html">Using Python</a></li>
59-
<li><a href="http://docs.python.org/3/howto/index.html">Python HOWTOs</a></li>
52+
<li><a href="https://docs.python.org/3/whatsnew/3.4.html">What's new in Python 3.4</a></li>
53+
<li><a href="https://docs.python.org/3/tutorial/index.html">Tutorial</a></li>
54+
<li><a href="https://docs.python.org/3/library/index.html">Library Reference</a></li>
55+
<li><a href="https://docs.python.org/3/reference/index.html">Language Reference</a></li>
56+
<li><a href="https://docs.python.org/3/extending/index.html">Extending and Embedding</a></li>
57+
<li><a href="https://docs.python.org/3/c-api/index.html">Python/C API</a></li>
58+
<li><a href="https://docs.python.org/3/using/index.html">Using Python</a></li>
59+
<li><a href="https://docs.python.org/3/howto/index.html">Python HOWTOs</a></li>
6060
</ul>
6161
</li>
62-
<li><a href="http://docs.python.org/3/search.html">Search the online docs</a></li>
63-
<li><a href="http://docs.python.org/3/download.html">Download Current Documentation</a> (multiple formats are available, including typeset versions for printing.)</li>
62+
<li><a href="https://docs.python.org/3/search.html">Search the online docs</a></li>
63+
<li><a href="https://docs.python.org/3/download.html">Download Current Documentation</a> (multiple formats are available, including typeset versions for printing.)</li>
6464
</ul>
6565
</div>
6666

6767
<div class="medium-widget last">
6868
<h2 class="widget-title"><span aria-hidden="true" class="icon-versions"></span>Python 2.x Resources</h2>
6969
<ul>
70-
<li><a href="http://docs.python.org/2/">Browse Current Documentation</a> - <a href="http://docs.python.org/2/py-modindex.html">(Module Index)</a>
70+
<li><a href="https://docs.python.org/2/">Browse Current Documentation</a> - <a href="http://docs.python.org/2/py-modindex.html">(Module Index)</a>
7171
<ul>
72-
<li><a href="http://docs.python.org/2/whatsnew/2.7.html">What's new in Python 2.7</a></li>
73-
<li><a href="http://docs.python.org/2/tutorial/index.html">Tutorial</a></li>
74-
<li><a href="http://docs.python.org/2/library/index.html">Library Reference</a></li>
75-
<li><a href="http://docs.python.org/2/reference/index.html">Language Reference</a></li>
76-
<li><a href="http://docs.python.org/2/extending/index.html">Extending and Embedding</a></li>
77-
<li><a href="http://docs.python.org/2/c-api/index.html">Python/C API</a></li>
78-
<li><a href="http://docs.python.org/2/using/index.html">Using Python</a></li>
79-
<li><a href="http://docs.python.org/2/howto/index.html">Python HOWTOs</a></li>
72+
<li><a href="https://docs.python.org/2/whatsnew/2.7.html">What's new in Python 2.7</a></li>
73+
<li><a href="https://docs.python.org/2/tutorial/index.html">Tutorial</a></li>
74+
<li><a href="https://docs.python.org/2/library/index.html">Library Reference</a></li>
75+
<li><a href="https://docs.python.org/2/reference/index.html">Language Reference</a></li>
76+
<li><a href="https://docs.python.org/2/extending/index.html">Extending and Embedding</a></li>
77+
<li><a href="https://docs.python.org/2/c-api/index.html">Python/C API</a></li>
78+
<li><a href="https://docs.python.org/2/using/index.html">Using Python</a></li>
79+
<li><a href="https://docs.python.org/2/howto/index.html">Python HOWTOs</a></li>
8080
</ul>
8181
</li>
82-
<li><a href="http://docs.python.org/2/search.html">Search the online docs</a></li>
83-
<li><a href="http://docs.python.org/2/download.html">Download Current Documentation</a> (multiple formats are available, including typeset versions for printing.)</li>
82+
<li><a href="https://docs.python.org/2/search.html">Search the online docs</a></li>
83+
<li><a href="http 4949 s://docs.python.org/2/download.html">Download Current Documentation</a> (multiple formats are available, including typeset versions for printing.)</li>
8484
</ul>
8585
</div>
8686

0 commit comments

Comments
 (0)
0