Skip to content

Commit

Permalink
DOC: add "Who uses meson-python?" page
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Laíns <lains@riseup.net>
  • Loading branch information
FFY00 committed Jan 28, 2023
1 parent 542db97 commit a963913
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ meson-python |PyPI badge|
build-system. It enables you to use Meson_ for your Python packages.


Who is using meson-python? Find out :ref:`here <who-uses-meson-python>`.


Where to start?
===============

Expand Down Expand Up @@ -79,10 +82,11 @@ Contributors


.. toctree::
:caption: Release
:caption: Information
:hidden:

changelog
who-uses-meson-python


.. toctree::
Expand Down
26 changes: 26 additions & 0 deletions docs/who-uses-meson-python.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
.. _who-uses-meson-python:

**************************
Who uses ``meson-python``?
**************************

``meson-python`` has been adopted by several projects! Here are some of them.


.. list-table::
:widths: 80 20

* - `SciPy <https://github.com/scipy/scipy>`_
- .. image:: https://img.shields.io/pypi/dm/Scipy

* - `scikit-image <https://github.com/scikit-image/scikit-image>`_
- .. image:: https://img.shields.io/pypi/dm/scikit-image

* - `pyFAI <https://github.com/silx-kit/pyFAI>`_
- .. image:: https://img.shields.io/pypi/dm/pyFAI

* - `fabio <https://github.com/silx-kit/fabio>`_
- .. image:: https://img.shields.io/pypi/dm/fabio


`Add your project here! <https://github.com/mesonbuild/meson-python/pulls>`_

0 comments on commit a963913

Please sign in to comment.