Skip to content

Commit

Permalink
fixup! fixup! fixup! 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 Feb 1, 2023
1 parent 252ad28 commit 8ab7fbd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ meson-python |PyPI badge|


Want to look at examples in real projects? Check out our curated list of
``meson-python`` projects :ref:`here <who-uses-meson-python>`.
``meson-python`` projects :ref:`here <projects-using-meson-python>`.


Where to start?
Expand Down Expand Up @@ -92,7 +92,7 @@ Contributors
:hidden:

changelog
who-uses-meson-python
projects-using-meson-python


.. toctree::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
..
.. SPDX-License-Identifier: MIT
.. _who-uses-meson-python:
.. _projects-using-meson-python:

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

Here's a curated list of projects using ``meson-python``.

Expand All @@ -16,7 +16,9 @@ Here's a curated list of projects using ``meson-python``.

* - `SciPy <https://github.com/scipy/scipy>`_
- Probably the most complex project using Meson and ``meson-python``.
Staring at the build definition too long may cause headaches.
It combines `CPython extensions`_ and libraries written in C, C++,
Cython_, Fortran_, Pythran_, etc., it targets a wide variety of
platforms.

* - `scikit-image <https://github.com/scikit-image/scikit-image>`_
- A project of medium complexity, with a lot of Cython_ code.
Expand All @@ -30,5 +32,8 @@ Here's a curated list of projects using ``meson-python``.


.. _CPython extension: https://docs.python.org/3/extending/extending.html
.. _CPython extensions: https://docs.python.org/3/extending/extending.html
.. _Cython: https://github.com/cython/cython
.. _Fortran: https://fortran-lang.org/
.. _Pythran: https://github.com/serge-sans-paille/pythran
.. _cibuildwheel: https://github.com/pypa/cibuildwheel

0 comments on commit 8ab7fbd

Please sign in to comment.