commit 9092ae29ae42e8d68cfb15f3e50260bd686da52b
Author: Damian Johnson <[email protected]>
Date:   Fri Aug 4 17:53:22 2017 -0700

    Put testing FAQ entry above how to file pull requests
---
 web/changelog/index.html |  4 ++--
 web/index.html           | 20 ++++++++++----------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/web/changelog/index.html b/web/changelog/index.html
index aaf44a8..b0ee9b7 100644
--- a/web/changelog/index.html
+++ b/web/changelog/index.html
@@ -71,7 +71,7 @@
 
         <li><span class="component">Connections</span>
           <ul>
-            <li>Connections are now shown despite 
DisableDebuggerAttachment</li>
+            <li>Connections now shown despite DisableDebuggerAttachment</li>
             <li>Support for showing IPv6 connections</li>
           </ul>
         </li>
@@ -85,7 +85,7 @@
         <li><span class="component">Interpreter</span>
           <ul>
             <li>Integrate Stem's richer <a 
href="https://stem.torproject.org/tutorials/down_the_rabbit_hole.html";>control 
interpreter</a></li>
-            <li>Functions as a Python prompt, like IDLE</li>
+            <li>Functional python prompt, like IDLE</li>
           </ul>
         </li>
 
diff --git a/web/index.html b/web/index.html
index 7b1b053..1a0c618 100644
--- a/web/index.html
+++ b/web/index.html
@@ -246,7 +246,7 @@ FetchUselessDescriptors 1</pre>
         <li id="getting_started">
           <span>How do I get started?</span>
           <div class="answer">
-            <p>The best way of getting involved with any project is to jump 
right in! In particular look for the <i>easy</i> keyword on our <a 
href="http://trac.torproject.org/projects/tor/wiki/doc/nyx/bugs";>bug 
tracker</a> for a handy spot to start.</p>
+            <p>The best way of getting involved with any project is to jump 
right in! In particular look for the 'easy' keyword on our <a 
href="http://trac.torproject.org/projects/tor/wiki/doc/nyx/bugs";>bug 
tracker</a> for a handy spot to start.</p>
             <p>Got questions? I'm <b>atagar</b> on <a 
href="http://www.oftc.net/";>oftc</a> and available <a 
href="https://www.atagar.com/contact/";>via email</a>. To get started...</p>
 
             <ol>
@@ -260,6 +260,15 @@ sudo python setup.py install</pre><br></li>
           </div>
         </li>
 
+        <li id="running_tests">
+          <span>How do I run the tests?</span>
+          <div class="answer">
+            <p>Nyx has unit tests that exercise our curses functionality. When 
you run the tests you'll probably notice your console flicker as these tests 
are exercised. This is normal. Testing also runs <a 
href="https://launchpad.net/pyflakes";>pyflakes</a> and <a 
href="http://pycodestyle.readthedocs.org/en/latest/";>pycodestyle</a> in the 
background.<p>
+            <p>Running our tests is simple...</p>
+            <pre>% run_tests.py</pre>
+          </div>
+        </li>
+
         <li id="pull_requests">
           <span>How do I file a pull request?</span>
           <div class="answer">
@@ -280,15 +289,6 @@ sudo python setup.py install</pre><br></li>
           </div>
         </li>
 
-        <li id="running_tests">
-          <span>How do I run the tests?</span>
-          <div class="answer">
-            <p>Nyx has unit tests that exercise our curses functionality. When 
you run the tests you'll probably notice your console flicker as these tests 
are exercised. This is normal. Testing also runs <a 
href="https://launchpad.net/pyflakes";>pyflakes</a> and <a 
href="http://pycodestyle.readthedocs.org/en/latest/";>pycodestyle</a> in the 
background.<p>
-            <p>Running our tests is simple...</p>
-            <pre>% run_tests.py</pre>
-          </div>
-        </li>
-
         <li id="patch_copyright">
           <span>What is the copyright for patches?</span>
           <div class="answer">



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to