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 9292# Add any paths that contain custom static files (such as style sheets) here,
9393# relative to this directory. They are copied after the builtin static files,
9494# so a file named "default.css" will overwrite the builtin "default.css".
95- html_static_path = ["_static" ]
95+ # html_static_path = ["_static"]
9696
9797# Custom sidebar templates, must be a dictionary that maps document names
9898# to template names.
Original file line number Diff line number Diff line change 1+ .. _error-detection :
2+
13Error Detection
24---------------
35
Original file line number Diff line number Diff line change 44:mod: `interface ` is a library for declaring interfaces and for statically
55asserting that classes implement those interfaces. It provides stricter
66semantics 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.
88
99:mod: `interface ` supports Python 2.7 and Python 3.4+.
1010
@@ -50,5 +50,3 @@ Indices and tables
5050* :ref: `genindex `
5151* :ref: `modindex `
5252* :ref: `search `
53-
54- .. _`exceptionally useful error messages` : errors.html
You can’t perform that action at this time.
0 commit comments