Skip to content

Commit 04df5a0

Browse files
authored
Update index.md
1 parent 85d74e2 commit 04df5a0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ copier copy https://github.com/python-project-templates/base.git path/to/new/pro
2727
| Type | Build | Description |
2828
|:-----|:-----|:------|
2929
| [Python](https://github.com/python-project-templates/python-template) | [![Build Status](https://github.com/python-project-templates/python-template/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template/actions/workflows/build.yml) | Pure Python |
30-
| [Python/C++](https://github.com/python-project-templates/cpp) | [![Build Status](https://github.com/python-project-templates/cpp/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/python-project-templates/cpp/actions?query=workflow%3A%22Build+Status%22) | Python/C++ (binding via `pybind11` and/or standalone C++) |
30+
| [Python/C++](https://github.com/python-project-templates/cpp-template) | [![Build Status](https://github.com/python-project-templates/cpp-template/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/cpp-template) | Python/C++ (binding via `pybind11` and/or standalone C++) |
3131
| [Python/Rust](https://github.com/python-project-templates/rust-template) | [![Build Status](https://github.com/python-project-templates/rust-template/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/rust-template/actions/workflows/build.yml) | Python with rust binding via `PyO3` |
32-
| [Python/Jupyter](https://github.com/python-project-templates/jupyter-template) | [![Build Status](https://github.com/python-project-templates/jupyter-template/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/python-project-templates/jupyter-template/actions?query=workflow%3A%22Build+Status%22) | Python with Jupyter extension (JS) |
33-
| [Python/JavaScript](https://github.com/python-project-templates/js-template) | [![Build Status](https://github.com/python-project-templates/js-template/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/python-project-templates/js-template/actions?query=workflow%3A%22Build+Status%22) | Python with self-contained JS frontend |
34-
| [Python/JS/Rust](https://github.com/python-project-templates/rust-js-wasm) | [![Build Status](https://github.com/python-project-templates/rust-js-wasm/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/python-project-templates/rust-js-wasm/actions?query=workflow%3A%22Build+Status%22) | Rust with Python binding (`PyO3`) and WebAssembly binding (to JS) |
32+
| [Python/Jupyter](https://github.com/python-project-templates/jupyter-template) | [![Build Status](https://github.com/python-project-templates/jupyter-template/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/jupyter-template/actions?query=workflow%3A%22Build+Status%22) | Python with Jupyter extension (JS) |
33+
| [Python/JavaScript](https://github.com/python-project-templates/js-template) | [![Build Status](https://github.com/python-project-templates/js-template/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/js-template/actions?query=workflow%3A%22Build+Status%22) | Python with self-contained JS frontend |
34+
| [Python/JS/Rust](https://github.com/python-project-templates/rust-js-wasm-template) | [![Build Status](https://github.com/python-project-templates/rust-js-wasm-template/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/rust-js-wasm-template) | Rust with Python binding (`PyO3`) and WebAssembly binding (to JS) |
3535

3636
### Other Templates
3737

0 commit comments

Comments
 (0)