Skip to main content

Sphinx extension for CodeRefinery lessons

Project description

This is a Sphinx extension for software-carpentry style lessons. It is designed as a replacement for the Jekyll-based software templates.

Features

  • Sphinx, including power from all of its extensions.

  • ReST

  • Markdown via the myst_parser parser, so has access to all Sphinx directives natively

  • Jupyter as a source format, including executing the notebook (via myst_nb).

  • Automatically building via Github Actions and automatic deployment to Github Pages. Included workflow file builds all branches, so you can also preview pull requests.

  • Directives for exercises/prereq/etc, works in both ReST and md.

  • The Sphinx part can be separated into a separately installable and versionable Python package, so we don’t need git sub-modules.

  • Execute code cells in markdown (via myst_nb).

  • Consists of sub-extensions for substitutions. Adding sphinx_lesson as an extension will bring in these:

    • sphinx_lesson.directives (the core directives)

    • sphinx_lesson.md_transforms (reprocess some other markdown format into myst_nb format)

    • myst_nb (not developed by us)

Host Site Locally for Development

  1. Create a virtual python environment:

    python -m venv venv
  2. Activate the virtual environment:

    source activate venv/bin/activate
  3. Install python packages:

    pip install -r requirements.txt
  4. Build local files (this can also be used for deployment):

    make html
    # Output in _build/html/
    make clean html             # clean + full rebuild
  5. Or, start a live-compiled service for your compiled site for local development:

    make livehtml

    Then view created site in your browser at http://localhost:8000 (follow the link in your console).

Status

In beta use by CodeRefinery and active development. External users would be fine (but let us know so we know to keep things stable).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sphinx_lesson-0.8.15.tar.gz (11.0 kB view details)

Uploaded Source

Built Distribution

sphinx_lesson-0.8.15-py3-none-any.whl (11.0 kB view details)

Uploaded Python 3

File details

Details for the file sphinx_lesson-0.8.15.tar.gz.

File metadata

  • Download URL: sphinx_lesson-0.8.15.tar.gz
  • Upload date:
  • Size: 11.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.14

File hashes

Hashes for sphinx_lesson-0.8.15.tar.gz
Algorithm Hash digest
SHA256 003750b6863cfa32e24743fb251e5bf378898fe951af79ead494b244bc1f9c76
MD5 c1627a337754c04906cca182f2686f43
BLAKE2b-256 bcd7a93419c9185faffa6fcfcf0426c4cb972d3c66b6466900de39c4192679f9

See more details on using hashes here.

Provenance

File details

Details for the file sphinx_lesson-0.8.15-py3-none-any.whl.

File metadata

File hashes

Hashes for sphinx_lesson-0.8.15-py3-none-any.whl
Algorithm Hash digest
SHA256 dbf5b110353b8d7e830bd571cc6f7b03afa723c7e87f77b1daab17c5ddf65a65
MD5 28bcc558e0a4da6ddb2351e07a7c1bb8
BLAKE2b-256 eeb1af00fb4e16b5d87fc5f28ae34bdb0b143e32260a19c2227f053853860d8c

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page