aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2018-04-09 15:44:02 +0200
committerMathieu Duponchelle <mathieu@centricular.com>2018-04-09 15:46:06 +0200
commit56fc22075cf3628727f15e24ad738d70c5e4d01a (patch)
tree7dd471e041cb2d4fe5999144463b680c213195fb /docs/markdown/snippets
parent33abe0cf5576a094c565560e3e34a6457c14ad5e (diff)
downloadmeson-56fc22075cf3628727f15e24ad738d70c5e4d01a.zip
meson-56fc22075cf3628727f15e24ad738d70c5e4d01a.tar.gz
meson-56fc22075cf3628727f15e24ad738d70c5e4d01a.tar.bz2
[fixup]: write documentation
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/python-module.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/snippets/python-module.md b/docs/markdown/snippets/python-module.md
new file mode 100644
index 0000000..4b542b4
--- /dev/null
+++ b/docs/markdown/snippets/python-module.md
@@ -0,0 +1,6 @@
+# Generic python module
+
+This is a revamped and generic (python 2 and 3) version of the python3
+module. With this new interface, projects can now fully specify the version
+of python they want to build against / install sources to, and can do so
+against multiple major or minor versions in parallel.