◐ Shell
reader mode source ↗
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
6 changes: 3 additions & 3 deletions Doc/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ available <https://docs.python.org/dev/download.html>`_.

Documentation on authoring Python documentation, including information about
both style and markup, is available in the "`Documenting Python
<https://docs.python.org/devguide/documenting.html>`_" chapter of the
developers guide.


Expand Up @@ -109,10 +109,10 @@ see the make targets above).
Contributing
============

Bugs in the content should be reported to the
`Python bug tracker <https://bugs.python.org>`_.

Bugs in the toolset should be reported in the
`Sphinx bug tracker <https://github.com/sphinx-doc/sphinx/issues>`_.

You can also send a mail to the Python Documentation Team at docs@python.org,
Expand Down
2 changes: 1 addition & 1 deletion Doc/bugs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ the `core-mentorship mailing list`_ is a friendly place to get answers to
any and all questions pertaining to the process of fixing issues in Python.

.. _Documentation bugs: https://bugs.python.org/issue?@filter=status&@filter=components&components=4&status=1&@columns=id,activity,title,status&@sort=-activity
.. _Python Developer's Guide: https://docs.python.org/devguide/
.. _core-mentorship mailing list: https://mail.python.org/mailman/listinfo/core-mentorship/
2 changes: 1 addition & 1 deletion Doc/howto/curses.rst
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ the Python interface. Often this isn't because they're difficult to
implement, but because no one has needed them yet. Also, Python
doesn't yet support the menu library associated with ncurses.
Patches adding support for these would be welcome; see
`the Python Developer's Guide <https://docs.python.org/devguide/>`_ to
learn more about submitting patches to Python.

* `Writing Programs with NCURSES <http://invisible-island.net/ncurses/ncurses-intro.html>`_:
Expand Down
4 changes: 2 additions & 2 deletions Doc/using/unix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Building Python
If you want to compile CPython yourself, first thing you should do is get the
`source <https://www.python.org/downloads/source/>`_. You can download either the
latest release's source or just grab a fresh `clone
<https://docs.python.org/devguide/setup.html#getting-the-source-code>`_. (If you want
to contribute patches, you will need a clone.)

The build process consists in the usual ::
Expand Down Expand Up @@ -140,4 +140,4 @@ Many editors and IDEs provide syntax highlighting, debugging tools, and PEP-8 ch

Please go to `Python Editors <https://wiki.python.org/moin/PythonEditors>`_ and
`Integrated Development Environments <https://wiki.python.org/moin/IntegratedDevelopmentEnvironments>`_
for a comprehensive list.
2 changes: 1 addition & 1 deletion Doc/whatsnew/2.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ have adopted Sphinx as their documentation tool.

.. seealso::

`Documenting Python <https://docs.python.org/devguide/documenting.html>`__
Describes how to write for Python's documentation.

`Sphinx <http://sphinx-doc.org/>`__
Expand Down
4 changes: 2 additions & 2 deletions Doc/whatsnew/3.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1960,7 +1960,7 @@ Other Improvements
``.py`` extension. (Contributed by Paul Moore in :issue:`18569`.)

* A new ``make`` target `coverage-report
<https://docs.python.org/devguide/coverage.html#measuring-coverage-of-c-code-with-gcov-and-lcov>`_
will build python, run the test suite, and generate an HTML coverage report
for the C codebase using ``gcov`` and `lcov
<http://ltp.sourceforge.net/coverage/lcov.php>`_.
Expand Up @@ -2176,7 +2176,7 @@ The following obsolete and previously deprecated APIs and features have been
removed:

* The unmaintained ``Misc/TextMate`` and ``Misc/vim`` directories have been
removed (see the `devguide <https://docs.python.org/devguide>`_
for suggestions on what to use instead).

* The ``SO`` makefile macro is removed (it was replaced by the
Expand Down
2 changes: 1 addition & 1 deletion Grammar/Grammar
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Grammar for Python

# NOTE WELL: You should also follow all the steps listed at
# https://docs.python.org/devguide/grammar.html

# Start symbols for the grammar:
# single_input is a single interactive statement;
Expand Down
4 changes: 2 additions & 2 deletions Mac/README
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ In general, universal builds depend on specific features provided by the
Apple-supplied compilers and other build tools included in Apple's Xcode
development tools. You should install Xcode and the command line tools
component appropriate for the OS X release you are running on. See the
Python Developer's Guide (http://docs.python.org/devguide/setup.html)
for more information.

2.1 Flavors of universal binaries
Expand Down @@ -355,4 +355,4 @@ Resources

* http://www.python.org/community/sigs/current/pythonmac-sig/

* http://docs.python.org/devguide/
1 change: 1 addition & 0 deletions Misc/ACKS
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@ Thomas Herve
Bernhard Herzog
Magnus L. Hetland
Raymond Hettinger
Kevan Heydon
Wouter van Heyst
Kelsey Hightower
2 changes: 1 addition & 1 deletion Misc/Porting
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This document is moved to https://docs.python.org/devguide/faq.html#how-do-i-port-python-to-a-new-platform
2 changes: 1 addition & 1 deletion Misc/python.man
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ Main website: https://www.python.org/
.br
Documentation: https://docs.python.org/
.br
Developer resources: https://docs.python.org/devguide/
.br
Downloads: https://www.python.org/downloads/
.br
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ General Information
- Source code: https://github.com/python/cpython
- Issue tracker: https://bugs.python.org
- Documentation: https://docs.python.org
- Developer's Guide: https://docs.python.org/devguide/

Contributing to CPython
-----------------------

For more complete instructions on contributing to CPython development,
see the `Developer Guide`_.

.. _Developer Guide: https://docs.python.org/devguide/

Using Python
------------
Expand Down
Toggle all file notes Toggle all file annotations