mirror of
				https://github.com/hwchase17/langchain.git
				synced 2025-10-31 07:41:40 +00:00 
			
		
		
		
	Update API reference documentation. This PR will pick up a number of missing classes, it also applies selective formatting based on the class / object type.
		
			
				
	
	
		
			15 lines
		
	
	
		
			288 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			288 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| :mod:`{{module}}`.{{objname}}
 | |
| {{ underline }}==============
 | |
| 
 | |
| .. currentmodule:: {{ module }}
 | |
| 
 | |
| .. autoclass:: {{ objname }}
 | |
| 
 | |
|     {% block attributes %}
 | |
|     {% for item in attributes %}
 | |
|     .. autoattribute:: {{ item }}
 | |
|     {% endfor %}
 | |
|     {% endblock %}
 | |
| 
 | |
| .. example_links:: {{ objname }}
 |