File tree Expand file tree Collapse file tree 6 files changed +10
-12
lines changed Expand file tree Collapse file tree 6 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ then submit a "pull request" (PR).
209209
210210To 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 
949949new 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
952952development version. On top of that, building the documentation requires installing some
953953additional packages:
954954
Original file line number Diff line number Diff line change 1- .. _ install_bleeding_edge :
1+ .. _ setup_development_environment :
22
33Set up your development environment
44----------------------------------- 
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Miscellaneous information / Troubleshooting
66================================================== 
77
88Here, 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -220,8 +220,7 @@ Support for building with Meson
220220------------------------------- 
221221
222222From 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
226225Unless we discover a major blocker, setuptools support will be dropped in
227226scikit-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.
Original file line number Diff line number Diff line change @@ -279,8 +279,7 @@ Dropping support for building with setuptools
279279--------------------------------------------- 
280280
281281From 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.
284283By :user: `Loïc Estève <lesteve> ` :pr: `29400 `
285284
286285Free-threaded CPython 3.13 support
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments