[General] Add API docs and pydantic for Data Dict

Fix schedule for latex
This commit is contained in:
Nick Touran 2025-12-12 09:40:02 -05:00
parent e474c140ee
commit fb28c6c5c5
11 changed files with 186 additions and 57 deletions

9
.gitignore vendored
View file

@ -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