@@ -14,7 +14,7 @@ several *builders*, one per active branch: when a new change is pushed
1414to this branch on the public `GitHub repository <https://github.com/python/cpython >`__,
1515all corresponding builders will schedule a new build to be run as soon as possible.
1616
17- The build steps run by the buildbots are the following :
17+ The build steps run by the buildbots are:
1818
1919* Check out the source tree for the change which triggered the build
2020* Compile Python
@@ -41,7 +41,7 @@ need assistance with the buildbots, a good way to get help is to either:
4141Buildbot failures on pull requests
4242==================================
4343
44- The `` bedevere- bot`` on GitHub will put a message on your merged Pull Request
44+ The Bedevere bot on GitHub will put a message on your merged pull request
4545if building your commit on a stable buildbot worker fails. Take care to
4646evaluate the failure, even if it looks unrelated at first glance.
4747
@@ -66,7 +66,7 @@ buildbots again on a later commit, you'll have to remove the label and add it
6666again.
6767
6868If you want to test a pull request against specific platforms, you can trigger
69- one or more build bots by posting a comment that begins with:
69+ one or more buildbots by posting a comment that begins with:
7070
7171.. code-block :: none
7272
@@ -78,7 +78,7 @@ For example to run both the iOS and Android build bot, you can use:
7878
7979 !buildbot ios|android
8080
81- bedevere-bot will post a comment indicating which build bots , if
81+ Bedevere will post a comment indicating which buildbots , if
8282any, were matched. If none were matched, or you do not have the
8383necessary permissions to trigger a request, it will tell you that too.
8484
@@ -94,15 +94,15 @@ The Web interface at https://buildbot.python.org/#/ has several ways of
9494visualizing recent build results:
9595
9696* A `Release Status Dashboard <https://buildbot.python.org/#/release_status >`_
97- that shows the status of stable buildbots for each active branch,
97+ that shows the status of buildbots for each active branch,
9898 summarizing whether the builds are ready for release.
9999
100- * A `Waterfall View <https://buildbot.python.org/#/waterfall >`_
100+ * A `waterfall view <https://buildbot.python.org/#/waterfall >`__
101101 that presents a vertical rundown of recent builds for each builder.
102- When interested in one build, you'll have to
103- click on it to know which commits it corresponds to.
102+ When interested in one build, click on it for more detail such as logs and
103+ which commits it corresponds to.
104104
105- * A `Console View <https://buildbot.python.org/#/console >`_ ,
105+ * A `console view <https://buildbot.python.org/#/console >`__ ,
106106 which works best on a wide, high resolution
107107 monitor. Clicking on the colored circles will allow you to open a new page
108108 containing whatever information about that particular build is of interest to
@@ -124,7 +124,7 @@ Stability
124124=========
125125
126126A subset of the buildbots are marked as
127- `"stable" <https://buildbot.python.org/#/builders?tags=%2Bstable >`_ .
127+ `"stable" <https://buildbot.python.org/#/builders?tags=%2Bstable >`__ .
128128They are taken into account when making a new release.
129129The rule is that all stable builders must be free of
130130persistent failures when the release is cut. It is absolutely **vital **
0 commit comments