Skip to content

Commit 0bf0a75

Browse files
committed
DOC: projects-using-meson: reword and improve markup
1 parent ef335e3 commit 0bf0a75

File tree

1 file changed

+14
-20
lines changed

1 file changed

+14
-20
lines changed

docs/projects-using-meson-python.rst

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,26 @@
88
Examples
99
********
1010

11-
Here's a curated list of projects using ``meson-python``.
11+
The following project use ``meson-python`` for their build system known to be
12+
adhering to best practices
1213

1314

14-
.. list-table::
15-
:widths: 20 80
15+
:`SciPy <https://github.com/scipy/scipy>`_: Probably the most complex
16+
project using Meson and ``meson-python``. It combines CPython
17+
extensions and libraries written in C, C++, Fortran, Cython_, and
18+
Pythran_.
1619

17-
* - `SciPy <https://github.com/scipy/scipy>`_
18-
- Probably the most complex project using Meson and ``meson-python``.
19-
It combines `CPython extensions`_ and libraries written in C, C++,
20-
Cython_, Fortran_, Pythran_, etc., it targets a wide variety of
21-
platforms.
20+
:`scikit-image <https://github.com/scikit-image/scikit-image>`_:
21+
Another complex project using ``meson-python``.
2222

23-
* - `scikit-image <https://github.com/scikit-image/scikit-image>`_
24-
- Another complex project using ``meson-python``.
23+
:`siphash24 <https://github.com/dnicolodi/python-siphash24>`_: A very
24+
simple project. It demonstrates how Meson makes it trivial to
25+
compile a CPython extension written in `Cython`_ via a simple
26+
template engine and link it to a library compiled from a Meson
27+
subproject. Also an example of how to use `cibuildwheel`_ to
28+
produce Python wheels for several platforms.
2529

26-
* - `siphash24 <https://github.com/dnicolodi/python-siphash24>`_
27-
- A very simple project. It demonstrates how Meson makes it trivial to
28-
compile a `CPython extension`_ written in `Cython`_ via a simple template
29-
engine and link it to a library compiled from a Meson sub-project. Also
30-
an example of how to use `cibuildwheel`_ to produce Python wheels for
31-
several platforms.
3230

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

0 commit comments

Comments
 (0)