mirror of https://github.com/KLayout/klayout.git
Updated KLayout Python Module (markdown)
parent
ff6c0da52a
commit
899414addf
|
|
@ -3,13 +3,11 @@ The standalone module is found in the [master branch](https://github.com/klayout
|
|||
|
||||
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)
|
||||
* ```klayout.tl``` module: [http://www.klayout.org/downloads/master/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/master/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/master/doc-qt4/code/module_rdb.html](http://www.klayout.org/downloads/pymod/doc-qt4/code/module_rdb.html)
|
||||
|
||||
## Building with ```setuptools```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue