Skip to content

Commit

Permalink
Merge pull request #463 from rmartin16/readme-images
Browse files Browse the repository at this point in the history
Ensure README badges are aligned instead of stacked
  • Loading branch information
freakboy3742 committed Apr 30, 2024
2 parents 2585345 + 69eb1f9 commit d2b80f3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
24 changes: 14 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,34 +1,38 @@
.. image:: https://beeware.org/project/projects/bridges/rubicon/rubicon.png
.. |logo| image:: https://beeware.org/project/projects/bridges/rubicon/rubicon.png
:width: 72px
:target: https://beeware.org/rubicon

Rubicon-ObjC
============

.. image:: https://img.shields.io/pypi/pyversions/rubicon-objc.svg
.. |pyversions| image:: https://img.shields.io/pypi/pyversions/rubicon-objc.svg
:target: https://pypi.python.org/pypi/rubicon-objc
:alt: Python Versions

.. image:: https://img.shields.io/pypi/v/rubicon-objc.svg
.. |version| image:: https://img.shields.io/pypi/v/rubicon-objc.svg
:target: https://pypi.python.org/pypi/rubicon-objc
:alt: Project Version

.. image:: https://img.shields.io/pypi/status/rubicon-objc.svg
.. |maturity| image:: https://img.shields.io/pypi/status/rubicon-objc.svg
:target: https://pypi.python.org/pypi/rubicon-objc
:alt: Project status

.. image:: https://img.shields.io/pypi/l/rubicon-objc.svg
.. |license| image:: https://img.shields.io/pypi/l/rubicon-objc.svg
:target: https://github.com/beeware/rubicon-objc/blob/main/LICENSE
:alt: License

.. image:: https://github.com/beeware/rubicon-objc/workflows/CI/badge.svg?branch=main
.. |ci| image:: https://github.com/beeware/rubicon-objc/workflows/CI/badge.svg?branch=main
:target: https://github.com/beeware/rubicon-objc/actions
:alt: Build Status

.. image:: https://img.shields.io/discord/836455665257021440?label=Discord%20Chat&logo=discord&style=plastic
.. |social| image:: https://img.shields.io/discord/836455665257021440?label=Discord%20Chat&logo=discord&style=plastic
:target: https://beeware.org/bee/chat/
:alt: Discord server

|logo|

Rubicon-ObjC
============

|pyversions| |version| |maturity| |license| |ci| |social|

Rubicon-ObjC is a bridge between Objective-C and Python. It enables you to:

* Use Python to instantiate objects defined in Objective-C,
Expand Down
1 change: 1 addition & 0 deletions changes/463.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The README badges were updated to display correctly on GitHub.

0 comments on commit d2b80f3

Please sign in to comment.