Setup docs page
This commit is contained in:
parent
dadbe24c82
commit
c39feeee53
33 changed files with 2724 additions and 379 deletions
10
docs/great_ai_example-main/.vscode/settings.json
vendored
Normal file
10
docs/great_ai_example-main/.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"files.exclude": {
|
||||
"**/__pycache__": true,
|
||||
"**/.ipynb_checkpoints": true,
|
||||
"**/.mypy_cache": true,
|
||||
"**/.pytest_cache": true
|
||||
},
|
||||
"notebook.output.textLineLimit": 400,
|
||||
"python.defaultInterpreterPath": ".env/bin/python"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue