Skip to content

Commit 081158e

Browse files
suhearsawhowillingc
authored andcommitted
bpo-33043: Add a Contributing to Docs link and Update the Found a Bug Page (#12006)
* changes to html file -> added contributing to docs link at the end of the page * revisions to the dealing with bugs page. added more links in the documentation bugs section * 📜🤖 Added by blurb_it. * Update Doc/bugs.rst Updated Doc/bugs.rst in accordance with willingc and JulienPalard suggestions. Co-Authored-By: suhearsawho <susansu.software@gmail.com>
1 parent 74510e2 commit 081158e

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

Doc/bugs.rst

+9-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,15 @@ docs@python.org (behavioral bugs can be sent to python-list@python.org).
2525
though it may take a while to be processed.
2626

2727
.. seealso::
28-
`Documentation bugs`_ on the Python issue tracker
28+
29+
`Documentation bugs`_
30+
A list of documentation bugs that have been submitted to the Python issue tracker.
31+
32+
`Issue Tracking <https://devguide.python.org/tracker/>`_
33+
Overview of the process involved in reporting an improvement on the tracker.
34+
35+
`Helping with Documentation <https://devguide.python.org/docquality/#helping-with-documentation>`_
36+
Comprehensive guide for individuals that are interested in contributing to Python documentation.
2937

3038
.. _using-the-tracker:
3139

Doc/tools/templates/indexcontent.html

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ <h1>{{ docstitle|e }}</h1>
5757
<table class="contentstable" align="center"><tr>
5858
<td width="50%">
5959
<p class="biglink"><a class="biglink" href="{{ pathto("bugs") }}">{% trans %}Reporting bugs{% endtrans %}</a></p>
60+
<p class="biglink"><a class="biglink" href="https://devguide.python.org/docquality/#helping-with-documentation">{% trans %}Contributing to Docs{% endtrans %}</a></p>
6061
<p class="biglink"><a class="biglink" href="{{ pathto("about") }}">{% trans %}About the documentation{% endtrans %}</a></p>
6162
</td><td width="50%">
6263
<p class="biglink"><a class="biglink" href="{{ pathto("license") }}">{% trans %}History and License of Python{% endtrans %}</a></p>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updates the docs.python.org page with the addition of a 'Contributing to Docs' link at the end of the page (between 'Reporting Bugs' and 'About Documentation'). Updates the 'Found a Bug' page with additional links and information in the Documentation Bugs section.

0 commit comments

Comments
 (0)