File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 92
92
# Add any paths that contain custom static files (such as style sheets) here,
93
93
# relative to this directory. They are copied after the builtin static files,
94
94
# so a file named "default.css" will overwrite the builtin "default.css".
95
- html_static_path = ["_static" ]
95
+ # html_static_path = ["_static"]
96
96
97
97
# Custom sidebar templates, must be a dictionary that maps document names
98
98
# to template names.
Original file line number Diff line number Diff line change
1
+ .. _error-detection :
2
+
1
3
Error Detection
2
4
---------------
3
5
Original file line number Diff line number Diff line change 4
4
:mod: `interface ` is a library for declaring interfaces and for statically
5
5
asserting that classes implement those interfaces. It provides stricter
6
6
semantics than Python's built-in :mod: `abc ` module, and it aims to produce
7
- `exceptionally useful error messages `_ when interfaces aren't satisfied.
7
+ :ref: `exceptionally useful error messages < error-detection >` when interfaces aren't satisfied.
8
8
9
9
:mod: `interface ` supports Python 2.7 and Python 3.4+.
10
10
@@ -50,5 +50,3 @@ Indices and tables
50
50
* :ref: `genindex `
51
51
* :ref: `modindex `
52
52
* :ref: `search `
53
-
54
- .. _`exceptionally useful error messages` : errors.html
You can’t perform that action at this time.
0 commit comments