Skip to content

Commit

Permalink
Update stubs documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Jos Verlinde <[email protected]>
  • Loading branch information
Josverl committed Aug 27, 2024
1 parent f5ed1a8 commit 145c470
Show file tree
Hide file tree
Showing 6 changed files with 114 additions and 113 deletions.
24 changes: 23 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,43 +23,64 @@
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#215732",
// To ignore ALL CAPS in all files
"cSpell.ignoreRegExpList": [
"/\\b[A-Z]+\\b/g"
],
"cSpell.words": [
"ADAFRUIT",
"builtins",
"clearcache",
"colorstubs",
"contextlib",
"cpython",
"dataframe",
"debugpy",
"docstrings",
"docstubs",
"firmwares",
"flatgithub",
"flatview",
"flowui",
"GARATRONIC",
"genindex",
"josverl",
"Loboris",
"LOLIN",
"LVGL",
"maxdepth",
"microbit",
"micropico",
"modindex",
"modulename",
"mpremote",
"mypy",
"MYPYPATH",
"Pico",
"PICOLIPO",
"PIMORONI",
"PSRAM",
"pwsh",
"PYBD",
"pyboard",
"PYBSTICK",
"PYBV",
"pycopy",
"pylance",
"pylint",
"pylintrc",
"pypi",
"pyproject",
"pyright",
"pyrightconfig",
"renesas",
"SAMD",
"SEEED",
"spiram",
"stdlib",
"stinos",
"stubgen",
"TINYPICO",
"toctree",
"Traceback",
"typeshed",
Expand All @@ -82,5 +103,6 @@
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none"
"python.formatting.provider": "none",
"python.analysis.supportRestructuredText": true
}
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ qa_testing.md

```{toctree}
:caption: 'Stub index'
:maxdepth: 2
:maxdepth: 3
packages.md
package_flatview.md
firmware_grp.md
Expand Down
Loading

0 comments on commit 145c470

Please sign in to comment.