Add interactive diagram to the docs

This commit is contained in:
Joe Rickerby
2022-04-30 17:14:21 +01:00
parent 1f1c8008d8
commit 6d9a16376e
5 changed files with 477 additions and 2 deletions
+11
View File
@@ -9,3 +9,14 @@ title: Home
%}
To get started, head over to the [setup guide](setup.md).
How it works
------------
This diagram summarises the steps that cibuildwheel takes on each platform to build your package's wheels.
{%
include-markdown "diagram.md"
%}
This isn't exhaustive, for a full list of the things cibuildwheel can do, check the [options](options.md) page.