8000 DOC fix glossary link (#23534) · scikit-learn/scikit-learn@6848f41 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6848f41

Browse files
lestevethomasjpfanogrisel
authored
DOC fix glossary link (#23534)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com> Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
1 parent 7d9bc17 commit 6848f41

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build_tools/github/build_doc.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ set -e
2020
if [ -n "$GITHUB_ACTION" ]
2121
then
2222
# Map the variables for the new documentation builder to the old one
23-
CIRCLE_SHA1=$(git log --no-merges -1 --pretty=format:%H)
23+
CIRCLE_SHA1=$(git log -1 --pretty=format:%H)
24+
2425
CIRCLE_JOB=$GITHUB_JOB
2526

2627
if [ "$GITHUB_EVENT_NAME" == "pull_request" ]

doc/developers/performance.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ Then, setup the magics in a manner similar to ``line_profiler``.
268268
- **Under IPython 0.11+**, first create a configuration profile:
269269

270270
.. prompt:: bash $
271-
271+
272272
ipython profile create
273273

274274

@@ -425,4 +425,4 @@ See `joblib documentation <https://joblib.readthedocs.io>`_
425425
A simple algorithmic trick: warm restarts
426426
=========================================
427427

428-
See the glossary entry for `warm_start <http://scikit-learn.org/dev/glossary.html#term-warm-start>`_
428+
See the glossary entry for :term:`warm_start`

0 commit comments

Comments
 (0)
0