mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-23 12:12:59 -05:00
* Add basic docs for py-terminal * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add Antonio's suggestions * Remove terminal = true * fix typo Co-authored-by: Antonio Cuni <anto.cuni@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Antonio Cuni <anto.cuni@gmail.com>
46 lines
355 B
Markdown
46 lines
355 B
Markdown
# Reference
|
|
|
|
```{toctree}
|
|
---
|
|
maxdepth: 1
|
|
glob:
|
|
caption: Elements
|
|
---
|
|
elements/*
|
|
```
|
|
|
|
```{toctree}
|
|
---
|
|
maxdepth: 1
|
|
glob:
|
|
caption: Modules
|
|
---
|
|
modules/*
|
|
```
|
|
|
|
```{toctree}
|
|
---
|
|
maxdepth: 1
|
|
glob:
|
|
caption: Plugins
|
|
---
|
|
plugins/*
|
|
```
|
|
|
|
```{toctree}
|
|
---
|
|
maxdepth: 1
|
|
glob:
|
|
caption: API
|
|
---
|
|
API/*
|
|
```
|
|
|
|
```{toctree}
|
|
---
|
|
maxdepth: 1
|
|
caption: Miscellaneous
|
|
---
|
|
faq
|
|
```
|