mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
003e1ca9a0
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 }}
|