Mercurial > pydertron
diff docs.txt @ 23:7cbbec55aef6
Minor modifications.
| author | Atul Varma <varmaa@toolness.com> |
|---|---|
| date | Thu, 10 Sep 2009 17:05:05 -0700 |
| parents | 915fdf283ac5 |
| children | c2c369402a2e |
line wrap: on
line diff
--- a/docs.txt Thu Sep 10 16:59:18 2009 -0700 +++ b/docs.txt Thu Sep 10 17:05:05 2009 -0700 @@ -17,12 +17,14 @@ __ http://wiki.commonjs.org/wiki/CommonJS For instance, here we'll create a ``JsSandbox`` whose module root -points to the ``monkeys`` SecurableModule compliance test over HTTP: +points to the `monkeys`__ SecurableModule compliance test over HTTP: >>> url = ("http://interoperablejs.googlecode.com/svn/trunk/" ... "compliance/monkeys/") >>> sandbox = JsSandbox(HttpFileSystem(url)) +__ http://interoperablejs.googlecode.com/svn/trunk/compliance/monkeys/ + This compliance test requires a global ``sys`` object that contains one method, ``print()``, that takes two arguments. First, we'll create the ``print()`` function and prepare it for exposure to JS code:
