[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
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -1,4 +1,7 @@
|
|||
# project stuff
|
||||
documents/api
|
||||
**/generated_assets/
|
||||
|
||||
# Typical Python stuff:
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
|
|
@ -159,4 +162,8 @@ cython_debug/
|
|||
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
||||
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
#.idea/
|
||||
|
||||
# Sphinx
|
||||
**/_build
|
||||
**/_generated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue