File tree 7 files changed +11
-11
lines changed
Filter options
7 files changed +11
-11
lines changed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ How to contribute
4
4
This guide is under heavy development. If you would like to contribute, please
5
5
see:
6
6
7
- http ://docs.python-guide.org/en/latest/notes/contribute/
7
+ https ://docs.python-guide.org/en/latest/notes/contribute/
8
8
9
9
How to test your changes
10
10
------------------------
@@ -34,4 +34,4 @@ Style Guide
34
34
35
35
For all contributions, please follow the ` Guide Style Guide ` :
36
36
37
- http ://docs.python-guide.org/en/latest/notes/styleguide/
37
+ https ://docs.python-guide.org/en/latest/notes/styleguide/
Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ Topics include:
33
33
34
34
If you aren't fond of reading reStructuredText, there is an
35
35
almost up-to-date `HTML version at docs.python-guide.org
36
- <http ://docs.python-guide.org> `_.
36
+ <https ://docs.python-guide.org> `_.
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ It looks like this was the result of either:
8
8
- a mistyped address
9
9
- an out-of-date link
10
10
11
- `Click here to go back to the homepage. <http ://docs.python-guide.org/ >`_
11
+ `Click here to go back to the homepage. <https ://docs.python-guide.org/ >`_
12
12
13
- Or, try `searching <http ://docs.python-guide.org/en/latest/search/ >`_.
13
+ Or, try `searching <https ://docs.python-guide.org/en/latest/search/ >`_.
14
14
15
15
.. raw :: html
16
16
Original file line number Diff line number Diff line change 6
6
< meta name ="viewport " content ="width=device-width, initial-scale=0.9, maximum-scale=0.9 " />
7
7
8
8
{% if pagename == 'index' %}
9
- < link rel ="canonical " href ="http ://docs.python-guide.org/ "/>
9
+ < link rel ="canonical " href ="https ://docs.python-guide.org/ "/>
10
10
{% elif pagename == '404' %}
11
11
{# No canonical on our 404 template. #}
12
12
{% else %}
13
- < link rel ="canonical " href ="http ://docs.python-guide.org/{{ pagename }}/ "/>
13
+ < link rel ="canonical " href ="https ://docs.python-guide.org/{{ pagename }}/ "/>
14
14
{% endif %}
15
15
16
16
< link rel ="icon " type ="image/png " href ="https://media.readthedocs.org/images/favicon.png ">
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ <h3>Contributors</h3>
50
50
This guide is the result of the collaboration of
51
51
< a href ="https://github.com/kennethreitz/python-guide/graphs/contributors "> hundreds of people</ a >
52
52
around the world, and your contributions
53
- < a href ="http ://docs.python-guide.org/en/latest/notes/contribute/ "> are welcome</ a > !
53
+ < a href ="https ://docs.python-guide.org/en/latest/notes/contribute/ "> are welcome</ a > !
54
54
</ p >
55
55
56
56
@@ -64,7 +64,7 @@ <h3>Useful Links</h3>
64
64
65
65
< h3 > Translations</ h3 >
66
66
< ul >
67
- < li > < a href ="http ://docs.python-guide.org/en/latest/ "> English</ a > </ li >
67
+ < li > < a href ="https ://docs.python-guide.org/en/latest/ "> English</ a > </ li >
68
68
< li > < a href ="https://python-guide-fr.readthedocs.io/fr/latest/ "> French</ a > </ li >
69
69
< li > < a href ="https://pythonguidecn.readthedocs.io/zh/latest/ "> Chinese</ a > </ li >
70
70
< li > < a href ="http://python-guideja.readthedocs.io/ja/latest/ "> Japanese</ a > </ li >
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ <h3>Other Projects</h3>
48
48
49
49
< h3 > Translations</ h3 >
50
50
< ul >
51
- < li > < a href ="http ://docs.python-guide.org/en/latest/ "> English</ a > </ li >
51
+ < li > < a href ="https ://docs.python-guide.org/en/latest/ "> English</ a > </ li >
52
52
< li > < a href ="https://python-guide-fr.readthedocs.io/fr/latest/ "> French</ a > </ li >
53
53
< li > < a href ="https://pythonguidecn.readthedocs.io/zh/latest/ "> Chinese</ a > </ li >
54
54
< li > < a href ="http://python-guideja.readthedocs.io/ja/latest/ "> Japanese</ a > </ li >
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ using your OS package manager, you may have to `install pip <https://pip.pypa.io
62
62
.. _python.org : https://python.org
63
63
.. _pip : https://pypi.org/project/pip/
64
64
.. _Homebrew : https://brew.sh
65
- .. _Installing Python : http ://docs.python-guide.org/en/latest/starting/installation/
65
+ .. _Installing Python : https ://docs.python-guide.org/en/latest/starting/installation/
66
66
67
67
68
68
Installing Pipenv
You can’t perform that action at this time.
0 commit comments