Mercurial > pymonkey
diff docs/src/index.txt @ 51:fabd3f2271fa
Added some basic, incomplete docs on the pymonkey module, which include a doctest that's run when pymonkey is built.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Wed, 08 Jul 2009 09:32:31 -0700 |
parents | 7401af070bb8 |
children | e9f450d30c0e |
line wrap: on
line diff
--- a/docs/src/index.txt Tue Jul 07 09:28:29 2009 -0700 +++ b/docs/src/index.txt Wed Jul 08 09:32:31 2009 -0700 @@ -14,6 +14,8 @@ .. toctree:: :maxdepth: 2 + pymonkey + Rationale and Goals: * Python and JS are fairly complementary languages. Python provides @@ -85,12 +87,6 @@ Note that at the moment, the build script is only tested on OS X. -Example Code -============ - -Right now the only example code that exists is in the test suite at -``test_pymonkey.py``. Check it out and feel free to add more. - Challenges ==========