Add plugin to import sections of readme into the documentation

This commit is contained in:
Joe Rickerby
2019-11-03 18:30:15 +00:00
parent 46865a5f40
commit 5db3763b2d
6 changed files with 81 additions and 0 deletions
+4
View File
@@ -5,6 +5,8 @@ cibuildwheel
[Documentation](https://cibuildwheel.readthedocs.org)
<!--intro-start-->
Python wheels are great. Building them across **Mac, Linux, Windows**, on **multiple versions of Python**, is not.
`cibuildwheel` is here to help. `cibuildwheel` runs on your CI server - currently it supports Azure Pipelines, Travis CI, AppVeyor, and CircleCI - and it builds and tests your wheels across all of your platforms.
@@ -34,6 +36,8 @@ Usage
`cibuildwheel` is not intended to run on your development machine. Because it uses system Python from Python.org it will try to install packages globally - not what you expect from a build tool! Instead, isolated CI services like Travis CI, CircleCI, Azure Pipelines and AppVeyor are ideal.
<!--intro-end-->
Example setup
-------------