From 0a234f4253826e4f59c301d5d6cbb7022c87a6f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6fferlein?= Date: Wed, 20 Jun 2018 23:26:56 +0200 Subject: [PATCH] Updated pykl Technical (markdown) --- pykl---Technical.md => klayout-Python-Module--Technical.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename pykl---Technical.md => klayout-Python-Module--Technical.md (96%) diff --git a/pykl---Technical.md b/klayout-Python-Module--Technical.md similarity index 96% rename from pykl---Technical.md rename to klayout-Python-Module--Technical.md index 5f2b8c4..e4cda3a 100644 --- a/pykl---Technical.md +++ b/klayout-Python-Module--Technical.md @@ -24,11 +24,12 @@ The Qt binding is based on the GSI framework and supplies class descriptors for ## Module structure -The KLayout master module is "pykl". The KLayout core itself comes in three modules +The KLayout master module is "klayout". The KLayout core itself comes in four modules * **tl**: the basic toolbox (boxed types, introspection, utilities, expression parser ...) * **db**: the core algorithms of KLayout (geometrical primitives, layout, cells, regions ...) * **lay**: the application objects (user interface objects ...) +* **rdb**: the report database objects With Qt bindings enabled, some Qt modules add to this: