Skip to content

Commit db56e63

Browse files
lestevejnothman
authored andcommitted
DOC Add Travis and Circle user scripts (scikit-learn#10409)
1 parent db127bd commit db56e63

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

doc/developers/tips.rst

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,22 @@ Viewing the rendered HTML documentation for a pull request
2424
----------------------------------------------------------
2525

2626
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.
3434

3535
Folding and unfolding outdated diffs on pull requests
3636
-----------------------------------------------------
3737

3838
GitHub hides discussions on PRs when the corresponding lines of code have been
3939
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.
4243

4344
Checking out pull requests as remote-tracking branches
4445
------------------------------------------------------

0 commit comments

Comments
 (0)