From 570d2eed808a92381bec5fc8b49d761b88a14c37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6fferlein?= Date: Sun, 15 Jul 2018 21:54:47 +0200 Subject: [PATCH] Updated KLayout Python Module Prototype (markdown) --- KLayout-Python-Module-Prototype.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/KLayout-Python-Module-Prototype.md b/KLayout-Python-Module-Prototype.md index f8c7ffe..9181c0f 100644 --- a/KLayout-Python-Module-Prototype.md +++ b/KLayout-Python-Module-Prototype.md @@ -5,6 +5,12 @@ There are basically two ways of producing Python modules: Binary packages and documentation for the branch are available here: [http://www.klayout.org/downloads/pymod](http://www.klayout.org/downloads/pymod/). +Auto-generated documentation for the Functions is here: + + * ```klayout.tl``` module: [http://www.klayout.org/downloads/pymod/doc-qt4/code/module_tl.html](http://www.klayout.org/downloads/pymod/doc-qt4/code/module_tl.html) + * ```klayout.db``` module: [http://www.klayout.org/downloads/pymod/doc-qt4/code/module_db.html](http://www.klayout.org/downloads/pymod/doc-qt4/code/module_db.html) + * ```klayout.rdb``` module: [http://www.klayout.org/downloads/pymod/doc-qt4/code/module_rdb.html](http://www.klayout.org/downloads/pymod/doc-qt4/code/module_rdb.html) + ## Building with ```distutils``` ```