mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Doc readme: Fix markup, use https:// URLs.
This commit is contained in:
parent
9ab33eada4
commit
69a7203948
1 changed files with 36 additions and 36 deletions
|
@ -7,7 +7,7 @@ available at <https://docs.python.org/3.4/download.html>.
|
|||
|
||||
Documentation on authoring Python documentation, including information about
|
||||
both style and markup, is available in the "Documenting Python" chapter of the
|
||||
developers guide <http://docs.python.org/devguide/documenting.html>.
|
||||
developers guide <https://docs.python.org/devguide/documenting.html>.
|
||||
|
||||
|
||||
Building the docs
|
||||
|
@ -15,7 +15,7 @@ Building the docs
|
|||
|
||||
You need to have Sphinx <http://sphinx-doc.org/> installed; it is the toolset
|
||||
used to build the docs. It is not included in this tree, but maintained
|
||||
separately and available from PyPI <http://pypi.python.org/pypi/Sphinx>.
|
||||
separately and available from PyPI <https://pypi.python.org/pypi/Sphinx>.
|
||||
|
||||
|
||||
Using make
|
||||
|
@ -109,10 +109,10 @@ Contributing
|
|||
============
|
||||
|
||||
Bugs in the content should be reported to the Python bug tracker at
|
||||
http://bugs.python.org.
|
||||
https://bugs.python.org.
|
||||
|
||||
Bugs in the toolset should be reported in the Sphinx bug tracker at
|
||||
http://www.bitbucket.org/birkenfeld/sphinx/issues/.
|
||||
https://www.bitbucket.org/birkenfeld/sphinx/issues/.
|
||||
|
||||
You can also send a mail to the Python Documentation Team at docs@python.org,
|
||||
and we will process your request as soon as possible.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue