summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/python_find_installation_modules.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2019-06-16 22:03:29 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2019-06-16 22:03:29 +0300
commit5ecab576673d98b01296ef02c8bc9300c5f6e796 (patch)
tree129a6ac8eb27bc09d8a40d31f8e00340763ff251 /docs/markdown/snippets/python_find_installation_modules.md
parent288ef0e0e7dbf58a91a1a78095aa51f1bb7a7877 (diff)
downloadmeson-5ecab576673d98b01296ef02c8bc9300c5f6e796.tar.gz
Update things for new release.
Diffstat (limited to 'docs/markdown/snippets/python_find_installation_modules.md')
-rw-r--r--docs/markdown/snippets/python_find_installation_modules.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/markdown/snippets/python_find_installation_modules.md b/docs/markdown/snippets/python_find_installation_modules.md
deleted file mode 100644
index a3719f277..000000000
--- a/docs/markdown/snippets/python_find_installation_modules.md
+++ /dev/null
@@ -1,9 +0,0 @@
-## New modules kwarg for python.find_installation
-
-This mirrors the modules argument that some kinds of dependencies (such as
-qt, llvm, and cmake based dependencies) take, allowing you to check that a
-particular module is available when getting a python version.
-
-```meson
-py = import('python').find_installation('python3', modules : ['numpy'])
-``` \ No newline at end of file