[General] Add API docs and pydantic for Data Dict
Fix schedule for latex
This commit is contained in:
parent
e474c140ee
commit
fb28c6c5c5
11 changed files with 186 additions and 57 deletions
18
.vscode/settings.json
vendored
18
.vscode/settings.json
vendored
|
|
@ -5,4 +5,22 @@
|
|||
"source.organizeImports": "explicit"
|
||||
}
|
||||
},
|
||||
"files.watcherExclude": {
|
||||
"**/_build/**": true,
|
||||
"**/__pycache__": true
|
||||
},
|
||||
"search.exclude": {
|
||||
"**/__pycache__": true,
|
||||
"**/.pytest_cache": true,
|
||||
"**/.mypy_cache": true,
|
||||
"**/build": true,
|
||||
"**/dist": true,
|
||||
"**/_build": true,
|
||||
"**/_build/**": true
|
||||
},
|
||||
"files.exclude": {
|
||||
"**/_build": true,
|
||||
"**/*.egg-info": true,
|
||||
"**/__pycache__": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue