diff --git a/docs/scenarios/ci.rst b/docs/scenarios/ci.rst index 13e9a93d7..457f2321f 100644 --- a/docs/scenarios/ci.rst +++ b/docs/scenarios/ci.rst @@ -4,7 +4,7 @@ Continuous Integration .. image:: https://farm5.staticflickr.com/4173/33907150594_9abba7ad0a_k_d.jpg .. note:: - For advice on writing your tests, see :doc:`writing/tests`. + For advice on writing your tests, see :doc:`/writing/tests`. Why? ---- diff --git a/docs/writing/tests.rst b/docs/writing/tests.rst index 542003b2a..32c6e552e 100644 --- a/docs/writing/tests.rst +++ b/docs/writing/tests.rst @@ -211,7 +211,7 @@ minimal example of each bug (distinguished exception type and location): mean = sum(xs) / len(xs) assert min(xs) <= mean(xs) <= max(xs) -.. code-block:: +.. code-block:: none Falsifying example: test_mean( xs=[1.7976321109618856e+308, 6.102390043022755e+303]