Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
d753b769
Unverified
Commit
d753b769
authored
Sep 17, 2020
by
Henry Schreiner
Committed by
GitHub
Sep 17, 2020
Browse files
docs: corrected link to documentation
parent
54831a9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
README.rst
README.rst
+5
-5
No files found.
README.rst
View file @
d753b769
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
pybind11 — Seamless operability between C++11 and Python
pybind11 — Seamless operability between C++11 and Python
========================================================
========================================================
|Documentation Status| |
image1
| |Gitter chat| |CI| |Build status|
|
Latest
Documentation Status| |
Stable Documentation Status
| |Gitter chat| |CI| |Build status|
**pybind11** is a lightweight header-only library that exposes C++ types
**pybind11** is a lightweight header-only library that exposes C++ types
in Python and vice versa, mainly to create Python bindings of existing
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,7 +34,7 @@ grown beyond Boost.Python in many ways, leading to dramatically simpler
binding code in many common situations.
binding code in many common situations.
Tutorial and reference documentation is provided at
Tutorial and reference documentation is provided at
`pybind11.readthedocs.o
rg
<http://pybind11.readthedocs.o
rg
/en/
master
>`_.
`pybind11.readthedocs.
i
o <http
s
://pybind11.readthedocs.
i
o/en/
latest
>`_
)
.
A PDF version of the manual is available
A PDF version of the manual is available
`here <https://media.readthedocs.org/pdf/pybind11/master/pybind11.pdf>`_.
`here <https://media.readthedocs.org/pdf/pybind11/master/pybind11.pdf>`_.
And the source code is always available at
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,9 +146,9 @@ pybind11 is provided under a BSD-style license that can be found in the
file. By using, distributing, or contributing to this project, you agree
file. By using, distributing, or contributing to this project, you agree
to the terms and conditions of this license.
to the terms and conditions of this license.
.. |Documentation Status| image:: https://readthedocs.org/projects/pybind11/badge
/
?version=
master
.. |
Latest
Documentation Status| image:: https://readthedocs.org/projects/pybind11/badge?version=
latest
:target: http://pybind11.readthedocs.org/en/master/?badge=
master
:target: http://pybind11.readthedocs.org/en/master/?badge=
latest
.. |
image1| image:: https://readthedocs.org/projects/pybind11/badge/?version=
stable
.. |
Stable Documentation Status| image:: https://img.shields.io/badge/docs-
stable
-blue
:target: http://pybind11.readthedocs.org/en/stable/?badge=stable
:target: http://pybind11.readthedocs.org/en/stable/?badge=stable
.. |Gitter chat| image:: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
.. |Gitter chat| image:: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
:target: https://gitter.im/pybind/Lobby
:target: https://gitter.im/pybind/Lobby
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment