mirror of
				https://github.com/microsoft/autogen.git
				synced 2025-11-03 19:29:52 +00:00 
			
		
		
		
	A new documentation website. And: * add actions for doc * update docstr * installation instructions for doc dev * unify README and Getting Started * rename notebook * doc about best_model_for_estimator #340 * docstr for keep_search_state #340 * DNN Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu> Co-authored-by: Z.sk <shaokunzhang@psu.edu>
		
			
				
	
	
		
			17 lines
		
	
	
		
			359 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			359 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
loaders:
 | 
						|
   - type: python
 | 
						|
     search_path: [../flaml/]
 | 
						|
processors:
 | 
						|
  - type: filter
 | 
						|
    skip_empty_modules: true
 | 
						|
  - type: smart
 | 
						|
  - type: crossref
 | 
						|
renderer:
 | 
						|
  type: docusaurus
 | 
						|
  docs_base_path: docs
 | 
						|
  relative_output_path: reference
 | 
						|
  relative_sidebar_path: sidebar.json
 | 
						|
  sidebar_top_level_label: Reference
 | 
						|
  markdown:
 | 
						|
    escape_html_in_docstring: false
 |