We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411599c commit 5975727Copy full SHA for 5975727
docs/scenarios/ci.rst
@@ -4,7 +4,7 @@ Continuous Integration
4
.. image:: https://farm5.staticflickr.com/4173/33907150594_9abba7ad0a_k_d.jpg
5
6
.. note::
7
- For advice on writing your tests, see :doc:`writing/tests`.
+ For advice on writing your tests, see :doc:`/writing/tests`.
8
9
Why?
10
----
docs/writing/tests.rst
@@ -211,7 +211,7 @@ minimal example of each bug (distinguished exception type and location):
211
mean = sum(xs) / len(xs)
212
assert min(xs) <= mean(xs) <= max(xs)
213
214
-.. code-block::
+.. code-block:: none
215
216
Falsifying example: test_mean(
217
xs=[1.7976321109618856e+308, 6.102390043022755e+303]
0 commit comments