|
11 | 11 | • `Scikit-build example <https://github.com/pybind/scikit_build_example>`_
|
12 | 12 | • `CMake example <https://github.com/pybind/cmake_example>`_
|
13 | 13 |
|
| 14 | +.. start |
| 15 | +
|
14 | 16 | .. warning::
|
15 | 17 |
|
16 | 18 | Combining older versions of pybind11 (< 2.6.0) with Python 3.9.0 will
|
|
24 | 26 | the latest version of pybind11 (2.6.0 or newer), which includes a temporary
|
25 | 27 | workaround specifically when Python 3.9.0 is detected at runtime.
|
26 | 28 |
|
| 29 | + |
27 | 30 | **pybind11** is a lightweight header-only library that exposes C++ types
|
28 | 31 | in Python and vice versa, mainly to create Python bindings of existing
|
29 | 32 | C++ code. Its goals and syntax are similar to the excellent
|
@@ -171,19 +174,19 @@ to the terms and conditions of this license.
|
171 | 174 |
|
172 | 175 | .. |Latest Documentation Status| image:: https://readthedocs.org/projects/pybind11/badge?version=latest
|
173 | 176 | :target: http://pybind11.readthedocs.org/en/latest
|
174 |
| -.. |Stable Documentation Status| image:: https://img.shields.io/badge/docs-stable-blue |
| 177 | +.. |Stable Documentation Status| image:: https://img.shields.io/badge/docs-stable-blue.svg |
175 | 178 | :target: http://pybind11.readthedocs.org/en/stable
|
176 | 179 | .. |Gitter chat| image:: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
|
177 | 180 | :target: https://gitter.im/pybind/Lobby
|
178 | 181 | .. |CI| image:: https://github.com/pybind/pybind11/workflows/CI/badge.svg
|
179 | 182 | :target: https://github.com/pybind/pybind11/actions
|
180 | 183 | .. |Build status| image:: https://ci.appveyor.com/api/projects/status/riaj54pn4h08xy40?svg=true
|
181 | 184 | :target: https://ci.appveyor.com/project/wjakob/pybind11
|
182 |
| -.. |PyPI package| image:: https://img.shields.io/pypi/v/pybind11 |
| 185 | +.. |PyPI package| image:: https://img.shields.io/pypi/v/pybind11.svg |
183 | 186 | :target: https://pypi.org/project/pybind11/
|
184 |
| -.. |Conda-forge| image:: https://img.shields.io/conda/vn/conda-forge/pybind11 |
| 187 | +.. |Conda-forge| image:: https://img.shields.io/conda/vn/conda-forge/pybind11.svg |
185 | 188 | :target: https://github.com/conda-forge/pybind11-feedstock
|
186 | 189 | .. |Repology| image:: https://repology.org/badge/latest-versions/python:pybind11.svg
|
187 | 190 | :target: https://repology.org/project/python:pybind11/versions
|
188 |
| -.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/pybind11 |
| 191 | +.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/pybind11.svg |
189 | 192 | :target: https://pypi.org/project/pybind11/
|
0 commit comments