mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
493e474063
- 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 }}
|