Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5975727

Browse filesBrowse files
committed
fix make error on ci.rst and tests.rst
1 parent 411599c commit 5975727
Copy full SHA for 5975727

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎docs/scenarios/ci.rst

Copy file name to clipboardExpand all lines: docs/scenarios/ci.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Continuous Integration
44
.. image:: https://farm5.staticflickr.com/4173/33907150594_9abba7ad0a_k_d.jpg
55

66
.. note::
7-
For advice on writing your tests, see :doc:`writing/tests`.
7+
For advice on writing your tests, see :doc:`/writing/tests`.
88

99
Why?
1010
----

‎docs/writing/tests.rst

Copy file name to clipboardExpand all lines: docs/writing/tests.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ minimal example of each bug (distinguished exception type and location):
211211
mean = sum(xs) / len(xs)
212212
assert min(xs) <= mean(xs) <= max(xs)
213213
214-
.. code-block::
214+
.. code-block:: none
215215
216216
Falsifying example: test_mean(
217217
xs=[1.7976321109618856e+308, 6.102390043022755e+303]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.