Skip to content

Commit 701ab18

Browse files
committed
DOC: refer the Meson project location in the first project guide
Signed-off-by: Filipe Laíns <[email protected]>
1 parent a746890 commit 701ab18

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/how-to-guides/first-project.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@ First project
1717
instead.
1818

1919

20+
``meson-python`` builds on top of an existing Meson_ project, so you'll need the
21+
top-level ``meson.build`` for a Meson_ project next to your ``pyproject.toml``.
22+
You can check our `example project`_ or the projects in the
23+
:ref:`projects-using-meson-python` page for examples.
24+
25+
26+
.. admonition:: Getting started with Meson_
27+
:class: seealso
28+
29+
If you are not familiar with Meson_, we would recommend checking out their
30+
tutorial_.
31+
32+
2033
Specifying the backend
2134
======================
2235

@@ -74,3 +87,5 @@ Example
7487
.. _Cython: https://github.com/cython/cython
7588
.. _Meson: https://mesonbuild.com/
7689
.. _relevant PyPA documentation page: https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
90+
.. _example project: https://github.com/mesonbuild/meson-python/tree/main/docs/examples/spam
91+
.. _tutorial: https://mesonbuild.com/Tutorial.html

0 commit comments

Comments
 (0)