Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2013-09-02 23:02:05 +09:00
parent f52105ea93
commit e987e62714
3 changed files with 6 additions and 2 deletions

2
_static/jquery.js vendored
View File

@ -11,7 +11,7 @@
* Copyright 2011, The Dojo Foundation * Copyright 2011, The Dojo Foundation
* Released under the MIT, BSD, and GPL Licenses. * Released under the MIT, BSD, and GPL Licenses.
* *
* Date: Sat May 11 13:37:56 BRT 2013 * Date: Thu Aug 1 23:20:30 BRT 2013
*/ */
(function( window, undefined ) { (function( window, undefined ) {

View File

@ -128,6 +128,10 @@ required:</p>
<ul class="simple"> <ul class="simple">
<li>cunit &gt;= 2.1</li> <li>cunit &gt;= 2.1</li>
</ul> </ul>
<p>To build the documentation, you need to install:</p>
<ul class="simple">
<li>sphinx (<a class="reference external" href="http://sphinx-doc.org/">http://sphinx-doc.org/</a>)</li>
</ul>
<p>To build and run the application programs (<tt class="docutils literal"><span class="pre">nghttp</span></tt>, <tt class="docutils literal"><span class="pre">nghttpd</span></tt> and <p>To build and run the application programs (<tt class="docutils literal"><span class="pre">nghttp</span></tt>, <tt class="docutils literal"><span class="pre">nghttpd</span></tt> and
<tt class="docutils literal"><span class="pre">nghttpx</span></tt>) in <tt class="docutils literal"><span class="pre">src</span></tt> directory, the following packages are <tt class="docutils literal"><span class="pre">nghttpx</span></tt>) in <tt class="docutils literal"><span class="pre">src</span></tt> directory, the following packages are
required:</p> required:</p>

File diff suppressed because one or more lines are too long