diff options
author | Determinant <[email protected]> | 2015-10-28 18:54:59 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2015-10-28 18:54:59 +0800 |
commit | 29c5a1c4511c17f244bb4361c84a2025f2d307bd (patch) | |
tree | 196501125b11f01523be3280e025ec3d0cc92c84 /dev.html |
init project pages
Diffstat (limited to 'dev.html')
-rw-r--r-- | dev.html | 105 |
1 files changed, 105 insertions, 0 deletions
diff --git a/dev.html b/dev.html new file mode 100644 index 0000000..de375b6 --- /dev/null +++ b/dev.html @@ -0,0 +1,105 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + + +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + + <title>Development Manual — Nerv alpha documentation</title> + + <link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> + <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> + + <script type="text/javascript"> + var DOCUMENTATION_OPTIONS = { + URL_ROOT: './', + VERSION: 'alpha', + COLLAPSE_INDEX: false, + FILE_SUFFIX: '.html', + HAS_SOURCE: true + }; + </script> + <script type="text/javascript" src="_static/jquery.js"></script> + <script type="text/javascript" src="_static/underscore.js"></script> + <script type="text/javascript" src="_static/doctools.js"></script> + <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> + <link rel="top" title="Nerv alpha documentation" href="index.html" /> + <link rel="prev" title="User Manual" href="user.html" /> + + + <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9"> + + </head> + <body> + <div class="related"> + <h3>Navigation</h3> + <ul> + <li class="right" style="margin-right: 10px"> + <a href="genindex.html" title="General Index" + accesskey="I">index</a></li> + <li class="right" > + <a href="user.html" title="User Manual" + accesskey="P">previous</a> |</li> + <li><a href="index.html">Nerv alpha documentation</a> »</li> + </ul> + </div> + + <div class="document"> + <div class="documentwrapper"> + <div class="bodywrapper"> + <div class="body"> + + <div class="section" id="development-manual"> +<h1>Development Manual<a class="headerlink" href="#development-manual" title="Permalink to this headline">ΒΆ</a></h1> +<p>To be filled.</p> +</div> + + + </div> + </div> + </div> + <div class="sphinxsidebar"> + <div class="sphinxsidebarwrapper"> + <h4>Previous topic</h4> + <p class="topless"><a href="user.html" + title="previous chapter">User Manual</a></p> + <h3>This Page</h3> + <ul class="this-page-menu"> + <li><a href="_sources/dev.txt" + rel="nofollow">Show Source</a></li> + </ul> +<div id="searchbox" style="display: none"> + <h3>Quick search</h3> + <form class="search" action="search.html" method="get"> + <input type="text" name="q" /> + <input type="submit" value="Go" /> + <input type="hidden" name="check_keywords" value="yes" /> + <input type="hidden" name="area" value="default" /> + </form> + <p class="searchtip" style="font-size: 90%"> + Enter search terms or a module, class or function name. + </p> +</div> +<script type="text/javascript">$('#searchbox').show(0);</script> + </div> + </div> + <div class="clearer"></div> + </div> + <div class="footer"> + ©2015, Ted Yin, Tianxing He. + + | + Powered by <a href="http://sphinx-doc.org/">Sphinx 1.2.2</a> + & <a href="https://github.com/bitprophet/alabaster">Alabaster </a> + + | + <a href="_sources/dev.txt" + rel="nofollow">Page source</a></li> + </div> + + + + + </body> +</html>
\ No newline at end of file |