From 2f9518f1820e447b27e454e2ea32b76f15815c06 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Fri, 3 Apr 2026 20:06:12 -0500 Subject: [PATCH] docs: link back to source (#2806) * docs: add a link back to source Signed-off-by: Henry Schreiner * docs: promote Agriya Signed-off-by: Henry Schreiner --------- Signed-off-by: Henry Schreiner --- README.md | 2 +- mkdocs.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 04359b4c..33c199cc 100644 --- a/README.md +++ b/README.md @@ -311,11 +311,11 @@ Core: - Matthieu Darbois [@mayeut](https://github.com/mayeut) - Henry Schreiner [@henryiii](https://github.com/henryiii) - Grzegorz Bokota [@Czaki](https://github.com/Czaki) +- Agriya Khetarpal [@agriyakhetarpal](https://github.com/agriyakhetarpal) (also Pyodide) Platform maintainers: - Russell Keith-Magee [@freakboy3742](https://github.com/freakboy3742) (iOS) -- Agriya Khetarpal [@agriyakhetarpal](https://github.com/agriyakhetarpal) (Pyodide) - Hood Chatham [@hoodmane](https://github.com/hoodmane) (Pyodide) - Gyeongjae Choi [@ryanking13](https://github.com/ryanking13) (Pyodide) - Tim Felgentreff [@timfel](https://github.com/timfel) (GraalPy) diff --git a/mkdocs.yml b/mkdocs.yml index 2f38025b..f68d2c8d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -34,6 +34,7 @@ nav: - About: - contributing.md - changelog.md + - Source repository: https://github.com/pypa/cibuildwheel markdown_extensions: - md_in_html