Add function templates (#4270)

This commit is contained in:
William FH
2025-04-15 11:51:20 -07:00
committed by GitHub
parent 854b76addd
commit cd967c40ac
4 changed files with 586 additions and 69 deletions
+7
View File
@@ -57,12 +57,16 @@ plugins:
separator: '[\s\u200b\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;'
- autorefs
- mkdocstrings:
custom_templates: templates
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
- https://python.langchain.com/api_reference/objects.inv
options:
preload_modules:
- langchain
- langchain_core
enable_inventory: true
members_order: source
allow_inspection: true
@@ -75,7 +79,10 @@ plugins:
docstring_style: google
docstring_section_style: list
show_root_toc_entry: false
show_signature: true
show_signature_annotations: true
separate_signature: true
line_length: 60
show_symbol_type_heading: true
show_symbol_type_toc: true
signature_crossrefs: true