Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
d753b769
Unverified
Commit
d753b769
authored
Sep 17, 2020
by
Henry Schreiner
Committed by
GitHub
Sep 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: corrected link to documentation
parent
54831a9a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
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.
org <http://pybind11.readthedocs.org/en/master>`_
.
`pybind11.readthedocs.
io <https://pybind11.readthedocs.io/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=stabl
e
.. |
Stable Documentation Status| image:: https://img.shields.io/badge/docs-stable-blu
e
: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