Updated KLayout Python Module Prototype (markdown)

Matthias Köfferlein 2018-07-15 21:54:47 +02:00
parent a962e54b96
commit 570d2eed80
1 changed files with 6 additions and 0 deletions

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