diff --git a/pykl---Standalone-KLayout-Python-Module.md b/klayout---Standalone-KLayout-Python-Module.md similarity index 86% rename from pykl---Standalone-KLayout-Python-Module.md rename to klayout---Standalone-KLayout-Python-Module.md index cb42ee2..365d48d 100644 --- a/pykl---Standalone-KLayout-Python-Module.md +++ b/klayout---Standalone-KLayout-Python-Module.md @@ -28,10 +28,10 @@ print str(box) Second stage: supply modules for the UI components and the necessary infrastructure (Qt binding etc.). Ideally interoperable with PyQt. ```Python -from pykl.QtCore import * -from pykl.QtGui import * -from pykl.QtWidgets import * -from pykl.lay import * +from klayout.QtCore import * +from klayout.QtGui import * +from klayout.QtWidgets import * +from klayout.lay import * app = QApplication([ "my_app" ]) @@ -50,5 +50,5 @@ w = None Here are some technical documents for this project: -* [pykl - Technical](https://github.com/klayoutmatthias/klayout/wiki/pykl---Technical) -* [pykl - Bridge Code](https://github.com/klayoutmatthias/klayout/wiki/pykl---Bridging-code) +* [klayout - Technical](https://github.com/klayoutmatthias/klayout/wiki/pykl---Technical) +* [klayout - Bridge Code](https://github.com/klayoutmatthias/klayout/wiki/pykl---Bridging-code)