File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ _version.py
1212build /
1313dist /
1414docs /src /examples 
15+ docs /src /backreferences 
1516sg_execution_times.rst 
Original file line number Diff line number Diff line change 6262    "reconstruction" ,
6363    "neighbors" ,
6464]
65+ 
6566sphinx_gallery_conf  =  {
67+     "backreferences_dir" : "backreferences" ,
68+     "doc_module" : ("skmatter" ,),
6669    "filename_pattern" : "/*" ,
6770    "examples_dirs" : [f"../../examples/{ p }  "  for  p  in  example_subdirs ],
6871    "gallery_dirs" : [f"examples/{ p }  "  for  p  in  example_subdirs ],
6972    "min_reported_time" : 60 ,
70-     # Make the code snippet for own functions clickable 
71-     "reference_url" : {"skmatter" : None },
73+     "prefer_full_module" : ["skamatter" ],
74+     "reference_url" : {"skamatter" : None },
75+     "remove_config_comments" : True ,
7276}
7377
7478# Configuration for intersphinx: refer to the Python standard library 
Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ This guide illustrates the main functionalities that ``scikit-matter`` provides.
55assumes a very basic working knowledge of how ``scikit-learn `` works. Please refer to
66our :ref: `installation ` instructions for installing ``scikit-matter ``.
77
8- For a detailed explaination of the functionalities, please look at the
9- :ref: `selection-api `
10- 
118.. _getting_started-selection :
129
1310Features and Samples Selection
@@ -22,7 +19,6 @@ Notebook Examples
2219.. include :: examples/selection/index.rst 
2320   :start-line:  4
2421
25- 
2622.. _getting_started-reconstruction :
2723
2824Metrics
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments