summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/bugs.rst10
-rw-r--r--Doc/tools/templates/indexcontent.html1
2 files changed, 10 insertions, 1 deletions
diff --git a/Doc/bugs.rst b/Doc/bugs.rst
index c449ba2..1e044ad 100644
--- a/Doc/bugs.rst
+++ b/Doc/bugs.rst
@@ -25,7 +25,15 @@ docs@python.org (behavioral bugs can be sent to python-list@python.org).
though it may take a while to be processed.
.. seealso::
- `Documentation bugs`_ on the Python issue tracker
+
+ `Documentation bugs`_
+ A list of documentation bugs that have been submitted to the Python issue tracker.
+
+ `Issue Tracking <https://devguide.python.org/tracker/>`_
+ Overview of the process involved in reporting an improvement on the tracker.
+
+ `Helping with Documentation <https://devguide.python.org/docquality/#helping-with-documentation>`_
+ Comprehensive guide for individuals that are interested in contributing to Python documentation.
.. _using-the-tracker:
diff --git a/Doc/tools/templates/indexcontent.html b/Doc/tools/templates/indexcontent.html
index d795c0a..152162a 100644
--- a/Doc/tools/templates/indexcontent.html
+++ b/Doc/tools/templates/indexcontent.html
@@ -57,6 +57,7 @@
<table class="contentstable" align="center"><tr>
<td width="50%">
<p class="biglink"><a class="biglink" href="{{ pathto("bugs") }}">{% trans %}Reporting bugs{% endtrans %}</a></p>
+ <p class="biglink"><a class="biglink" href="https://devguide.python.org/docquality/#helping-with-documentation">{% trans %}Contributing to Docs{% endtrans %}</a></p>
<p class="biglink"><a class="biglink" href="{{ pathto("about") }}">{% trans %}About the documentation{% endtrans %}</a></p>
</td><td width="50%">
<p class="biglink"><a class="biglink" href="{{ pathto("license") }}">{% trans %}History and License of Python{% endtrans %}</a></p>