@@ -24,21 +24,22 @@ Viewing the rendered HTML documentation for a pull request
24
24
----------------------------------------------------------
25
25
26
26
We use CircleCI to build the HTML documentation for every pull request. To
27
- access that documentation, instructions are provided in the
28
- :ref: ` documentation section of the contributor guide
29
- <contribute_documentation>`. To save you a few clicks, we provide a
30
- ` userscript <https://gist.github .com/lesteve/470170f288884ec052bcf4bc4ffe958a >`_
31
- that adds a button to every PR. After installing the userscript, navigate to any
32
- GitHub PR; a new button labeled "See CircleCI doc for this PR" should appear in
33
- the top-right area.
27
+ access that documentation, instructions are provided in the :ref: ` documentation
28
+ section of the contributor guide <contribute_documentation>`. To save you a few
29
+ clicks, we provide a ` userscript
30
+ <https://raw.githubusercontent .com/lesteve/userscripts/master/add-button-for-pr-circleci-doc.user.js > `_
31
+ that adds a button to every PR. After installing the userscript, navigate to
32
+ any GitHub PR; a new button labeled "See CircleCI doc for this PR" should
33
+ appear in the top-right area.
34
34
35
35
Folding and unfolding outdated diffs on pull requests
36
36
-----------------------------------------------------
37
37
38
38
GitHub hides discussions on PRs when the corresponding lines of code have been
39
39
changed in the mean while. This `userscript
40
- <https://gist.github.com/lesteve/b4ef29bccd42b354a834> `_ provides a button to
41
- unfold all such hidden discussions at once, so you can catch up.
40
+ <https://raw.githubusercontent.com/lesteve/userscripts/master/github-expand-all.user.js> `_
41
+ provides a shortcut (Control-Alt-P at the time of writing but look at the code
42
+ to be sure) to unfold all such hidden discussions at once, so you can catch up.
42
43
43
44
Checking out pull requests as remote-tracking branches
44
45
------------------------------------------------------
0 commit comments