mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
* Fix markdown Add event-handlers.md * Address changes from Jeff + Antonion and add it to index * how tos don't exist anymore theyre now guides * Restore p on contributing * Adding changelog * Aadd space * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Carmelo <carmelofiorello@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
23 lines
489 B
Markdown
23 lines
489 B
Markdown
# Guides
|
|
|
|
Welcome to the how-to documentation section for PyScript. If you've already
|
|
gained some experience with PyScript before and just need practical guides
|
|
to get your ideas realized, you can learn step by step how to use PyScript here.
|
|
|
|
```{note}
|
|
Please head over to the [tutorials](../tutorials/index.md) section if you're only getting started.
|
|
```
|
|
|
|
```{toctree}
|
|
---
|
|
maxdepth: 2
|
|
glob:
|
|
caption: 'Contents:'
|
|
---
|
|
passing-objects
|
|
http-requests
|
|
asyncio
|
|
custom-plugins
|
|
event-handlers
|
|
```
|