You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ Unlike the other decorator, this one uses `weakref`, so it doesn't interfere wit
71
71
72
72
Methods are documented with reStructuredText inside docstrings. This looks a little like markdown, but it's different, so take care and look at other docstrings for examples.
73
73
74
-
Documentation is automatically generated and ends up at [Read the Docs](https://hypothesis.readthedocs.io/en/latest/).
74
+
Documentation is automatically generated and ends up at [Read the Docs](https://python-nnf.readthedocs.io/en/latest/).
75
75
76
76
To build the documentation locally, run `make html` inside the `docs/` directory. This generates a manual in `docs/_build/html/`.
0 commit comments