Skip to article frontmatterSkip to article content

The Pathways Feature in The Turing Way presents multiple curated sets of chapters to allow role and theme-based entry points to the book. This feature allows multiple entry points that people can select to find information most relevant to them.

Pathways package

The pathways feature is supported by the pathways package. This Python package reads the book’s table of contents from myst.yml and the pathways specified in profiles.yml. It then generates and injects Markdown into existing files, and generates new Markdown files to add pathways, pages and badges to the book.

Building with pathways

Building the book with pathways is described in Pathways Build.

CI and deploy

In the CI build pathways check and Netlify build instructions, the sequence for building the book with pathways is make deps && make pathways && make ci.