mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Python: updated docstrings (#1225)
* updated docstrings * fix tests and mypy * hosted file search docstring update * updated versions
This commit is contained in:
committed by
GitHub
Unverified
parent
b2ab9931fd
commit
714e7b50d4
@@ -34,7 +34,7 @@ async def generate_af_docs(root_path: Path):
|
||||
"extension_config": {
|
||||
"napoleon_google_docstring": 1,
|
||||
"napoleon_preprocess_types": 1,
|
||||
"napoleon_use_param": 1,
|
||||
"napoleon_use_param": 0,
|
||||
"autodoc_pydantic_field_doc_policy": "both",
|
||||
"autodoc_pydantic_model_show_json": 0,
|
||||
"autodoc_pydantic_model_show_config_summary": 1,
|
||||
@@ -46,7 +46,7 @@ async def generate_af_docs(root_path: Path):
|
||||
"python_use_unqualified_type_names": 1,
|
||||
"autodoc_preserve_defaults": 1,
|
||||
"autodoc_class_signature": "separated",
|
||||
"autodoc_typehints": "both",
|
||||
"autodoc_typehints": "description",
|
||||
"autodoc_typehints_format": "fully-qualified",
|
||||
"autodoc_default_options": {
|
||||
"members": 1,
|
||||
|
||||
Reference in New Issue
Block a user