From b47f5e4415b501d8bb66e3f61ec1ad3ced7d42f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6fferlein?= Date: Mon, 26 Nov 2018 23:38:05 +0100 Subject: [PATCH] Updated KLayout Python Module Prototype (markdown) --- KLayout-Python-Module-Prototype.md => KLayout-Python-Module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename KLayout-Python-Module-Prototype.md => KLayout-Python-Module.md (94%) diff --git a/KLayout-Python-Module-Prototype.md b/KLayout-Python-Module.md similarity index 94% rename from KLayout-Python-Module-Prototype.md rename to KLayout-Python-Module.md index 2cb14c9..848b17b 100644 --- a/KLayout-Python-Module-Prototype.md +++ b/KLayout-Python-Module.md @@ -1,5 +1,5 @@ -The prototype is found in the [pymod branch](https://github.com/klayoutmatthias/klayout/tree/pymod). This build is enabled to produce a Python module. +The standalone module is found in the [master branch](https://github.com/klayoutmatthias/klayout/tree/master). This build is enabled to produce a Python module. Continuous deployment of the master branch happens to [https://www.klayout.org/downloads/master/](https://www.klayout.org/downloads/master/). There are basically two ways of producing Python modules: