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
de78bddd
Unverified
Commit
de78bddd
authored
Nov 15, 2020
by
Henry Schreiner
Committed by
GitHub
Nov 15, 2020
Browse files
docs: better badges (#2656)
parent
f8b8107b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
3 deletions
+22
-3
.github/dependabot.yml
.github/dependabot.yml
+7
-2
.github/workflows/configure.yml
.github/workflows/configure.yml
+1
-1
README.rst
README.rst
+14
-0
No files found.
.github/dependabot.yml
View file @
de78bddd
...
@@ -6,6 +6,11 @@ updates:
...
@@ -6,6 +6,11 @@ updates:
schedule
:
schedule
:
interval
:
"
daily"
interval
:
"
daily"
ignore
:
ignore
:
# Offical actions have moving tags like v1
# Offic
i
al actions have moving tags like v1
# that are used, so they don't need updates here
# that are used, so they don't need updates here
-
dependency-name
:
"
actions/*"
-
dependency-name
:
"
actions/checkout"
-
dependency-name
:
"
actions/setup-python"
-
dependency-name
:
"
actions/cache"
-
dependency-name
:
"
actions/upload-artifact"
-
dependency-name
:
"
actions/download-artifact"
-
dependency-name
:
"
actions/labeler"
.github/workflows/configure.yml
View file @
de78bddd
...
@@ -55,7 +55,7 @@ jobs:
...
@@ -55,7 +55,7 @@ jobs:
# An action for adding a specific version of CMake:
# An action for adding a specific version of CMake:
# https://github.com/jwlawson/actions-setup-cmake
# https://github.com/jwlawson/actions-setup-cmake
-
name
:
Setup CMake ${{ matrix.cmake }}
-
name
:
Setup CMake ${{ matrix.cmake }}
uses
:
jwlawson/actions-setup-cmake@v1.
3
uses
:
jwlawson/actions-setup-cmake@v1.
4
with
:
with
:
cmake-version
:
${{ matrix.cmake }}
cmake-version
:
${{ matrix.cmake }}
...
...
README.rst
View file @
de78bddd
...
@@ -5,6 +5,12 @@
...
@@ -5,6 +5,12 @@
|Latest Documentation Status| |Stable Documentation Status| |Gitter chat| |CI| |Build status|
|Latest Documentation Status| |Stable Documentation Status| |Gitter chat| |CI| |Build status|
|Repology| |PyPI package| |Conda-forge| |Python Versions|
`Setuptools example <https://github.com/pybind/python_example>`_
• `Scikit-build example <https://github.com/pybind/scikit_build_example>`_
• `CMake example <https://github.com/pybind/cmake_example>`_
.. warning::
.. warning::
Combining older versions of pybind11 (< 2.6.0) with the brand-new Python
Combining older versions of pybind11 (< 2.6.0) with the brand-new Python
...
@@ -173,3 +179,11 @@ to the terms and conditions of this license.
...
@@ -173,3 +179,11 @@ to the terms and conditions of this license.
:target: https://github.com/pybind/pybind11/actions
:target: https://github.com/pybind/pybind11/actions
.. |Build status| image:: https://ci.appveyor.com/api/projects/status/riaj54pn4h08xy40?svg=true
.. |Build status| image:: https://ci.appveyor.com/api/projects/status/riaj54pn4h08xy40?svg=true
:target: https://ci.appveyor.com/project/wjakob/pybind11
:target: https://ci.appveyor.com/project/wjakob/pybind11
.. |PyPI package| image:: https://img.shields.io/pypi/v/pybind11
:target: https://pypi.org/project/pybind11/
.. |Conda-forge| image:: https://img.shields.io/conda/vn/conda-forge/pybind11
:target: https://github.com/conda-forge/pybind11-feedstock
.. |Repology| image:: https://repology.org/badge/latest-versions/python:pybind11.svg
:target: https://repology.org/project/python:pybind11/versions
.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/pybind11
:target: https://pypi.org/project/pybind11/
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