Mercurial > pymonkey
diff docs/rendered/index.html @ 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/rendered/index.html Tue Jul 07 09:28:29 2009 -0700 +++ b/docs/rendered/index.html Wed Jul 08 09:32:31 2009 -0700 @@ -19,7 +19,8 @@ </script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> - <link rel="top" title="Pymonkey v0.0.1 documentation" href="" /> + <link rel="top" title="Pymonkey v0.0.1 documentation" href="" /> + <link rel="next" title="pymonkey — Access SpiderMonkey from Python" href="pymonkey.html" /> </head> <body> <div class="related"> @@ -28,6 +29,12 @@ <li class="right" style="margin-right: 10px"> <a href="genindex.html" title="General Index" accesskey="I">index</a></li> + <li class="right" > + <a href="modindex.html" title="Global Module Index" + accesskey="M">modules</a> |</li> + <li class="right" > + <a href="pymonkey.html" title="pymonkey — Access SpiderMonkey from Python" + accesskey="N">next</a> |</li> <li><a href="">Pymonkey v0.0.1 documentation</a> »</li> </ul> </div> @@ -42,7 +49,8 @@ <p>Pymonkey is a Python C extension module to expose the <a class="reference" href="https://developer.mozilla.org/en/SpiderMonkey">Mozilla SpiderMonkey</a> engine to Python.</p> -<ul class="simple"> +<ul> +<li class="toctree-l1"><a class="reference" href="pymonkey.html"><tt class="docutils literal"><span class="pre">pymonkey</span></tt> — Access SpiderMonkey from Python</a></li> </ul> <p>Rationale and Goals:</p> <ul> @@ -109,11 +117,6 @@ objdir.</p> <p>Note that at the moment, the build script is only tested on OS X.</p> </div> -<div class="section" id="example-code"> -<h2>Example Code<a class="headerlink" href="#example-code" title="Permalink to this headline">¶</a></h2> -<p>Right now the only example code that exists is in the test suite at -<tt class="docutils literal"><span class="pre">test_pymonkey.py</span></tt>. Check it out and feel free to add more.</p> -</div> <div class="section" id="challenges"> <h2>Challenges<a class="headerlink" href="#challenges" title="Permalink to this headline">¶</a></h2> <p>There’s a number of challenges that need to be resolved before @@ -147,13 +150,15 @@ <ul> <li><a class="reference" href="">Pymonkey Documentation</a><ul> <li><a class="reference" href="#building-and-testing">Building and Testing</a></li> -<li><a class="reference" href="#example-code">Example Code</a></li> <li><a class="reference" href="#challenges">Challenges</a></li> <li><a class="reference" href="#indices-and-tables">Indices and Tables</a></li> </ul> </li> </ul> + <h4>Next topic</h4> + <p class="topless"><a href="pymonkey.html" + title="next chapter"><tt class="docutils literal"><span class="pre">pymonkey</span></tt> — Access SpiderMonkey from Python</a></p> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="_sources/index.txt" @@ -182,6 +187,12 @@ <li class="right" style="margin-right: 10px"> <a href="genindex.html" title="General Index" >index</a></li> + <li class="right" > + <a href="modindex.html" title="Global Module Index" + >modules</a> |</li> + <li class="right" > + <a href="pymonkey.html" title="pymonkey — Access SpiderMonkey from Python" + >next</a> |</li> <li><a href="">Pymonkey v0.0.1 documentation</a> »</li> </ul> </div>