Latest docs build

This commit is contained in:
Tom Christie 2014-01-14 14:48:00 +00:00
parent c45fe115b8
commit a847061476

View File

@ -204,7 +204,16 @@
<hr />
<p>
<img src="img/logo.png" width=600px style="display: block; margin: 0 auto 0 auto">
<h1 style="position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0;">Django REST Framework</h1>
<img alt="Django REST Framework" title="Logo by Jake 'Sid' Smith" src="img/logo.png" width="600px" style="display: block; margin: 0 auto 0 auto">
</p>
<!--
@ -372,7 +381,7 @@ urlpatterns = patterns('',
<p>Run the tests:</p>
<pre class="prettyprint lang-py"><code>./rest_framework/runtests/runtests.py
</code></pre>
<p>To run the tests against all supported configurations, first install <a href="http://testrun.org/tox/latest/">the tox testing tool</a> globally, using <code>pip install tox</code>, then simply run <code>tox</code>: </p>
<p>To run the tests against all supported configurations, first install <a href="http://testrun.org/tox/latest/">the tox testing tool</a> globally, using <code>pip install tox</code>, then simply run <code>tox</code>:</p>
<pre class="prettyprint lang-py"><code>tox
</code></pre>
<h2 id="support">Support</h2>