mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Update /en/latest/ internal links
This commit is contained in:
+2
-2
@@ -4,7 +4,7 @@ How to contribute
|
|||||||
This guide is under heavy development. If you would like to contribute, please
|
This guide is under heavy development. If you would like to contribute, please
|
||||||
see:
|
see:
|
||||||
|
|
||||||
https://docs.python-guide.org/en/latest/notes/contribute/
|
https://docs.python-guide.org/notes/contribute/
|
||||||
|
|
||||||
How to test your changes
|
How to test your changes
|
||||||
------------------------
|
------------------------
|
||||||
@@ -34,4 +34,4 @@ Style Guide
|
|||||||
|
|
||||||
For all contributions, please follow the `Guide Style Guide`:
|
For all contributions, please follow the `Guide Style Guide`:
|
||||||
|
|
||||||
https://docs.python-guide.org/en/latest/notes/styleguide/
|
https://docs.python-guide.org/notes/styleguide/
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@ It looks like this was the result of either:
|
|||||||
|
|
||||||
`Click here to go back to the homepage. <https://docs.python-guide.org/>`_
|
`Click here to go back to the homepage. <https://docs.python-guide.org/>`_
|
||||||
|
|
||||||
Or, try `searching <https://docs.python-guide.org/en/latest/search/>`_.
|
Or, try `searching <https://docs.python-guide.org/search/>`_.
|
||||||
|
|
||||||
.. raw:: html
|
.. raw:: html
|
||||||
|
|
||||||
|
|||||||
Vendored
+2
-2
@@ -50,7 +50,7 @@
|
|||||||
This guide is the result of the collaboration of
|
This guide is the result of the collaboration of
|
||||||
<a href="https://github.com/kennethreitz/python-guide/graphs/contributors">hundreds of people</a>
|
<a href="https://github.com/kennethreitz/python-guide/graphs/contributors">hundreds of people</a>
|
||||||
around the world, and your contributions
|
around the world, and your contributions
|
||||||
<a href="https://docs.python-guide.org/en/latest/notes/contribute/">are welcome</a>!
|
<a href="https://docs.python-guide.org/notes/contribute/">are welcome</a>!
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
|
|
||||||
<h3>Translations</h3>
|
<h3>Translations</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://docs.python-guide.org/en/latest/">English</a></li>
|
<li><a href="https://docs.python-guide.org/">English</a></li>
|
||||||
<li><a href="https://python-guide-fr.readthedocs.io/fr/latest/">French</a></li>
|
<li><a href="https://python-guide-fr.readthedocs.io/fr/latest/">French</a></li>
|
||||||
<li><a href="https://pythonguidecn.readthedocs.io/zh/latest/">Chinese</a></li>
|
<li><a href="https://pythonguidecn.readthedocs.io/zh/latest/">Chinese</a></li>
|
||||||
<li><a href="http://python-guideja.readthedocs.io/ja/latest/">Japanese</a></li>
|
<li><a href="http://python-guideja.readthedocs.io/ja/latest/">Japanese</a></li>
|
||||||
|
|||||||
Vendored
+1
-1
@@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
<h3>Translations</h3>
|
<h3>Translations</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://docs.python-guide.org/en/latest/">English</a></li>
|
<li><a href="https://docs.python-guide.org/">English</a></li>
|
||||||
<li><a href="https://python-guide-fr.readthedocs.io/fr/latest/">French</a></li>
|
<li><a href="https://python-guide-fr.readthedocs.io/fr/latest/">French</a></li>
|
||||||
<li><a href="https://pythonguidecn.readthedocs.io/zh/latest/">Chinese</a></li>
|
<li><a href="https://pythonguidecn.readthedocs.io/zh/latest/">Chinese</a></li>
|
||||||
<li><a href="http://python-guideja.readthedocs.io/ja/latest/">Japanese</a></li>
|
<li><a href="http://python-guideja.readthedocs.io/ja/latest/">Japanese</a></li>
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ using your OS package manager, you may have to `install pip <https://pip.pypa.io
|
|||||||
.. _python.org: https://python.org
|
.. _python.org: https://python.org
|
||||||
.. _pip: https://pypi.org/project/pip/
|
.. _pip: https://pypi.org/project/pip/
|
||||||
.. _Homebrew: https://brew.sh
|
.. _Homebrew: https://brew.sh
|
||||||
.. _Installing Python: https://docs.python-guide.org/en/latest/starting/installation/
|
.. _Installing Python: https://docs.python-guide.org/starting/installation/
|
||||||
|
|
||||||
|
|
||||||
Installing Pipenv
|
Installing Pipenv
|
||||||
|
|||||||
Reference in New Issue
Block a user