Documentation, slides, and demo sites for the talk 'Make Your Documentation Interactive with PyScript'
A 30-minute version of this talk was presented at PyCon US 2024 in Pittsburgh. The recording will be linked here when it is available.
This talk was presented in a pre-recorded format for PyOhio 2023. The recording is available on YouTube.
The slides for this talk were built with Google Slides; the available version are:
To keep the sample/demo sites readable, they are each hosted in a separate repository. They are:
- A generic HTML documentation site, for static hosting - [Repo] [Live Demo]
- A site built with
mkdocs-pyscript
, on GitHub Pages - [Repo] [Live Demo] - A site built with
sphinx-script
, on readthedocs - [Repo] [Live Demo]
- PyScript Home
- PyScript Repo
mkdocs-pyscript
, an extension for mkdocs that turns code fences into executable code editors automaticallysphinx-pyscript
, an extension for sphinx which allows embedding code snippets and executable editors- jeff.glass My personal blog, and the de-facto home for PyScript release notes and blog posts
- PyScript Discord The hub for PyScript troubleshooting and sharing, as well as a main communication channel for the maintainers and core devs.