|
4 | 4 | pybind11 — Seamless operability between C++11 and Python |
5 | 5 | ======================================================== |
6 | 6 |
|
7 | | -|Documentation Status| |image1| |Gitter chat| |CI| |Build status| |
| 7 | +|Latest Documentation Status| |Stable Documentation Status| |Gitter chat| |CI| |Build status| |
8 | 8 |
|
9 | 9 | **pybind11** is a lightweight header-only library that exposes C++ types |
10 | 10 | in Python and vice versa, mainly to create Python bindings of existing |
@@ -34,7 +34,7 @@ grown beyond Boost.Python in many ways, leading to dramatically simpler |
34 | 34 | binding code in many common situations. |
35 | 35 |
|
36 | 36 | Tutorial and reference documentation is provided at |
37 | | -`pybind11.readthedocs.org <http://pybind11.readthedocs.org/en/master>`_. |
| 37 | +`pybind11.readthedocs.io <https://pybind11.readthedocs.io/en/latest>`_). |
38 | 38 | A PDF version of the manual is available |
39 | 39 | `here <https://media.readthedocs.org/pdf/pybind11/master/pybind11.pdf>`_. |
40 | 40 | And the source code is always available at |
@@ -146,9 +146,9 @@ pybind11 is provided under a BSD-style license that can be found in the |
146 | 146 | file. By using, distributing, or contributing to this project, you agree |
147 | 147 | to the terms and conditions of this license. |
148 | 148 |
|
149 | | -.. |Documentation Status| image:: https://readthedocs.org/projects/pybind11/badge/?version=master |
150 | | - :target: http://pybind11.readthedocs.org/en/master/?badge=master |
151 | | -.. |image1| image:: https://readthedocs.org/projects/pybind11/badge/?version=stable |
| 149 | +.. |Latest Documentation Status| image:: https://readthedocs.org/projects/pybind11/badge?version=latest |
| 150 | + :target: http://pybind11.readthedocs.org/en/master/?badge=latest |
| 151 | +.. |Stable Documentation Status| image:: https://img.shields.io/badge/docs-stable-blue |
152 | 152 | :target: http://pybind11.readthedocs.org/en/stable/?badge=stable |
153 | 153 | .. |Gitter chat| image:: https://img.shields.io/gitter/room/gitterHQ/gitter.svg |
154 | 154 | :target: https://gitter.im/pybind/Lobby |
|
0 commit comments