]> gitweb.factorcode.org Git - factor.git/commitdiff
Link to the Python binding documentation from the Python vocabulary
authorBenjamin Pollack <bp@knewton.com>
Tue, 4 Nov 2014 23:38:10 +0000 (18:38 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 5 Nov 2014 00:01:51 +0000 (16:01 -0800)
extra/python/python-docs.factor

index 346f175214426fce440406f8a967435b71e3ec15..e1a072bb6e92f22fe2c740f8ee2f66f21a1f9f5b 100644 (file)
@@ -53,3 +53,5 @@ $nl
 { $notes "Sometimes the embedded python interpreter can't find or finds the wrong load path to it's module library. To counteract that problem it is recommended that the " { $snippet "PYTHONHOME" } " environment variable is set before " { $link py-initialize } " is called. E.g:" }
 { $code "\"C:/python27-64bit/\" \"PYTHONHOME\" set-os-env" }
 { $warning "All code that calls Python words should always be wrapped in a " { $link with-destructors } " context. The reason is that the words add references to Pythons internal memory heap which are removed when the destructors trigger." } ;
+
+ABOUT: "python"