Merge pull request #863 from Prodesire/master

fix make error on ci.rst and tests.rst
This commit is contained in:
2017-12-05 09:08:30 -06:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ Continuous Integration
.. image:: https://farm5.staticflickr.com/4173/33907150594_9abba7ad0a_k_d.jpg .. image:: https://farm5.staticflickr.com/4173/33907150594_9abba7ad0a_k_d.jpg
.. note:: .. note::
For advice on writing your tests, see :doc:`writing/tests`. For advice on writing your tests, see :doc:`/writing/tests`.
Why? Why?
---- ----
+1 -1
View File
@@ -211,7 +211,7 @@ minimal example of each bug (distinguished exception type and location):
mean = sum(xs) / len(xs) mean = sum(xs) / len(xs)
assert min(xs) <= mean(xs) <= max(xs) assert min(xs) <= mean(xs) <= max(xs)
.. code-block:: .. code-block:: none
Falsifying example: test_mean( Falsifying example: test_mean(
xs=[1.7976321109618856e+308, 6.102390043022755e+303] xs=[1.7976321109618856e+308, 6.102390043022755e+303]