Doc fixes
This commit is contained in:
parent
ddecd944ff
commit
7936386a73
@ -117,7 +117,7 @@ html_sidebars = {
|
||||
# Add any paths that contain custom static files (such as style sheets) here,
|
||||
# relative to this directory. They are copied after the builtin static files,
|
||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||
html_static_path = ['_static']
|
||||
#html_static_path = ['_static']
|
||||
|
||||
|
||||
# -- Options for HTMLHelp output ------------------------------------------
|
||||
|
@ -36,7 +36,7 @@ Controlling How Values Get Shown
|
||||
def pudb_stringifier(obj):
|
||||
return "HI"
|
||||
|
||||
* Add a :meth:`safely_stringify_for_pudb` to the type.
|
||||
* Add a method ``safely_stringify_for_pudb`` to the type.
|
||||
|
||||
A stringifier is expected to *never* raise an exception.
|
||||
If an exception is raised, pudb will silently fall back
|
||||
|
Loading…
Reference in New Issue
Block a user