aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2016-11-04 10:57:28 +1300
committerGitHub <noreply@github.com>2016-11-04 10:57:28 +1300
commit8d9fdc416ad3bc5bb6de41397243c9d3888377de (patch)
tree604f73e5da795c6071288046adab13c0f76113a7
parentd51b8933b2191261c0aee3879e3bf776140c0522 (diff)
parenta43e2047b0f75963bf633a07fea51039e4f5af32 (diff)
downloadmitmproxy-8d9fdc416ad3bc5bb6de41397243c9d3888377de.tar.gz
mitmproxy-8d9fdc416ad3bc5bb6de41397243c9d3888377de.tar.bz2
mitmproxy-8d9fdc416ad3bc5bb6de41397243c9d3888377de.zip
Merge pull request #1712 from navinpai/docs
[MINOR] fix link in documentation
-rw-r--r--docs/pathod/test.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/pathod/test.rst b/docs/pathod/test.rst
index cd6e8a29..b337795a 100644
--- a/docs/pathod/test.rst
+++ b/docs/pathod/test.rst
@@ -14,7 +14,7 @@ The canonical docs can be accessed using pydoc:
>>> pydoc pathod.test
The remainder of this page demonstrates some common interaction patterns using
-<a href="http://nose.readthedocs.org/en/latest/">nose</a>. These examples are
+`Nose`_. These examples are
also applicable with only minor modification to most commonly used Python testing
engines.
@@ -33,3 +33,6 @@ One instance per test
.. literalinclude:: ../../examples/pathod/test_setup.py
:caption: examples/pathod/test_setup.py
:language: python
+
+
+.. _Nose: https://nose.readthedocs.org/en/latest/