Skip to content

Commit ce27c87

Browse files
authored
DOC rename tag to setup_development_environment (scikit-learn#32623)
1 parent d41f734 commit ce27c87

File tree

6 files changed

+10
-12
lines changed

6 files changed

+10
-12
lines changed

doc/developers/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ then submit a "pull request" (PR).
209209

210210
To get started, you need to
211211

212-
#. :ref:`install_bleeding_edge`
212+
#. :ref:`setup_development_environment`
213213
#. Find an issue to work on (see :ref:`new_contributors`)
214214
#. Follow the :ref:`development_workflow`
215215
#. Make sure, you noted the :ref:`pr_checklist`
@@ -948,7 +948,7 @@ Building the documentation
948948
**Before submitting a pull request check if your modifications have introduced
949949
new sphinx warnings by building the documentation locally and try to fix them.**
950950

951-
First, make sure you have :ref:`properly installed <install_bleeding_edge>` the
951+
First, make sure you have :ref:`properly installed <setup_development_environment>` the
952952
development version. On top of that, building the documentation requires installing some
953953
additional packages:
954954

doc/developers/development_setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _install_bleeding_edge:
1+
.. _setup_development_environment:
22

33
Set up your development environment
44
-----------------------------------

doc/developers/misc_info.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Miscellaneous information / Troubleshooting
66
==================================================
77

88
Here, you find some more advanced notes and troubleshooting tips related to
9-
:ref:`install_bleeding_edge`.
9+
:ref:`setup_development_environment`.
1010

1111
.. _openMP_notes:
1212

doc/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ There are different ways to install scikit-learn:
2121
feature from a pull-request that was recently merged to the main branch); or to check
2222
whether a bug you encountered has been fixed since the last release.
2323

24-
* :ref:`Building the package from source <install_bleeding_edge>`.
24+
* :ref:`Building the package from source <setup_development_environment>`.
2525
This is mainly needed by users who wish to contribute to the project, as this allows
2626
to install an editable version of the project.
2727

doc/whats_new/v1.5.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,7 @@ Support for building with Meson
220220
-------------------------------
221221

222222
From scikit-learn 1.5 onwards, Meson is the main supported way to build
223-
scikit-learn, see :ref:`Building from source <install_bleeding_edge>` for more
224-
details.
223+
scikit-learn.
225224

226225
Unless we discover a major blocker, setuptools support will be dropped in
227226
scikit-learn 1.6. The 1.5.x releases will support building scikit-learn with
@@ -349,9 +348,9 @@ Changelog
349348

350349
- |API| Deprecates `Y` in favor of `y` in the methods `fit`, `transform` and
351350
`inverse_transform` of:
352-
:class:`cross_decomposition.PLSRegression`,
353-
:class:`cross_decomposition.PLSCanonical`,
354-
and :class:`cross_decomposition.CCA`,
351+
:class:`cross_decomposition.PLSRegression`,
352+
:class:`cross_decomposition.PLSCanonical`,
353+
and :class:`cross_decomposition.CCA`,
355354
and methods `fit` and `transform` of:
356355
:class:`cross_decomposition.PLSSVD`.
357356
`Y` will be removed in version 1.7.

doc/whats_new/v1.6.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,7 @@ Dropping support for building with setuptools
279279
---------------------------------------------
280280

281281
From scikit-learn 1.6 onwards, support for building with setuptools has been
282-
removed. Meson is the only supported way to build scikit-learn, see
283-
:ref:`Building from source <install_bleeding_edge>` for more details.
282+
removed. Meson is the only supported way to build scikit-learn.
284283
By :user:`Loïc Estève <lesteve>` :pr:`29400`
285284

286285
Free-threaded CPython 3.13 support

0 commit comments

Comments
 (0)