mirror of
https://github.com/hwchase17/langchain.git
synced 2025-04-29 12:25:37 +00:00
- Move the API reference into the vercel build - Update api reference organization and styling
15 lines
272 B
ReStructuredText
15 lines
272 B
ReStructuredText
{{ objname }}
|
|
{{ underline }}==============
|
|
|
|
.. currentmodule:: {{ module }}
|
|
|
|
.. autoclass:: {{ objname }}
|
|
|
|
{% block attributes %}
|
|
{% for item in attributes %}
|
|
.. autoattribute:: {{ item }}
|
|
{% endfor %}
|
|
{% endblock %}
|
|
|
|
.. example_links:: {{ objname }}
|