Static paths not used for docs. Fix malformed table in docstring

This commit is contained in:
Kenneth Lyons 2020-05-11 21:17:57 -07:00
parent f2e91d1b9a
commit 5353acdb1c
2 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ html_theme = 'sphinx_rtd_theme'
# 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']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.

View File

@ -290,7 +290,7 @@ class PlotItem(GraphicsWidget):
Place axis items as given by `axisItems`. Initializes non-existing axis items.
============== ==========================================================================================
**Arguments:**<
**Arguments:**
*axisItems* Optional dictionary instructing the PlotItem to use pre-constructed items
for its axes. The dict keys must be axis names ('left', 'bottom', 'right', 'top')
and the values must be instances of AxisItem (or at least compatible with AxisItem).