Updated pykl Technical (markdown)

Matthias Köfferlein 2018-06-20 23:26:56 +02:00
parent 5959d52fc8
commit 0a234f4253
1 changed files with 2 additions and 1 deletions

@ -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: