sphinx-touchbook
sphinx-touchbook is a Sphinx extension project for authors who want
interactive textbook pages without giving up ordinary Sphinx documents.
Authors write semantic reStructuredText directives, Sphinx parses them into
docutils nodes, Python generators render builder-specific output, and
JavaScript components progressively enhance the generated HTML.
This project is inspired by
Runestone Interactive,
which pioneered interactive textbook components for computer science education.
sphinx-touchbook is a Sphinx-oriented port of that general idea: it keeps
authoring and builds inside Sphinx while Runestone's main project has moved
away from Sphinx-based authoring and toward PreTeXt-authored books.
The focus of this project is 'Sphinx-native' interactive books and nothing else. Runestone is a much more sophisticated environment with instructor resources, student tracking, and LMS integration. If you want those features then you should consider Runestone as a resource.
Setup
To build documents Python is required.
Create and activate a virtual environment:
python3 -m venv .venv
source .venv/bin/activate
Install the Python package with test, documentation build and publish to pypi dependencies:
python3 -m pip install --upgrade pip
python3 -m pip install -e '.[test,docs,publish]'
To test documents Node.js with npm is required.
Install JavaScript test dependencies:
npm ci
Build Documents
Build the author guide as HTML:
python3 -m sphinx -b html docs build/authorguide --fail-on-warning
The generated site starts at:
build/authorguide/index.html
To build LaTeX or PDF requires either a local LaTeX installation compatible with Sphinx, or a docker image:
Build LaTeX source locally:
python3 -m sphinx -b latex docs build/latex --fail-on-warning
Build the author guide PDF with the Sphinx LaTeX container:
docker run --rm \
-v "$PWD:/docs" \
-w /docs \
sphinxdoc/sphinx-latexpdf:latest \
sh -c 'python3 -m pip install ".[docs]" && python -m sphinx -M latexpdf docs build/latexpdf --fail-on-warning'
See the author guide in docs/ for directive syntax, options, examples,
accessibility notes, and fallback behavior.
Run Tests
Run the Python directive and generator tests:
python3 -m pytest tests/test_*.py
Run isolated JavaScript component tests:
npm run test:web-components
Build install package
python3 -m build
python3 -m twine check dist/*
Alternatives to Sphinx-Touchbook
-
Bookdown. Bookdown is an open source R package that structures book writing and workflow. Those who want to create statistics and programming textbooks may find it a useful fit. Supported languages include R, C/C++, Python, Fortran, Julia, Shell scripts, and SQL as well as LaTeX.
-
OpenDSA. OpenDSA is infrastructure and materials to support courses in a wide variety of Computer Science-related topics such as Data Structures and Algorithms (DSA), Formal Languages, Finite Automata, and Programming Languages.
-
PreTeXt. PreTeXt is an authoring and publishing system for authors of textbooks, course materials, research articles, and monographs, especially in STEM disciplines, with a strong focus on accessibility.
Documents written in PreTeXt can be automatically converted to accessible HTML, PDF, EBUP, RevealJS slideshow, Jupyter notebooks, and even Braille.
-
Runestone Interactive. The Runestone mission is to equip the nation's STEM teachers with open-source content, tools and strategies they need to create engaging, accessible, and effective learning experiences for their students.
-
Scalar. Scalar is a free, open source authoring and publishing platform that’s designed to make it easy for authors to write long-form, born-digital scholarship online.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sphinx_touchbook-0.2.0.tar.gz.
File metadata
- Download URL: sphinx_touchbook-0.2.0.tar.gz
- Upload date:
- Size: 6.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
100d90a32bb94ecce3fc07dc9d40a6d3f4200578b1b8fd44431788e61c19b94f
|
|
| MD5 |
0ccf2bb5bf77ebdc91e4ee7c812e187b
|
|
| BLAKE2b-256 |
f4795ae3f39805e7e7d3f38756aa8ab4e5a82262ebf0000a0ca2f8895bc47e2e
|
Provenance
The following attestation bundles were made for sphinx_touchbook-0.2.0.tar.gz:
Publisher:
release.yml on DaveParillo/sphinx-touchbook
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
sphinx_touchbook-0.2.0.tar.gz -
Subject digest:
100d90a32bb94ecce3fc07dc9d40a6d3f4200578b1b8fd44431788e61c19b94f - Sigstore transparency entry: 2064833280
- Sigstore integration time:
-
Permalink:
DaveParillo/sphinx-touchbook@2c9fe998fd49ebf8a9e3c5c7615fcac02027e8c4 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/DaveParillo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@2c9fe998fd49ebf8a9e3c5c7615fcac02027e8c4 -
Trigger Event:
push
-
Statement type:
File details
Details for the file sphinx_touchbook-0.2.0-py3-none-any.whl.
File metadata
- Download URL: sphinx_touchbook-0.2.0-py3-none-any.whl
- Upload date:
- Size: 6.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c828240f1a3d304ae3cb25af2dcc4f1f19ad247fa53011877636b062408a4a33
|
|
| MD5 |
a3ed62aff2ed74d57263cf90c9a561be
|
|
| BLAKE2b-256 |
e2664a21bf6f89d16c4425751672ecf83f4029f40c7ff67adfd31e9e8c38575a
|
Provenance
The following attestation bundles were made for sphinx_touchbook-0.2.0-py3-none-any.whl:
Publisher:
release.yml on DaveParillo/sphinx-touchbook
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
sphinx_touchbook-0.2.0-py3-none-any.whl -
Subject digest:
c828240f1a3d304ae3cb25af2dcc4f1f19ad247fa53011877636b062408a4a33 - Sigstore transparency entry: 2064833295
- Sigstore integration time:
-
Permalink:
DaveParillo/sphinx-touchbook@2c9fe998fd49ebf8a9e3c5c7615fcac02027e8c4 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/DaveParillo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@2c9fe998fd49ebf8a9e3c5c7615fcac02027e8c4 -
Trigger Event:
push
-
Statement type: