mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-23 12:12:59 -05:00
* add HTTP request how to First draft. Proof read http-requests.md Formatting Reword intro modify fetch API docs links Conclusion * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add http-request howto into toctree, index * implement review By @madhur-tandon Implement review and fix formatting mistake in request function docstring. * add # HTTP requests section, add fetch_kwargs to helper function Add a section in the explanation discussing HTTP Requests * add API reference * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * specify docs for `pyodide.http` members * address review By @marimeireles * Change code [Python] to Python Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: mariana <marianameireles@protonmail.com>
20 lines
458 B
Markdown
20 lines
458 B
Markdown
# How-to 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
|
|
```
|