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 90ac42a commit 53effa7Copy full SHA for 53effa7
README.md
@@ -1,5 +1,14 @@
1
# Floating-point aware, human readable, numpy-compatible doctesting.
2
3
+# TL;DR
4
+
5
+This project extends the standard library `doctest` module to allow flexibility
6
+and easy customization of finding, parsing and checking code examples in
7
+documentation.
8
9
+Can be used either as drop-in `doctest` replacement or through the `pytest`
10
+integration. Uses a floating-point aware doctest checker by default.
11
12
## Motivation and scope
13
14
Having examples in the documentation is great. Having wrong examples in the
0 commit comments