From 56fc22075cf3628727f15e24ad738d70c5e4d01a Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Mon, 9 Apr 2018 15:44:02 +0200 Subject: [fixup]: write documentation --- docs/markdown/snippets/python-module.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/markdown/snippets/python-module.md (limited to 'docs/markdown/snippets') 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. -- cgit v1.1 From 99f324eda1d08dc6fc44c08cd53bdbe576b2915c Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Tue, 10 Apr 2018 00:39:25 +0200 Subject: [fixup]: Fix snippets heading --- docs/markdown/snippets/python-module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/python-module.md b/docs/markdown/snippets/python-module.md index 4b542b4..c2e8138 100644 --- a/docs/markdown/snippets/python-module.md +++ b/docs/markdown/snippets/python-module.md @@ -1,4 +1,4 @@ -# Generic python module +## 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 -- cgit v1.1