mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-06 05:25:04 +00:00
docs: fix deprecated functions table (#25409)
This commit is contained in:
@@ -394,7 +394,7 @@ def _construct_doc(
|
||||
"""
|
||||
|
||||
index_autosummary += """
|
||||
**Deprecated classes*
|
||||
**Deprecated classes**
|
||||
|
||||
.. autosummary::
|
||||
"""
|
||||
@@ -438,7 +438,7 @@ def _construct_doc(
|
||||
{fstring}
|
||||
|
||||
"""
|
||||
index_autosummary += """
|
||||
index_autosummary += f"""
|
||||
**Deprecated functions**
|
||||
|
||||
.. autosummary::
|
||||
|
Reference in New Issue
Block a user