diff docs/src/index.txt @ 106:1e6523de9df1

Fixed docs to represent the much-simplified build process, fixed the test target to work w/ default build options, moved doctest output dir into build dir.
author Atul Varma <varmaa@toolness.com>
date Sun, 16 Aug 2009 12:53:46 -0700
parents e455f0f00e98
children 699d03db6614
line wrap: on
line diff
--- a/docs/src/index.txt	Sun Aug 16 11:44:49 2009 -0700
+++ b/docs/src/index.txt	Sun Aug 16 12:53:46 2009 -0700
@@ -66,21 +66,15 @@
 * Finally, Atul has never really made a straight Python CAPI module
   before, so he wanted to give it a try.
 
-Building and Testing
-====================
+Building, Testing, and Installing
+=================================
 
-You can either build SpiderMonkey off the mozilla-central HG
-repository, or off a mirror I made of its SpiderMonkey directory. The
-latter can be obtained here:
+From the root of your pymonkey repository, run::
 
-  http://hg.toolness.com/spidermonkey/
+  python setup.py build test
 
-Just HG clone that repository in the root of your pymonkey repository
-and read the instructions in the ``README`` file to build SpiderMonkey.
-
-Then come back to the root of your pymonkey repository and run::
-
-  python setup.py build
+This will build the C extension and run its test suite to ensure that
+everything works properly.
 
 Then run::
 
@@ -88,10 +82,6 @@
 
 Note that if you're on Windows, you won't need the ``sudo`` bit.
 
-You can run the test suite by entering::
-
-  python setup.py test
-
 Challenges
 ==========