plotly / plotly.py

The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
https://plotly.com/python/
MIT License
16.02k stars 2.54k forks source link

Is there a way to build the docs so that I can add plotly to dash? #2060

Closed xlnwel closed 2 months ago

xlnwel commented 4 years ago

Is there a way to build the docs into a html so that I can add plotly to dash? For example, I can build docs of psutil using make html.

emmanuelle commented 4 years ago

I was confused because I thought you were mentioning plotly Dash :-). Yes, you can build the API doc running make html in doc/apidoc.

xlnwel commented 4 years ago

Thanks for your response! However, after I installed the corresponding package, including plotly, I still get the following warnings. What should I do with them?


WARNING: [autosummary] failed to import 'plotly.express.line_polar': no module named plotly.express.line_polar
WARNING: [autosummary] failed to import 'plotly.express.line_ternary': no module named plotly.express.line_ternary
WARNING: [autosummary] failed to import 'plotly.express.parallel_categories': no module named plotly.express.parallel_categories
WARNING: [autosummary] failed to import 'plotly.express.parallel_coordinates': no module named plotly.express.parallel_coordinates
WARNING: [autosummary] failed to import 'plotly.express.pie': no module named plotly.express.pie
WARNING: [autosummary] failed to import 'plotly.express.scatter': no module named plotly.express.scatter
WARNING: [autosummary] failed to import 'plotly.express.scatter_3d': no module named plotly.express.scatter_3d
WARNING: [autosummary] failed to import 'plotly.express.scatter_geo': no module named plotly.express.scatter_geo
WARNING: [autosummary] failed to import 'plotly.express.scatter_mapbox': no module named plotly.express.scatter_mapbox
WARNING: [autosummary] failed to import 'plotly.express.scatter_matrix': no module named plotly.express.scatter_matrix
WARNING: [autosummary] failed to import 'plotly.express.scatter_polar': no module named plotly.express.scatter_polar
WARNING: [autosummary] failed to import 'plotly.express.scatter_ternary': no module named plotly.express.scatter_ternary
WARNING: [autosummary] failed to import 'plotly.express.strip': no module named plotly.express.strip
WARNING: [autosummary] failed to import 'plotly.express.sunburst': no module named plotly.express.sunburst
WARNING: [autosummary] failed to import 'plotly.express.treemap': no module named plotly.express.treemap
WARNING: [autosummary] failed to import 'plotly.express.violin': no module named plotly.express.violin
WARNING: [autosummary] failed to import 'plotly.figure_factory.create_2d_density': no module named plotly.figure_factory.create_2d_density
WARNING: [autosummary] failed to import 'plotly.figure_factory.create_annotated_heatmap': no module named plotly.figure_factory.create_annotated_heatmap
WARNING: [autosummary] failed to import 'plotly.figure_factory.create_bullet': no module named plotly.figure_factory.create_bullet
WARNING: [autosummary] failed to import 'plotly.figure_factory.create_candlestick': no module named plotly.figure_factory.create_candlestick
WARNING: [autosummary] failed to import 'plotly.figure_factory.create_dendrogram': no module named plotly.figure_factory.create_dendrogram
WARNING: [autosummary] failed to import 'plotly.figure_factory.create_distplot': no module named plotly.figure_factory.create_distplot
WARNING: [autosummary] failed to import 'plotly.figure_factory.create_facet_grid': no module named plotly.figure_factory.create_facet_grid
WARNING: [autosummary] failed to import 'plotly.figure_factory.create_gantt': no module named plotly.figure_factory.create_gantt
WARNING: [autosummary] failed to import 'plotly.figure_factory.create_ohlc': no module named plotly.figure_factory.create_ohlc
WARNING: [autosummary] failed to import 'plotly.figure_factory.create_quiver': no module named plotly.figure_factory.create_quiver
WARNING: [autosummary] failed to import 'plotly.figure_factory.create_scatterplotmatrix': no module named plotly.figure_factory.create_scatterplotmatrix
WARNING: [autosummary] failed to import 'plotly.figure_factory.create_streamline': no module named plotly.figure_factory.create_streamline
WARNING: [autosummary] failed to import 'plotly.figure_factory.create_table': no module named plotly.figure_factory.create_table
WARNING: [autosummary] failed to import 'plotly.figure_factory.create_ternary_contour': no module named plotly.figure_factory.create_ternary_contour
WARNING: [autosummary] failed to import 'plotly.figure_factory.create_trisurf': no module named plotly.figure_factory.create_trisurf
WARNING: [autosummary] failed to import 'plotly.figure_factory.create_violin': no module named plotly.figure_factory.create_violin
[autosummary] generating autosummary for: /Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.basedatatypes.BaseFigure.rst, /Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Bar.rst, /Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Barpolar.rst, /Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Box.rst, /Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Candlestick.rst, /Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Carpet.rst, /Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Choropleth.rst, /Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Choroplethmapbox.rst, /Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Cone.rst, /Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Contour.rst, ..., /Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.io.show.rst, /Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.io.templates.rst, /Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.io.to_html.rst, /Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.io.to_image.rst, /Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.io.to_json.rst, /Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.io.to_templated.rst, /Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.io.write_html.rst, /Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.io.write_image.rst, /Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.io.write_json.rst, /Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.subplots.make_subplots.rst
[autosummary] generating autosummary for: /Users/aptx4869/github/plotly.py/doc/apidoc/generated/generated/plotly.graph_objects.Figure.add_traces.rst, /Users/aptx4869/github/plotly.py/doc/apidoc/generated/generated/plotly.graph_objects.Figure.rst, /Users/aptx4869/github/plotly.py/doc/apidoc/generated/generated/plotly.graph_objects.Figure.show.rst, /Users/aptx4869/github/plotly.py/doc/apidoc/generated/generated/plotly.graph_objects.Figure.update_layout.rst, /Users/aptx4869/github/plotly.py/doc/apidoc/generated/generated/plotly.graph_objects.Figure.update_traces.rst
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 0 source files that are out of date
updating environment: 65 added, 2 changed, 0 removed
reading sources... [100%] plotly.subplots
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.__init__:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.__init__:11: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.__init__:33: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.__init__:340: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.__init__:502: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/basedatatypes.py:docstring of plotly.graph_objects.Figure.update_traces:35: WARNING: Inline strong start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/basedatatypes.py:docstring of plotly.graph_objects.Figure.update_traces:35: WARNING: Inline strong start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/basedatatypes.py:docstring of plotly.basedatatypes.BaseFigure.__init__:8: WARNING: Bullet list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/basedatatypes.py:docstring of plotly.basedatatypes.BaseFigure.__init__:12: WARNING: Bullet list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/bar/__init__.py:docstring of plotly.graph_objects.bar.ErrorX.type:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/bar/__init__.py:docstring of plotly.graph_objects.bar.ErrorY.type:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/bar/__init__.py:docstring of plotly.graph_objects.bar.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/bar/__init__.py:docstring of plotly.graph_objects.bar.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/bar/__init__.py:docstring of plotly.graph_objects.bar.Marker.colorbar:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/bar/__init__.py:docstring of plotly.graph_objects.bar.Marker.colorbar:57: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/bar/__init__.py:docstring of plotly.graph_objects.bar.Marker.colorscale:15: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/bar/__init__.py:docstring of plotly.graph_objects.bar.Marker.colorscale:37: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/bar/__init__.py:docstring of plotly.graph_objects.bar.Marker.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/bar/__init__.py:docstring of plotly.graph_objects.bar.Marker.showscale:1: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/bar/__init__.py:docstring of plotly.graph_objects.bar.Selected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/bar/__init__.py:docstring of plotly.graph_objects.bar.Selected.textfont:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/bar/__init__.py:docstring of plotly.graph_objects.bar.Unselected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/bar/__init__.py:docstring of plotly.graph_objects.bar.Unselected.textfont:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/barpolar/__init__.py:docstring of plotly.graph_objects.barpolar.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/barpolar/__init__.py:docstring of plotly.graph_objects.barpolar.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/barpolar/__init__.py:docstring of plotly.graph_objects.barpolar.Marker.colorbar:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/barpolar/__init__.py:docstring of plotly.graph_objects.barpolar.Marker.colorbar:57: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/barpolar/__init__.py:docstring of plotly.graph_objects.barpolar.Marker.colorscale:15: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/barpolar/__init__.py:docstring of plotly.graph_objects.barpolar.Marker.colorscale:37: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/barpolar/__init__.py:docstring of plotly.graph_objects.barpolar.Marker.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/barpolar/__init__.py:docstring of plotly.graph_objects.barpolar.Marker.showscale:1: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/barpolar/__init__.py:docstring of plotly.graph_objects.barpolar.Selected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/barpolar/__init__.py:docstring of plotly.graph_objects.barpolar.Selected.textfont:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/barpolar/__init__.py:docstring of plotly.graph_objects.barpolar.Unselected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/barpolar/__init__.py:docstring of plotly.graph_objects.barpolar.Unselected.textfont:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/box/__init__.py:docstring of plotly.graph_objects.box.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/box/__init__.py:docstring of plotly.graph_objects.box.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/box/__init__.py:docstring of plotly.graph_objects.box.Marker.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/box/__init__.py:docstring of plotly.graph_objects.box.Selected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/box/__init__.py:docstring of plotly.graph_objects.box.Unselected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/candlestick/__init__.py:docstring of plotly.graph_objects.candlestick.Decreasing.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/candlestick/__init__.py:docstring of plotly.graph_objects.candlestick.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/candlestick/__init__.py:docstring of plotly.graph_objects.candlestick.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/candlestick/__init__.py:docstring of plotly.graph_objects.candlestick.Increasing.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/carpet/__init__.py:docstring of plotly.graph_objects.carpet.Aaxis.range:17: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/carpet/__init__.py:docstring of plotly.graph_objects.carpet.Aaxis.range:21: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/carpet/__init__.py:docstring of plotly.graph_objects.carpet.Aaxis.rangemode:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/carpet/__init__.py:docstring of plotly.graph_objects.carpet.Aaxis.tickfont:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/carpet/__init__.py:docstring of plotly.graph_objects.carpet.Aaxis.tickfont:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/carpet/__init__.py:docstring of plotly.graph_objects.carpet.Aaxis.tickformatstopdefaults:8: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/carpet/__init__.py:docstring of plotly.graph_objects.carpet.Aaxis.tickformatstops:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/carpet/__init__.py:docstring of plotly.graph_objects.carpet.Aaxis.title:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/carpet/__init__.py:docstring of plotly.graph_objects.carpet.Aaxis.titlefont:7: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/carpet/__init__.py:docstring of plotly.graph_objects.carpet.Aaxis.titlefont:31: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/carpet/__init__.py:docstring of plotly.graph_objects.carpet.Baxis.range:17: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/carpet/__init__.py:docstring of plotly.graph_objects.carpet.Baxis.range:21: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/carpet/__init__.py:docstring of plotly.graph_objects.carpet.Baxis.rangemode:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/carpet/__init__.py:docstring of plotly.graph_objects.carpet.Baxis.tickfont:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/carpet/__init__.py:docstring of plotly.graph_objects.carpet.Baxis.tickfont:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/carpet/__init__.py:docstring of plotly.graph_objects.carpet.Baxis.tickformatstopdefaults:8: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/carpet/__init__.py:docstring of plotly.graph_objects.carpet.Baxis.tickformatstops:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/carpet/__init__.py:docstring of plotly.graph_objects.carpet.Baxis.title:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/carpet/__init__.py:docstring of plotly.graph_objects.carpet.Baxis.titlefont:7: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/carpet/__init__.py:docstring of plotly.graph_objects.carpet.Baxis.titlefont:31: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/choropleth/__init__.py:docstring of plotly.graph_objects.choropleth.ColorBar.lenmode:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/choropleth/__init__.py:docstring of plotly.graph_objects.choropleth.ColorBar.tickfont:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/choropleth/__init__.py:docstring of plotly.graph_objects.choropleth.ColorBar.tickfont:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/choropleth/__init__.py:docstring of plotly.graph_objects.choropleth.ColorBar.tickformatstopdefaults:7: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/choropleth/__init__.py:docstring of plotly.graph_objects.choropleth.ColorBar.tickformatstops:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/choropleth/__init__.py:docstring of plotly.graph_objects.choropleth.ColorBar.title:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/choropleth/__init__.py:docstring of plotly.graph_objects.choropleth.ColorBar.titlefont:7: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/choropleth/__init__.py:docstring of plotly.graph_objects.choropleth.ColorBar.titlefont:31: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/choropleth/__init__.py:docstring of plotly.graph_objects.choropleth.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/choropleth/__init__.py:docstring of plotly.graph_objects.choropleth.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/choropleth/__init__.py:docstring of plotly.graph_objects.choropleth.Marker.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/choropleth/__init__.py:docstring of plotly.graph_objects.choropleth.Selected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/choropleth/__init__.py:docstring of plotly.graph_objects.choropleth.Unselected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/choroplethmapbox/__init__.py:docstring of plotly.graph_objects.choroplethmapbox.ColorBar.lenmode:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/choroplethmapbox/__init__.py:docstring of plotly.graph_objects.choroplethmapbox.ColorBar.tickfont:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/choroplethmapbox/__init__.py:docstring of plotly.graph_objects.choroplethmapbox.ColorBar.tickfont:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/choroplethmapbox/__init__.py:docstring of plotly.graph_objects.choroplethmapbox.ColorBar.tickformatstopdefaults:8: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/choroplethmapbox/__init__.py:docstring of plotly.graph_objects.choroplethmapbox.ColorBar.tickformatstops:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/choroplethmapbox/__init__.py:docstring of plotly.graph_objects.choroplethmapbox.ColorBar.title:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/choroplethmapbox/__init__.py:docstring of plotly.graph_objects.choroplethmapbox.ColorBar.titlefont:8: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/choroplethmapbox/__init__.py:docstring of plotly.graph_objects.choroplethmapbox.ColorBar.titlefont:32: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/choroplethmapbox/__init__.py:docstring of plotly.graph_objects.choroplethmapbox.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/choroplethmapbox/__init__.py:docstring of plotly.graph_objects.choroplethmapbox.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/choroplethmapbox/__init__.py:docstring of plotly.graph_objects.choroplethmapbox.Marker.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/choroplethmapbox/__init__.py:docstring of plotly.graph_objects.choroplethmapbox.Selected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/choroplethmapbox/__init__.py:docstring of plotly.graph_objects.choroplethmapbox.Unselected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/cone/__init__.py:docstring of plotly.graph_objects.cone.ColorBar.lenmode:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/cone/__init__.py:docstring of plotly.graph_objects.cone.ColorBar.tickfont:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/cone/__init__.py:docstring of plotly.graph_objects.cone.ColorBar.tickfont:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/cone/__init__.py:docstring of plotly.graph_objects.cone.ColorBar.tickformatstopdefaults:8: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/cone/__init__.py:docstring of plotly.graph_objects.cone.ColorBar.tickformatstops:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/cone/__init__.py:docstring of plotly.graph_objects.cone.ColorBar.title:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/cone/__init__.py:docstring of plotly.graph_objects.cone.ColorBar.titlefont:7: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/cone/__init__.py:docstring of plotly.graph_objects.cone.ColorBar.titlefont:31: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/cone/__init__.py:docstring of plotly.graph_objects.cone.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/cone/__init__.py:docstring of plotly.graph_objects.cone.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/contour/__init__.py:docstring of plotly.graph_objects.contour.ColorBar.lenmode:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/contour/__init__.py:docstring of plotly.graph_objects.contour.ColorBar.tickfont:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/contour/__init__.py:docstring of plotly.graph_objects.contour.ColorBar.tickfont:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/contour/__init__.py:docstring of plotly.graph_objects.contour.ColorBar.tickformatstopdefaults:8: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/contour/__init__.py:docstring of plotly.graph_objects.contour.ColorBar.tickformatstops:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/contour/__init__.py:docstring of plotly.graph_objects.contour.ColorBar.title:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/contour/__init__.py:docstring of plotly.graph_objects.contour.ColorBar.titlefont:7: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/contour/__init__.py:docstring of plotly.graph_objects.contour.ColorBar.titlefont:31: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/contour/__init__.py:docstring of plotly.graph_objects.contour.Contours.labelfont:7: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/contour/__init__.py:docstring of plotly.graph_objects.contour.Contours.labelfont:31: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/contour/__init__.py:docstring of plotly.graph_objects.contour.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/contour/__init__.py:docstring of plotly.graph_objects.contour.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/contourcarpet/__init__.py:docstring of plotly.graph_objects.contourcarpet.ColorBar.lenmode:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/contourcarpet/__init__.py:docstring of plotly.graph_objects.contourcarpet.ColorBar.tickfont:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/contourcarpet/__init__.py:docstring of plotly.graph_objects.contourcarpet.ColorBar.tickfont:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/contourcarpet/__init__.py:docstring of plotly.graph_objects.contourcarpet.ColorBar.tickformatstopdefaults:8: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/contourcarpet/__init__.py:docstring of plotly.graph_objects.contourcarpet.ColorBar.tickformatstops:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/contourcarpet/__init__.py:docstring of plotly.graph_objects.contourcarpet.ColorBar.title:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/contourcarpet/__init__.py:docstring of plotly.graph_objects.contourcarpet.ColorBar.titlefont:8: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/contourcarpet/__init__.py:docstring of plotly.graph_objects.contourcarpet.ColorBar.titlefont:32: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/contourcarpet/__init__.py:docstring of plotly.graph_objects.contourcarpet.Contours.labelfont:7: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/contourcarpet/__init__.py:docstring of plotly.graph_objects.contourcarpet.Contours.labelfont:31: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/densitymapbox/__init__.py:docstring of plotly.graph_objects.densitymapbox.ColorBar.lenmode:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/densitymapbox/__init__.py:docstring of plotly.graph_objects.densitymapbox.ColorBar.tickfont:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/densitymapbox/__init__.py:docstring of plotly.graph_objects.densitymapbox.ColorBar.tickfont:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/densitymapbox/__init__.py:docstring of plotly.graph_objects.densitymapbox.ColorBar.tickformatstopdefaults:8: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/densitymapbox/__init__.py:docstring of plotly.graph_objects.densitymapbox.ColorBar.tickformatstops:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/densitymapbox/__init__.py:docstring of plotly.graph_objects.densitymapbox.ColorBar.title:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/densitymapbox/__init__.py:docstring of plotly.graph_objects.densitymapbox.ColorBar.titlefont:8: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/densitymapbox/__init__.py:docstring of plotly.graph_objects.densitymapbox.ColorBar.titlefont:32: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/densitymapbox/__init__.py:docstring of plotly.graph_objects.densitymapbox.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/densitymapbox/__init__.py:docstring of plotly.graph_objects.densitymapbox.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Figure.rst:2: WARNING: duplicate object description of plotly.graph_objects.Figure, other instance in generated/generated/plotly.graph_objects.Figure, use :noindex: for one of them
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Figure.rst:2: WARNING: duplicate object description of plotly.graph_objects.Figure.__init__, other instance in generated/generated/plotly.graph_objects.Figure, use :noindex: for one of them
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.__init__:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.__init__:11: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.__init__:33: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.__init__:340: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.__init__:502: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.add_bar:234: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.add_box:203: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.add_candlestick:128: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.add_carpet:116: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.add_contour:220: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.add_contourcarpet:174: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.add_funnel:222: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.add_heatmap:211: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.add_heatmapgl:153: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.add_histogram:212: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.add_histogram2d:236: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.add_histogram2dcontour:251: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.add_image:138: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.add_ohlc:127: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.add_pointcloud:126: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.add_scatter:28: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.add_scatter:53: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.add_scatter:168: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.add_scatter:274: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.add_scattercarpet:196: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.add_scattergl:21: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.add_scattergl:211: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.add_scatterpolargl:21: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.add_trace:26: WARNING: Unexpected indentation.
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Figure.rst:8427: WARNING: duplicate object description of plotly.graph_objects.Figure.add_traces, other instance in generated/generated/plotly.graph_objects.Figure.add_traces, use :noindex: for one of them
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.add_violin:225: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.add_waterfall:230: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.batch_animate:8: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.get_subplot:26: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.get_subplot:30: WARNING: Unexpected indentation.
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Figure.rst:10353: WARNING: duplicate object description of plotly.graph_objects.Figure.show, other instance in generated/generated/plotly.graph_objects.Figure.show, use :noindex: for one of them
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.update_annotations:32: WARNING: Inline strong start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.update_annotations:32: WARNING: Inline strong start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.update_coloraxes:22: WARNING: Inline strong start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.update_coloraxes:22: WARNING: Inline strong start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.update_geos:22: WARNING: Inline strong start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.update_geos:22: WARNING: Inline strong start-string without end-string.
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Figure.rst:10693: WARNING: duplicate object description of plotly.graph_objects.Figure.update_layout, other instance in generated/generated/plotly.graph_objects.Figure.update_layout, use :noindex: for one of them
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.update_layout_images:32: WARNING: Inline strong start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.update_layout_images:32: WARNING: Inline strong start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.update_mapboxes:22: WARNING: Inline strong start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.update_mapboxes:22: WARNING: Inline strong start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.update_polars:22: WARNING: Inline strong start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.update_polars:22: WARNING: Inline strong start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.update_scenes:22: WARNING: Inline strong start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.update_scenes:22: WARNING: Inline strong start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.update_shapes:32: WARNING: Inline strong start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.update_shapes:32: WARNING: Inline strong start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.update_ternaries:22: WARNING: Inline strong start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.update_ternaries:22: WARNING: Inline strong start-string without end-string.
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Figure.rst:10930: WARNING: duplicate object description of plotly.graph_objects.Figure.update_traces, other instance in generated/generated/plotly.graph_objects.Figure.update_traces, use :noindex: for one of them
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.update_traces:35: WARNING: Inline strong start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.update_traces:35: WARNING: Inline strong start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.update_xaxes:22: WARNING: Inline strong start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.update_xaxes:22: WARNING: Inline strong start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.update_yaxes:35: WARNING: Inline strong start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.update_yaxes:35: WARNING: Inline strong start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.add_shape:49: WARNING: Undefined substitution referenced: "(`x0`+`x1`)/2 - `x0`".
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objects.Figure.add_shape:49: WARNING: Undefined substitution referenced: "(`y0`+`y1`)/2 -`y0`)".
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/funnel/__init__.py:docstring of plotly.graph_objects.funnel.Connector.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/funnel/__init__.py:docstring of plotly.graph_objects.funnel.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/funnel/__init__.py:docstring of plotly.graph_objects.funnel.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/funnel/__init__.py:docstring of plotly.graph_objects.funnel.Marker.colorbar:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/funnel/__init__.py:docstring of plotly.graph_objects.funnel.Marker.colorbar:57: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/funnel/__init__.py:docstring of plotly.graph_objects.funnel.Marker.colorscale:15: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/funnel/__init__.py:docstring of plotly.graph_objects.funnel.Marker.colorscale:37: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/funnel/__init__.py:docstring of plotly.graph_objects.funnel.Marker.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/funnel/__init__.py:docstring of plotly.graph_objects.funnel.Marker.showscale:1: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/funnelarea/__init__.py:docstring of plotly.graph_objects.funnelarea.Domain.x:11: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/funnelarea/__init__.py:docstring of plotly.graph_objects.funnelarea.Domain.x:17: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/funnelarea/__init__.py:docstring of plotly.graph_objects.funnelarea.Domain.y:11: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/funnelarea/__init__.py:docstring of plotly.graph_objects.funnelarea.Domain.y:17: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/funnelarea/__init__.py:docstring of plotly.graph_objects.funnelarea.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/funnelarea/__init__.py:docstring of plotly.graph_objects.funnelarea.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/funnelarea/__init__.py:docstring of plotly.graph_objects.funnelarea.Marker.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/funnelarea/__init__.py:docstring of plotly.graph_objects.funnelarea.Title.font:6: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/funnelarea/__init__.py:docstring of plotly.graph_objects.funnelarea.Title.font:36: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/heatmap/__init__.py:docstring of plotly.graph_objects.heatmap.ColorBar.lenmode:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/heatmap/__init__.py:docstring of plotly.graph_objects.heatmap.ColorBar.tickfont:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/heatmap/__init__.py:docstring of plotly.graph_objects.heatmap.ColorBar.tickfont:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/heatmap/__init__.py:docstring of plotly.graph_objects.heatmap.ColorBar.tickformatstopdefaults:8: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/heatmap/__init__.py:docstring of plotly.graph_objects.heatmap.ColorBar.tickformatstops:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/heatmap/__init__.py:docstring of plotly.graph_objects.heatmap.ColorBar.title:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/heatmap/__init__.py:docstring of plotly.graph_objects.heatmap.ColorBar.titlefont:7: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/heatmap/__init__.py:docstring of plotly.graph_objects.heatmap.ColorBar.titlefont:31: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/heatmap/__init__.py:docstring of plotly.graph_objects.heatmap.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/heatmap/__init__.py:docstring of plotly.graph_objects.heatmap.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram/__init__.py:docstring of plotly.graph_objects.histogram.ErrorX.type:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram/__init__.py:docstring of plotly.graph_objects.histogram.ErrorY.type:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram/__init__.py:docstring of plotly.graph_objects.histogram.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram/__init__.py:docstring of plotly.graph_objects.histogram.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram/__init__.py:docstring of plotly.graph_objects.histogram.Marker.colorbar:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram/__init__.py:docstring of plotly.graph_objects.histogram.Marker.colorbar:57: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram/__init__.py:docstring of plotly.graph_objects.histogram.Marker.colorscale:15: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram/__init__.py:docstring of plotly.graph_objects.histogram.Marker.colorscale:37: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram/__init__.py:docstring of plotly.graph_objects.histogram.Marker.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram/__init__.py:docstring of plotly.graph_objects.histogram.Marker.showscale:1: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram/__init__.py:docstring of plotly.graph_objects.histogram.Selected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram/__init__.py:docstring of plotly.graph_objects.histogram.Selected.textfont:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram/__init__.py:docstring of plotly.graph_objects.histogram.Unselected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram/__init__.py:docstring of plotly.graph_objects.histogram.Unselected.textfont:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram2d/__init__.py:docstring of plotly.graph_objects.histogram2d.ColorBar.lenmode:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram2d/__init__.py:docstring of plotly.graph_objects.histogram2d.ColorBar.tickfont:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram2d/__init__.py:docstring of plotly.graph_objects.histogram2d.ColorBar.tickfont:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram2d/__init__.py:docstring of plotly.graph_objects.histogram2d.ColorBar.tickformatstopdefaults:8: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram2d/__init__.py:docstring of plotly.graph_objects.histogram2d.ColorBar.tickformatstops:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram2d/__init__.py:docstring of plotly.graph_objects.histogram2d.ColorBar.title:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram2d/__init__.py:docstring of plotly.graph_objects.histogram2d.ColorBar.titlefont:7: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram2d/__init__.py:docstring of plotly.graph_objects.histogram2d.ColorBar.titlefont:31: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram2d/__init__.py:docstring of plotly.graph_objects.histogram2d.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram2d/__init__.py:docstring of plotly.graph_objects.histogram2d.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram2dcontour/__init__.py:docstring of plotly.graph_objects.histogram2dcontour.ColorBar.lenmode:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram2dcontour/__init__.py:docstring of plotly.graph_objects.histogram2dcontour.ColorBar.tickfont:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram2dcontour/__init__.py:docstring of plotly.graph_objects.histogram2dcontour.ColorBar.tickfont:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram2dcontour/__init__.py:docstring of plotly.graph_objects.histogram2dcontour.ColorBar.tickformatstopdefaults:8: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram2dcontour/__init__.py:docstring of plotly.graph_objects.histogram2dcontour.ColorBar.tickformatstops:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram2dcontour/__init__.py:docstring of plotly.graph_objects.histogram2dcontour.ColorBar.title:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram2dcontour/__init__.py:docstring of plotly.graph_objects.histogram2dcontour.ColorBar.titlefont:8: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram2dcontour/__init__.py:docstring of plotly.graph_objects.histogram2dcontour.ColorBar.titlefont:32: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram2dcontour/__init__.py:docstring of plotly.graph_objects.histogram2dcontour.Contours.labelfont:7: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram2dcontour/__init__.py:docstring of plotly.graph_objects.histogram2dcontour.Contours.labelfont:31: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram2dcontour/__init__.py:docstring of plotly.graph_objects.histogram2dcontour.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/histogram2dcontour/__init__.py:docstring of plotly.graph_objects.histogram2dcontour.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/image/__init__.py:docstring of plotly.graph_objects.image.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/image/__init__.py:docstring of plotly.graph_objects.image.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/indicator/__init__.py:docstring of plotly.graph_objects.indicator.Delta.decreasing:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/indicator/__init__.py:docstring of plotly.graph_objects.indicator.Delta.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/indicator/__init__.py:docstring of plotly.graph_objects.indicator.Delta.font:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/indicator/__init__.py:docstring of plotly.graph_objects.indicator.Delta.increasing:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/indicator/__init__.py:docstring of plotly.graph_objects.indicator.Domain.x:11: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/indicator/__init__.py:docstring of plotly.graph_objects.indicator.Domain.x:17: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/indicator/__init__.py:docstring of plotly.graph_objects.indicator.Domain.y:11: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/indicator/__init__.py:docstring of plotly.graph_objects.indicator.Domain.y:17: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/indicator/__init__.py:docstring of plotly.graph_objects.indicator.Gauge.axis:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/indicator/__init__.py:docstring of plotly.graph_objects.indicator.Gauge.bar:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/indicator/__init__.py:docstring of plotly.graph_objects.indicator.Gauge.stepdefaults:8: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/indicator/__init__.py:docstring of plotly.graph_objects.indicator.Gauge.steps:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/indicator/__init__.py:docstring of plotly.graph_objects.indicator.Gauge.threshold:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/indicator/__init__.py:docstring of plotly.graph_objects.indicator.Number.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/indicator/__init__.py:docstring of plotly.graph_objects.indicator.Number.font:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/indicator/__init__.py:docstring of plotly.graph_objects.indicator.Title.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/indicator/__init__.py:docstring of plotly.graph_objects.indicator.Title.font:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/isosurface/__init__.py:docstring of plotly.graph_objects.isosurface.Caps.x:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/isosurface/__init__.py:docstring of plotly.graph_objects.isosurface.Caps.y:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/isosurface/__init__.py:docstring of plotly.graph_objects.isosurface.Caps.z:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/isosurface/__init__.py:docstring of plotly.graph_objects.isosurface.ColorBar.lenmode:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/isosurface/__init__.py:docstring of plotly.graph_objects.isosurface.ColorBar.tickfont:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/isosurface/__init__.py:docstring of plotly.graph_objects.isosurface.ColorBar.tickfont:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/isosurface/__init__.py:docstring of plotly.graph_objects.isosurface.ColorBar.tickformatstopdefaults:7: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/isosurface/__init__.py:docstring of plotly.graph_objects.isosurface.ColorBar.tickformatstops:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/isosurface/__init__.py:docstring of plotly.graph_objects.isosurface.ColorBar.title:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/isosurface/__init__.py:docstring of plotly.graph_objects.isosurface.ColorBar.titlefont:7: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/isosurface/__init__.py:docstring of plotly.graph_objects.isosurface.ColorBar.titlefont:31: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/isosurface/__init__.py:docstring of plotly.graph_objects.isosurface.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/isosurface/__init__.py:docstring of plotly.graph_objects.isosurface.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/isosurface/__init__.py:docstring of plotly.graph_objects.isosurface.Slices.x:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/isosurface/__init__.py:docstring of plotly.graph_objects.isosurface.Slices.y:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/isosurface/__init__.py:docstring of plotly.graph_objects.isosurface.Slices.z:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/isosurface/__init__.py:docstring of plotly.graph_objects.isosurface.Surface.pattern:11: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/__init__.py:docstring of plotly.graph_objects.Layout.__init__:219: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.AngularAxis.domain:11: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.AngularAxis.domain:17: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.AngularAxis.range:11: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.AngularAxis.range:17: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Annotation.arrowside:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Annotation.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Annotation.font:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Annotation.hoverlabel:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Annotation.arrowside:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Annotation.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Annotation.font:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Annotation.hoverlabel:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Coloraxis.colorbar:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Coloraxis.colorbar:57: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Coloraxis.colorscale:14: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Coloraxis.colorscale:36: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Colorscale.diverging:6: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Colorscale.diverging:28: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Colorscale.sequential:7: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Colorscale.sequential:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Colorscale.sequentialminus:7: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Colorscale.sequentialminus:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Geo.center:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Geo.domain:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Geo.lataxis:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Geo.lonaxis:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Geo.projection:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Grid.domain:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Grid.subplots:11: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Grid.subplots:13: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Grid.subplots:14: WARNING: Block quote ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Grid.xaxes:10: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Grid.xaxes:12: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Grid.xaxes:13: WARNING: Block quote ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Grid.yaxes:10: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Grid.yaxes:12: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Grid.yaxes:13: WARNING: Block quote ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Hoverlabel.font:6: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Hoverlabel.font:30: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Legend.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Legend.font:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Legend.traceorder:11: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Mapbox.center:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Mapbox.domain:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Mapbox.layerdefaults:7: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Mapbox.layers:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Polar.angularaxis:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Polar.angularaxis:243: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Polar.domain:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Polar.radialaxis:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Polar.radialaxis:145: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Polar.sector:13: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Polar.sector:19: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.RadialAxis.domain:11: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.RadialAxis.domain:17: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.RadialAxis.range:11: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.RadialAxis.range:17: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Scene.annotationdefaults:8: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Scene.annotations:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Scene.aspectratio:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Scene.camera:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Scene.domain:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Scene.xaxis:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Scene.xaxis:140: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Scene.yaxis:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Scene.yaxis:140: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Scene.zaxis:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Scene.zaxis:140: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Shape.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Shape.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Slider.currentvalue:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Slider.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Slider.font:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Slider.lenmode:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Slider.pad:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Slider.stepdefaults:7: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Slider.steps:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Slider.transition:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Slider.currentvalue:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Slider.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Slider.font:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Slider.lenmode:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Slider.pad:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Slider.stepdefaults:7: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Slider.steps:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Slider.transition:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Template.data:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Template.layout:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Ternary.aaxis:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Ternary.baxis:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Ternary.caxis:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Ternary.domain:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Title.font:6: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Title.font:30: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Title.pad:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Title.pad:10: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Updatemenu.buttondefaults:8: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Updatemenu.buttons:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Updatemenu.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Updatemenu.font:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Updatemenu.pad:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Updatemenu.buttondefaults:8: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Updatemenu.buttons:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Updatemenu.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Updatemenu.font:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Updatemenu.pad:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.XAxis.domain:10: WARNING: Block quote ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.XAxis.domain:16: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.XAxis.range:17: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.XAxis.range:21: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.XAxis.rangemode:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.XAxis.rangeselector:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.XAxis.rangeslider:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.XAxis.spikemode:9: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.XAxis.tickfont:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.XAxis.tickfont:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.XAxis.tickformatstopdefaults:8: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.XAxis.tickformatstops:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.XAxis.title:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.XAxis.titlefont:7: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.XAxis.titlefont:31: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.YAxis.domain:10: WARNING: Block quote ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.YAxis.domain:16: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.YAxis.range:17: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.YAxis.range:21: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.YAxis.rangemode:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.YAxis.spikemode:9: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.YAxis.tickfont:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.YAxis.tickfont:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.YAxis.tickformatstopdefaults:8: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.YAxis.tickformatstops:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.YAxis.title:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.YAxis.titlefont:7: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.YAxis.titlefont:31: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Shape.type:1: WARNING: Undefined substitution referenced: "(`x0`+`x1`)/2 - `x0`".
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Shape.type:1: WARNING: Undefined substitution referenced: "(`y0`+`y1`)/2 -`y0`)".
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Shape.type:1: WARNING: Undefined substitution referenced: "(`x0`+`x1`)/2 - `x0`".
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/layout/__init__.py:docstring of plotly.graph_objects.layout.Shape.type:1: WARNING: Undefined substitution referenced: "(`y0`+`y1`)/2 -`y0`)".
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/mesh3d/__init__.py:docstring of plotly.graph_objects.mesh3d.ColorBar.lenmode:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/mesh3d/__init__.py:docstring of plotly.graph_objects.mesh3d.ColorBar.tickfont:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/mesh3d/__init__.py:docstring of plotly.graph_objects.mesh3d.ColorBar.tickfont:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/mesh3d/__init__.py:docstring of plotly.graph_objects.mesh3d.ColorBar.tickformatstopdefaults:8: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/mesh3d/__init__.py:docstring of plotly.graph_objects.mesh3d.ColorBar.tickformatstops:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/mesh3d/__init__.py:docstring of plotly.graph_objects.mesh3d.ColorBar.title:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/mesh3d/__init__.py:docstring of plotly.graph_objects.mesh3d.ColorBar.titlefont:7: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/mesh3d/__init__.py:docstring of plotly.graph_objects.mesh3d.ColorBar.titlefont:31: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/mesh3d/__init__.py:docstring of plotly.graph_objects.mesh3d.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/mesh3d/__init__.py:docstring of plotly.graph_objects.mesh3d.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/ohlc/__init__.py:docstring of plotly.graph_objects.ohlc.Decreasing.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/ohlc/__init__.py:docstring of plotly.graph_objects.ohlc.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/ohlc/__init__.py:docstring of plotly.graph_objects.ohlc.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/ohlc/__init__.py:docstring of plotly.graph_objects.ohlc.Increasing.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/parcats/__init__.py:docstring of plotly.graph_objects.parcats.Domain.x:11: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/parcats/__init__.py:docstring of plotly.graph_objects.parcats.Domain.x:17: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/parcats/__init__.py:docstring of plotly.graph_objects.parcats.Domain.y:11: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/parcats/__init__.py:docstring of plotly.graph_objects.parcats.Domain.y:17: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/parcats/__init__.py:docstring of plotly.graph_objects.parcats.Line.colorbar:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/parcats/__init__.py:docstring of plotly.graph_objects.parcats.Line.colorbar:57: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/parcats/__init__.py:docstring of plotly.graph_objects.parcats.Line.colorscale:15: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/parcats/__init__.py:docstring of plotly.graph_objects.parcats.Line.colorscale:37: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/parcats/__init__.py:docstring of plotly.graph_objects.parcats.Line.showscale:1: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/parcoords/__init__.py:docstring of plotly.graph_objects.parcoords.Dimension.constraintrange:14: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/parcoords/__init__.py:docstring of plotly.graph_objects.parcoords.Dimension.constraintrange:20: WARNING: Enumerated list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/parcoords/__init__.py:docstring of plotly.graph_objects.parcoords.Dimension.constraintrange:26: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/parcoords/__init__.py:docstring of plotly.graph_objects.parcoords.Dimension.range:12: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/parcoords/__init__.py:docstring of plotly.graph_objects.parcoords.Dimension.range:18: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/parcoords/__init__.py:docstring of plotly.graph_objects.parcoords.Dimension.constraintrange:14: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/parcoords/__init__.py:docstring of plotly.graph_objects.parcoords.Dimension.constraintrange:20: WARNING: Enumerated list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/parcoords/__init__.py:docstring of plotly.graph_objects.parcoords.Dimension.constraintrange:26: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/parcoords/__init__.py:docstring of plotly.graph_objects.parcoords.Dimension.range:12: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/parcoords/__init__.py:docstring of plotly.graph_objects.parcoords.Dimension.range:18: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/parcoords/__init__.py:docstring of plotly.graph_objects.parcoords.Domain.x:11: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/parcoords/__init__.py:docstring of plotly.graph_objects.parcoords.Domain.x:17: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/parcoords/__init__.py:docstring of plotly.graph_objects.parcoords.Domain.y:11: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/parcoords/__init__.py:docstring of plotly.graph_objects.parcoords.Domain.y:17: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/parcoords/__init__.py:docstring of plotly.graph_objects.parcoords.Line.colorbar:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/parcoords/__init__.py:docstring of plotly.graph_objects.parcoords.Line.colorbar:57: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/parcoords/__init__.py:docstring of plotly.graph_objects.parcoords.Line.colorscale:15: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/parcoords/__init__.py:docstring of plotly.graph_objects.parcoords.Line.colorscale:37: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/parcoords/__init__.py:docstring of plotly.graph_objects.parcoords.Line.showscale:1: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/pie/__init__.py:docstring of plotly.graph_objects.pie.Domain.x:11: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/pie/__init__.py:docstring of plotly.graph_objects.pie.Domain.x:17: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/pie/__init__.py:docstring of plotly.graph_objects.pie.Domain.y:10: WARNING: Block quote ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/pie/__init__.py:docstring of plotly.graph_objects.pie.Domain.y:16: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/pie/__init__.py:docstring of plotly.graph_objects.pie.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/pie/__init__.py:docstring of plotly.graph_objects.pie.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/pie/__init__.py:docstring of plotly.graph_objects.pie.Marker.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/pie/__init__.py:docstring of plotly.graph_objects.pie.Title.font:6: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/pie/__init__.py:docstring of plotly.graph_objects.pie.Title.font:36: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/sankey/__init__.py:docstring of plotly.graph_objects.sankey.Domain.x:11: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/sankey/__init__.py:docstring of plotly.graph_objects.sankey.Domain.x:17: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/sankey/__init__.py:docstring of plotly.graph_objects.sankey.Domain.y:11: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/sankey/__init__.py:docstring of plotly.graph_objects.sankey.Domain.y:17: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/sankey/__init__.py:docstring of plotly.graph_objects.sankey.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/sankey/__init__.py:docstring of plotly.graph_objects.sankey.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/sankey/__init__.py:docstring of plotly.graph_objects.sankey.Link.colorscaledefaults:8: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/sankey/__init__.py:docstring of plotly.graph_objects.sankey.Link.colorscales:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/sankey/__init__.py:docstring of plotly.graph_objects.sankey.Link.hoverlabel:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/sankey/__init__.py:docstring of plotly.graph_objects.sankey.Link.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/sankey/__init__.py:docstring of plotly.graph_objects.sankey.Node.groups:7: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/sankey/__init__.py:docstring of plotly.graph_objects.sankey.Node.hoverlabel:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/sankey/__init__.py:docstring of plotly.graph_objects.sankey.Node.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/__init__.py:docstring of plotly.graph_objects.Scatter.__init__:30: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/__init__.py:docstring of plotly.graph_objects.Scatter.__init__:55: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/__init__.py:docstring of plotly.graph_objects.Scatter.__init__:170: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter/__init__.py:docstring of plotly.graph_objects.scatter.ErrorX.type:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter/__init__.py:docstring of plotly.graph_objects.scatter.ErrorY.type:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter/__init__.py:docstring of plotly.graph_objects.scatter.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter/__init__.py:docstring of plotly.graph_objects.scatter.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter/__init__.py:docstring of plotly.graph_objects.scatter.Marker.colorbar:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter/__init__.py:docstring of plotly.graph_objects.scatter.Marker.colorbar:57: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter/__init__.py:docstring of plotly.graph_objects.scatter.Marker.colorscale:15: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter/__init__.py:docstring of plotly.graph_objects.scatter.Marker.colorscale:37: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter/__init__.py:docstring of plotly.graph_objects.scatter.Marker.gradient:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter/__init__.py:docstring of plotly.graph_objects.scatter.Marker.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter/__init__.py:docstring of plotly.graph_objects.scatter.Marker.showscale:1: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter/__init__.py:docstring of plotly.graph_objects.scatter.Selected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter/__init__.py:docstring of plotly.graph_objects.scatter.Selected.textfont:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter/__init__.py:docstring of plotly.graph_objects.scatter.Unselected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter/__init__.py:docstring of plotly.graph_objects.scatter.Unselected.textfont:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter3d/__init__.py:docstring of plotly.graph_objects.scatter3d.ErrorX.type:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter3d/__init__.py:docstring of plotly.graph_objects.scatter3d.ErrorY.type:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter3d/__init__.py:docstring of plotly.graph_objects.scatter3d.ErrorZ.type:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter3d/__init__.py:docstring of plotly.graph_objects.scatter3d.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter3d/__init__.py:docstring of plotly.graph_objects.scatter3d.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter3d/__init__.py:docstring of plotly.graph_objects.scatter3d.Line.colorbar:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter3d/__init__.py:docstring of plotly.graph_objects.scatter3d.Line.colorbar:57: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter3d/__init__.py:docstring of plotly.graph_objects.scatter3d.Line.colorscale:15: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter3d/__init__.py:docstring of plotly.graph_objects.scatter3d.Line.colorscale:37: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter3d/__init__.py:docstring of plotly.graph_objects.scatter3d.Line.showscale:1: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter3d/__init__.py:docstring of plotly.graph_objects.scatter3d.Marker.colorbar:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter3d/__init__.py:docstring of plotly.graph_objects.scatter3d.Marker.colorbar:57: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter3d/__init__.py:docstring of plotly.graph_objects.scatter3d.Marker.colorscale:15: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter3d/__init__.py:docstring of plotly.graph_objects.scatter3d.Marker.colorscale:37: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter3d/__init__.py:docstring of plotly.graph_objects.scatter3d.Marker.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter3d/__init__.py:docstring of plotly.graph_objects.scatter3d.Marker.showscale:1: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter3d/__init__.py:docstring of plotly.graph_objects.scatter3d.Projection.x:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter3d/__init__.py:docstring of plotly.graph_objects.scatter3d.Projection.y:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatter3d/__init__.py:docstring of plotly.graph_objects.scatter3d.Projection.z:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattercarpet/__init__.py:docstring of plotly.graph_objects.scattercarpet.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattercarpet/__init__.py:docstring of plotly.graph_objects.scattercarpet.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattercarpet/__init__.py:docstring of plotly.graph_objects.scattercarpet.Marker.colorbar:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattercarpet/__init__.py:docstring of plotly.graph_objects.scattercarpet.Marker.colorbar:57: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattercarpet/__init__.py:docstring of plotly.graph_objects.scattercarpet.Marker.colorscale:15: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattercarpet/__init__.py:docstring of plotly.graph_objects.scattercarpet.Marker.colorscale:37: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattercarpet/__init__.py:docstring of plotly.graph_objects.scattercarpet.Marker.gradient:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattercarpet/__init__.py:docstring of plotly.graph_objects.scattercarpet.Marker.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattercarpet/__init__.py:docstring of plotly.graph_objects.scattercarpet.Marker.showscale:1: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattercarpet/__init__.py:docstring of plotly.graph_objects.scattercarpet.Selected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattercarpet/__init__.py:docstring of plotly.graph_objects.scattercarpet.Selected.textfont:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattercarpet/__init__.py:docstring of plotly.graph_objects.scattercarpet.Unselected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattercarpet/__init__.py:docstring of plotly.graph_objects.scattercarpet.Unselected.textfont:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattergeo/__init__.py:docstring of plotly.graph_objects.scattergeo.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattergeo/__init__.py:docstring of plotly.graph_objects.scattergeo.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattergeo/__init__.py:docstring of plotly.graph_objects.scattergeo.Marker.colorbar:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattergeo/__init__.py:docstring of plotly.graph_objects.scattergeo.Marker.colorbar:57: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattergeo/__init__.py:docstring of plotly.graph_objects.scattergeo.Marker.colorscale:15: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattergeo/__init__.py:docstring of plotly.graph_objects.scattergeo.Marker.colorscale:37: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattergeo/__init__.py:docstring of plotly.graph_objects.scattergeo.Marker.gradient:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattergeo/__init__.py:docstring of plotly.graph_objects.scattergeo.Marker.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattergeo/__init__.py:docstring of plotly.graph_objects.scattergeo.Marker.showscale:1: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattergeo/__init__.py:docstring of plotly.graph_objects.scattergeo.Selected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattergeo/__init__.py:docstring of plotly.graph_objects.scattergeo.Selected.textfont:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattergeo/__init__.py:docstring of plotly.graph_objects.scattergeo.Unselected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattergeo/__init__.py:docstring of plotly.graph_objects.scattergeo.Unselected.textfont:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/__init__.py:docstring of plotly.graph_objects.Scattergl.__init__:23: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattergl/__init__.py:docstring of plotly.graph_objects.scattergl.ErrorX.type:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattergl/__init__.py:docstring of plotly.graph_objects.scattergl.ErrorY.type:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattergl/__init__.py:docstring of plotly.graph_objects.scattergl.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattergl/__init__.py:docstring of plotly.graph_objects.scattergl.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattergl/__init__.py:docstring of plotly.graph_objects.scattergl.Marker.colorbar:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattergl/__init__.py:docstring of plotly.graph_objects.scattergl.Marker.colorbar:57: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattergl/__init__.py:docstring of plotly.graph_objects.scattergl.Marker.colorscale:15: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattergl/__init__.py:docstring of plotly.graph_objects.scattergl.Marker.colorscale:37: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattergl/__init__.py:docstring of plotly.graph_objects.scattergl.Marker.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattergl/__init__.py:docstring of plotly.graph_objects.scattergl.Marker.showscale:1: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattergl/__init__.py:docstring of plotly.graph_objects.scattergl.Selected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattergl/__init__.py:docstring of plotly.graph_objects.scattergl.Selected.textfont:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattergl/__init__.py:docstring of plotly.graph_objects.scattergl.Unselected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattergl/__init__.py:docstring of plotly.graph_objects.scattergl.Unselected.textfont:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattermapbox/__init__.py:docstring of plotly.graph_objects.scattermapbox.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattermapbox/__init__.py:docstring of plotly.graph_objects.scattermapbox.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattermapbox/__init__.py:docstring of plotly.graph_objects.scattermapbox.Marker.colorbar:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattermapbox/__init__.py:docstring of plotly.graph_objects.scattermapbox.Marker.colorbar:57: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattermapbox/__init__.py:docstring of plotly.graph_objects.scattermapbox.Marker.colorscale:15: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattermapbox/__init__.py:docstring of plotly.graph_objects.scattermapbox.Marker.colorscale:37: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattermapbox/__init__.py:docstring of plotly.graph_objects.scattermapbox.Marker.showscale:1: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattermapbox/__init__.py:docstring of plotly.graph_objects.scattermapbox.Selected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scattermapbox/__init__.py:docstring of plotly.graph_objects.scattermapbox.Unselected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterpolar/__init__.py:docstring of plotly.graph_objects.scatterpolar.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterpolar/__init__.py:docstring of plotly.graph_objects.scatterpolar.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterpolar/__init__.py:docstring of plotly.graph_objects.scatterpolar.Marker.colorbar:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterpolar/__init__.py:docstring of plotly.graph_objects.scatterpolar.Marker.colorbar:57: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterpolar/__init__.py:docstring of plotly.graph_objects.scatterpolar.Marker.colorscale:15: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterpolar/__init__.py:docstring of plotly.graph_objects.scatterpolar.Marker.colorscale:37: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterpolar/__init__.py:docstring of plotly.graph_objects.scatterpolar.Marker.gradient:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterpolar/__init__.py:docstring of plotly.graph_objects.scatterpolar.Marker.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterpolar/__init__.py:docstring of plotly.graph_objects.scatterpolar.Marker.showscale:1: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterpolar/__init__.py:docstring of plotly.graph_objects.scatterpolar.Selected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterpolar/__init__.py:docstring of plotly.graph_objects.scatterpolar.Selected.textfont:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterpolar/__init__.py:docstring of plotly.graph_objects.scatterpolar.Unselected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterpolar/__init__.py:docstring of plotly.graph_objects.scatterpolar.Unselected.textfont:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/__init__.py:docstring of plotly.graph_objects.Scatterpolargl.__init__:23: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterpolargl/__init__.py:docstring of plotly.graph_objects.scatterpolargl.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterpolargl/__init__.py:docstring of plotly.graph_objects.scatterpolargl.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterpolargl/__init__.py:docstring of plotly.graph_objects.scatterpolargl.Marker.colorbar:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterpolargl/__init__.py:docstring of plotly.graph_objects.scatterpolargl.Marker.colorbar:57: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterpolargl/__init__.py:docstring of plotly.graph_objects.scatterpolargl.Marker.colorscale:15: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterpolargl/__init__.py:docstring of plotly.graph_objects.scatterpolargl.Marker.colorscale:37: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterpolargl/__init__.py:docstring of plotly.graph_objects.scatterpolargl.Marker.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterpolargl/__init__.py:docstring of plotly.graph_objects.scatterpolargl.Marker.showscale:1: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterpolargl/__init__.py:docstring of plotly.graph_objects.scatterpolargl.Selected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterpolargl/__init__.py:docstring of plotly.graph_objects.scatterpolargl.Selected.textfont:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterpolargl/__init__.py:docstring of plotly.graph_objects.scatterpolargl.Unselected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterpolargl/__init__.py:docstring of plotly.graph_objects.scatterpolargl.Unselected.textfont:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterternary/__init__.py:docstring of plotly.graph_objects.scatterternary.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterternary/__init__.py:docstring of plotly.graph_objects.scatterternary.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterternary/__init__.py:docstring of plotly.graph_objects.scatterternary.Marker.colorbar:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterternary/__init__.py:docstring of plotly.graph_objects.scatterternary.Marker.colorbar:57: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterternary/__init__.py:docstring of plotly.graph_objects.scatterternary.Marker.colorscale:15: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterternary/__init__.py:docstring of plotly.graph_objects.scatterternary.Marker.colorscale:37: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterternary/__init__.py:docstring of plotly.graph_objects.scatterternary.Marker.gradient:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterternary/__init__.py:docstring of plotly.graph_objects.scatterternary.Marker.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterternary/__init__.py:docstring of plotly.graph_objects.scatterternary.Marker.showscale:1: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterternary/__init__.py:docstring of plotly.graph_objects.scatterternary.Selected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterternary/__init__.py:docstring of plotly.graph_objects.scatterternary.Selected.textfont:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterternary/__init__.py:docstring of plotly.graph_objects.scatterternary.Unselected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/scatterternary/__init__.py:docstring of plotly.graph_objects.scatterternary.Unselected.textfont:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/splom/__init__.py:docstring of plotly.graph_objects.splom.Dimension.axis:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/splom/__init__.py:docstring of plotly.graph_objects.splom.Dimension.axis:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/splom/__init__.py:docstring of plotly.graph_objects.splom.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/splom/__init__.py:docstring of plotly.graph_objects.splom.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/splom/__init__.py:docstring of plotly.graph_objects.splom.Marker.colorbar:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/splom/__init__.py:docstring of plotly.graph_objects.splom.Marker.colorbar:57: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/splom/__init__.py:docstring of plotly.graph_objects.splom.Marker.colorscale:15: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/splom/__init__.py:docstring of plotly.graph_objects.splom.Marker.colorscale:37: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/splom/__init__.py:docstring of plotly.graph_objects.splom.Marker.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/splom/__init__.py:docstring of plotly.graph_objects.splom.Marker.showscale:1: WARNING: Inline interpreted text or phrase reference start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/splom/__init__.py:docstring of plotly.graph_objects.splom.Selected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/splom/__init__.py:docstring of plotly.graph_objects.splom.Unselected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/streamtube/__init__.py:docstring of plotly.graph_objects.streamtube.ColorBar.lenmode:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/streamtube/__init__.py:docstring of plotly.graph_objects.streamtube.ColorBar.tickfont:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/streamtube/__init__.py:docstring of plotly.graph_objects.streamtube.ColorBar.tickfont:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/streamtube/__init__.py:docstring of plotly.graph_objects.streamtube.ColorBar.tickformatstopdefaults:7: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/streamtube/__init__.py:docstring of plotly.graph_objects.streamtube.ColorBar.tickformatstops:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/streamtube/__init__.py:docstring of plotly.graph_objects.streamtube.ColorBar.title:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/streamtube/__init__.py:docstring of plotly.graph_objects.streamtube.ColorBar.titlefont:7: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/streamtube/__init__.py:docstring of plotly.graph_objects.streamtube.ColorBar.titlefont:31: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/streamtube/__init__.py:docstring of plotly.graph_objects.streamtube.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/streamtube/__init__.py:docstring of plotly.graph_objects.streamtube.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/sunburst/__init__.py:docstring of plotly.graph_objects.sunburst.Domain.x:11: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/sunburst/__init__.py:docstring of plotly.graph_objects.sunburst.Domain.x:17: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/sunburst/__init__.py:docstring of plotly.graph_objects.sunburst.Domain.y:11: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/sunburst/__init__.py:docstring of plotly.graph_objects.sunburst.Domain.y:17: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/sunburst/__init__.py:docstring of plotly.graph_objects.sunburst.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/sunburst/__init__.py:docstring of plotly.graph_objects.sunburst.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/sunburst/__init__.py:docstring of plotly.graph_objects.sunburst.Marker.colorbar:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/sunburst/__init__.py:docstring of plotly.graph_objects.sunburst.Marker.colorbar:57: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/sunburst/__init__.py:docstring of plotly.graph_objects.sunburst.Marker.colorscale:15: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/sunburst/__init__.py:docstring of plotly.graph_objects.sunburst.Marker.colorscale:37: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/sunburst/__init__.py:docstring of plotly.graph_objects.sunburst.Marker.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/surface/__init__.py:docstring of plotly.graph_objects.surface.ColorBar.lenmode:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/surface/__init__.py:docstring of plotly.graph_objects.surface.ColorBar.tickfont:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/surface/__init__.py:docstring of plotly.graph_objects.surface.ColorBar.tickfont:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/surface/__init__.py:docstring of plotly.graph_objects.surface.ColorBar.tickformatstopdefaults:8: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/surface/__init__.py:docstring of plotly.graph_objects.surface.ColorBar.tickformatstops:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/surface/__init__.py:docstring of plotly.graph_objects.surface.ColorBar.title:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/surface/__init__.py:docstring of plotly.graph_objects.surface.ColorBar.titlefont:7: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/surface/__init__.py:docstring of plotly.graph_objects.surface.ColorBar.titlefont:31: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/surface/__init__.py:docstring of plotly.graph_objects.surface.Contours.x:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/surface/__init__.py:docstring of plotly.graph_objects.surface.Contours.y:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/surface/__init__.py:docstring of plotly.graph_objects.surface.Contours.z:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/surface/__init__.py:docstring of plotly.graph_objects.surface.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/surface/__init__.py:docstring of plotly.graph_objects.surface.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/table/__init__.py:docstring of plotly.graph_objects.table.Cells.fill:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/table/__init__.py:docstring of plotly.graph_objects.table.Cells.font:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/table/__init__.py:docstring of plotly.graph_objects.table.Cells.font:33: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/table/__init__.py:docstring of plotly.graph_objects.table.Cells.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/table/__init__.py:docstring of plotly.graph_objects.table.Cells.line:14: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/table/__init__.py:docstring of plotly.graph_objects.table.Domain.x:11: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/table/__init__.py:docstring of plotly.graph_objects.table.Domain.x:17: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/table/__init__.py:docstring of plotly.graph_objects.table.Domain.y:11: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/table/__init__.py:docstring of plotly.graph_objects.table.Domain.y:17: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/table/__init__.py:docstring of plotly.graph_objects.table.Header.fill:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/table/__init__.py:docstring of plotly.graph_objects.table.Header.font:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/table/__init__.py:docstring of plotly.graph_objects.table.Header.font:33: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/table/__init__.py:docstring of plotly.graph_objects.table.Header.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/table/__init__.py:docstring of plotly.graph_objects.table.Header.line:14: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/table/__init__.py:docstring of plotly.graph_objects.table.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/table/__init__.py:docstring of plotly.graph_objects.table.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/treemap/__init__.py:docstring of plotly.graph_objects.treemap.Domain.x:11: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/treemap/__init__.py:docstring of plotly.graph_objects.treemap.Domain.x:17: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/treemap/__init__.py:docstring of plotly.graph_objects.treemap.Domain.y:11: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/treemap/__init__.py:docstring of plotly.graph_objects.treemap.Domain.y:17: WARNING: Unexpected section title.

Returns
-------
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/treemap/__init__.py:docstring of plotly.graph_objects.treemap.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/treemap/__init__.py:docstring of plotly.graph_objects.treemap.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/treemap/__init__.py:docstring of plotly.graph_objects.treemap.Marker.colorbar:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/treemap/__init__.py:docstring of plotly.graph_objects.treemap.Marker.colorbar:57: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/treemap/__init__.py:docstring of plotly.graph_objects.treemap.Marker.colorscale:15: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/treemap/__init__.py:docstring of plotly.graph_objects.treemap.Marker.colorscale:37: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/treemap/__init__.py:docstring of plotly.graph_objects.treemap.Marker.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/treemap/__init__.py:docstring of plotly.graph_objects.treemap.Marker.pad:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/treemap/__init__.py:docstring of plotly.graph_objects.treemap.Pathbar.textfont:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/treemap/__init__.py:docstring of plotly.graph_objects.treemap.Pathbar.textfont:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/treemap/__init__.py:docstring of plotly.graph_objects.treemap.Tiling.flip:6: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/violin/__init__.py:docstring of plotly.graph_objects.violin.Box.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/violin/__init__.py:docstring of plotly.graph_objects.violin.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/violin/__init__.py:docstring of plotly.graph_objects.violin.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/violin/__init__.py:docstring of plotly.graph_objects.violin.Marker.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/violin/__init__.py:docstring of plotly.graph_objects.violin.Selected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/violin/__init__.py:docstring of plotly.graph_objects.violin.Unselected.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/volume/__init__.py:docstring of plotly.graph_objects.volume.Caps.x:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/volume/__init__.py:docstring of plotly.graph_objects.volume.Caps.y:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/volume/__init__.py:docstring of plotly.graph_objects.volume.Caps.z:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/volume/__init__.py:docstring of plotly.graph_objects.volume.ColorBar.lenmode:1: WARNING: Inline emphasis start-string without end-string.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/volume/__init__.py:docstring of plotly.graph_objects.volume.ColorBar.tickfont:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/volume/__init__.py:docstring of plotly.graph_objects.volume.ColorBar.tickfont:29: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/volume/__init__.py:docstring of plotly.graph_objects.volume.ColorBar.tickformatstopdefaults:8: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/volume/__init__.py:docstring of plotly.graph_objects.volume.ColorBar.tickformatstops:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/volume/__init__.py:docstring of plotly.graph_objects.volume.ColorBar.title:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/volume/__init__.py:docstring of plotly.graph_objects.volume.ColorBar.titlefont:7: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/volume/__init__.py:docstring of plotly.graph_objects.volume.ColorBar.titlefont:31: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/volume/__init__.py:docstring of plotly.graph_objects.volume.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/volume/__init__.py:docstring of plotly.graph_objects.volume.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/volume/__init__.py:docstring of plotly.graph_objects.volume.Slices.x:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/volume/__init__.py:docstring of plotly.graph_objects.volume.Slices.y:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/volume/__init__.py:docstring of plotly.graph_objects.volume.Slices.z:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/volume/__init__.py:docstring of plotly.graph_objects.volume.Surface.pattern:11: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/waterfall/__init__.py:docstring of plotly.graph_objects.waterfall.Connector.line:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/waterfall/__init__.py:docstring of plotly.graph_objects.waterfall.Decreasing.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/waterfall/__init__.py:docstring of plotly.graph_objects.waterfall.Hoverlabel.font:5: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/waterfall/__init__.py:docstring of plotly.graph_objects.waterfall.Hoverlabel.font:35: WARNING: Definition list ends without a blank line; unexpected unindent.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/waterfall/__init__.py:docstring of plotly.graph_objects.waterfall.Increasing.marker:3: WARNING: Unexpected indentation.
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/waterfall/__init__.py:docstring of plotly.graph_objects.waterfall.Totals.marker:3: WARNING: Unexpected indentation.
WARNING: error while formatting arguments for plotly.io.renderers: 'RenderersConfig' object has no attribute '__mro__'
WARNING: error while formatting arguments for plotly.io.templates: 'TemplatesConfig' object has no attribute '__mro__'
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/subplots.py:docstring of plotly.subplots.make_subplots:76: WARNING: Unexpected indentation.
/Users/aptx4869/github/plotly.py/doc/apidoc/plotly.io.rst:4: WARNING: Title underline too short.

`plotly.io`: low-level interface for displaying, reading and writing figures
==============
/Users/aptx4869/github/plotly.py/doc/apidoc/plotly.subplots.rst:4: WARNING: Title underline too short.

`plotly.subplots`: helper function for laying out multi-plot figures
===========================
/Users/aptx4869/github/plotly.py/doc/apidoc/plotly.subplots.rst:2: WARNING: duplicate object description of plotly.subplots.make_subplots, other instance in generated/plotly.subplots.make_subplots, use :noindex: for one of them
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/subplots.py:docstring of plotly.subplots.make_subplots:76: WARNING: Unexpected indentation.
looking for now-outdated files... none found
pickling environment... done
checking consistency... /Users/aptx4869/github/plotly.py/doc/apidoc/README.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/basefigure.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.basedatatypes.BaseFigure.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Bar.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Barpolar.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Box.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Candlestick.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Carpet.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Choropleth.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Choroplethmapbox.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Cone.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Contour.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Contourcarpet.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Densitymapbox.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Figure.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Funnel.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Funnelarea.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Heatmap.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Histogram.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Histogram2d.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Histogram2dContour.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Image.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Indicator.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Isosurface.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Layout.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Mesh3d.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Ohlc.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Parcats.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Parcoords.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Pie.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Sankey.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Scatter.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Scatter3d.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Scattercarpet.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Scattergeo.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Scattergl.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Scattermapbox.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Scatterpolar.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Scatterpolargl.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Scatterternary.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Splom.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Streamtube.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Sunburst.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Surface.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Table.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Treemap.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Violin.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Volume.rst: WARNING: document isn't included in any toctree
/Users/aptx4869/github/plotly.py/doc/apidoc/generated/plotly.graph_objects.Waterfall.rst: WARNING: document isn't included in any toctree
done
preparing documents... WARNING: unsupported theme option 'analytics_id' given
done
writing output... [100%] plotly.subplots
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/__init__.py:docstring of plotly.graph_objects.Box.__init__:: WARNING: more than one target found for cross-reference 'Box': plotly.graph_objects.Box, plotly.graph_objects.violin.Box
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/__init__.py:docstring of plotly.graph_objects.Contour.__init__:: WARNING: more than one target found for cross-reference 'Contour': plotly.graph_objects.Contour, plotly.graph_objects.isosurface.Contour, plotly.graph_objects.mesh3d.Contour, plotly.graph_objects.volume.Contour
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/__init__.py:docstring of plotly.graph_objects.Image.__init__:: WARNING: more than one target found for cross-reference 'Image': plotly.graph_objects.Image, plotly.graph_objects.layout.Image
/Users/aptx4869/anaconda3/envs/dash/lib/python3.8/site-packages/plotly/graph_objs/__init__.py:docstring of plotly.graph_objects.Surface.__init__:: WARNING: more than one target found for cross-reference 'Surface': plotly.graph_objects.isosurface.Surface, plotly.graph_objects.Surface, plotly.graph_objects.volume.Surface
generating indices...  genindex py-modindexdone
writing additional pages...  searchdone
copying static files... ... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 843 warnings.

The HTML pages are in _build/html.
rabyj commented 1 year ago

I tried a similar thing in plotly v.5.13.0, and I still get similar warnings.

Steps to reproduce

  1. git clone git@github.com:plotly/plotly.py.git
  2. cd plotly.py/doc
  3. conda create -n plotly_docs python=3.8 pip
  4. conda activate plotly_docs
  5. git checkout v.5.13.0
  6. pip install -r requirements.txt
  7. cd apidoc
  8. make html

Now sadly I was not able to create the docset with doc2dash doc/apidoc/_build/html, it did not recognize the files as a supported format (doc2dash, version 3.0.0). I also tried to build plotly from source in case I was missing some non-python dependencies but did not succeed. Any clue what's up @emmanuelle ?

Detail of warnings (DISCLAIMER: Not actual output, removed ~9000 very similar lines')

~~~text sed -i 's/:class:`plotly.graph_objects/:class:`plotly.graph_objs/g' ../../packages/python/plotly/plotly/graph_objs/*.py sed -i 's/:class:`plotly.graph_objects/:class:`plotly.graph_objs/g' ../../packages/python/plotly/plotly/graph_objs/*/*.py sed -i 's/:class:`plotly.graph_objects/:class:`plotly.graph_objs/g' ../../packages/python/plotly/plotly/graph_objs/*/*/*.py sed -i 's/:class:`plotly.graph_objects/:class:`plotly.graph_objs/g' ../../packages/python/plotly/plotly/graph_objs/*/*/*/*.py # Copy _plotly_utils file so that they appear in the API doc cp ../../packages/python/plotly/_plotly_utils/colors/sequential.py ../../packages/python/plotly/_plotly_utils/colors/diverging.py ../../packages/python/plotly/_plotly_utils/colors/qualitative.py ../../packages/python/plotly/_plotly_utils/colors/cyclical.py ../../packages/python/plotly/_plotly_utils/colors/colorbrewer.py ../../packages/python/plotly/_plotly_utils/colors/carto.py ../../packages/python/plotly/_plotly_utils/colors/cmocean.py ../../packages/python/plotly/plotly/colors cp ../../packages/python/plotly/_plotly_utils/colors/sequential.py ../../packages/python/plotly/_plotly_utils/colors/diverging.py ../../packages/python/plotly/_plotly_utils/colors/qualitative.py ../../packages/python/plotly/_plotly_utils/colors/cyclical.py ../../packages/python/plotly/_plotly_utils/colors/colorbrewer.py ../../packages/python/plotly/_plotly_utils/colors/carto.py ../../packages/python/plotly/_plotly_utils/colors/cmocean.py ../../packages/python/plotly/plotly/express/colors # Run sphinx-apidoc script to create hierarchy of rst files to generate # docstrings. The first path is the one to process, the following ones # are excluded from the search. rm -rf _build generated sphinx-apidoc -M -o generated ../../packages/python/plotly/plotly ../../packages/python/plotly/plotly/validators ../../packages/python/plotly/plotly/tests ../../packages/python/plotly/plotly/matplotlylib/ ../../packages/python/plotly/plotly/offline ../../packages/python/plotly/plotly/api Creating file generated/plotly.rst. ....... Creating file generated/modules.rst. # Run sphinx-build to build html pages from the rst pages Running Sphinx v3.5.4 making output directory... done [autosummary] generating autosummary for: README.rst, basefigure.rst, generated/modules.rst, generated/plotly.colors.rst, generated/plotly.data.rst, generated/plotly.express.colors.rst, generated/plotly.express.data.rst, generated/plotly.express.rst, generated/plotly.express.trendline_functions.rst, generated/plotly.figure_factory.rst, ..., generated/plotly.graph_objs.waterfall.totals.rst, generated/plotly.io.rst, generated/plotly.plotly.rst, generated/plotly.rst, index.rst, plotly.express.rst, plotly.figure_factory.rst, plotly.graph_objects.rst, plotly.io.rst, plotly.subplots.rst Failed to import 'plotly.plotly': no module named plotly.plotly Failed to import 'plotly.plotly.chunked_requests': no module named plotly.plotly.chunked_requests Failed to import 'plotly.config': no module named plotly.config Failed to import 'plotly.conftest': no module named plotly.conftest Failed to import 'plotly.dashboard_objs': no module named plotly.dashboard_objs Failed to import 'plotly.grid_objs': no module named plotly.grid_objs Failed to import 'plotly.presentation_objs': no module named plotly.presentation_objs Failed to import 'plotly.session': no module named plotly.session Failed to import 'plotly.widgets': no module named plotly.widgets [autosummary] generating autosummary for: $HOME/Projects/sources/plotly.py/doc/apidoc/generated/plotly.subplots.make_subplots.rst [autosummary] generating autosummary for: $HOME/Projects/sources/plotly.py/doc/apidoc/generated/generated/plotly.graph_objs.Figure.update_traces.rst loading intersphinx inventory from https://docs.python.org/objects.inv... intersphinx inventory has moved: https://docs.python.org/objects.inv -> https://docs.python.org/3/objects.inv building [mo]: targets for 0 po files that are out of date building [html]: targets for 398 source files that are out of date updating environment: [new config] 521 added, 0 changed, 0 removed reading sources... [ 0%] README ........ reading sources... [100%] plotly.subplots $HOME/Projects/sources/plotly.py/doc/apidoc/conf.py:209: RemovedInSphinx40Warning: The app.add_stylesheet() is deprecated. Please use app.add_css_file() instead. app.add_stylesheet("plotly-style.css") # also can be a full URL :219: RuntimeWarning: numpy.ufunc size changed, may indicate binary incompatibility. Expected 192 from C header, got 216 from PyObject :219: RuntimeWarning: numpy.ufunc size changed, may indicate binary incompatibility. Expected 192 from C header, got 216 from PyObject $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objs._figure.Figure.__init__:5: WARNING: Unexpected indentation. $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objs._figure.Figure.__init__:11: WARNING: Unexpected indentation. $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objs._figure.Figure.__init__:33: WARNING: Unexpected indentation. $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objs._figure.Figure.__init__:44: WARNING: Inline interpreted text or phrase reference start-string without end-string. $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objs._figure.Figure.__init__:403: WARNING: Inline emphasis start-string without end-string. $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objs._figure.Figure.__init__:521: WARNING: Inline interpreted text or phrase reference start-string without end-string. $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objs._figure.Figure.__init__:573: WARNING: Unexpected indentation. $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objs._figure.Figure.update_traces:45: WARNING: Inline strong start-string without end-string. $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/graph_objs/_figure.py:docstring of plotly.graph_objs._figure.Figure.update_traces:45: WARNING: Inline strong start-string without end-string. $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/basedatatypes.py:docstring of plotly.basedatatypes.BaseFigure.add_trace:28: WARNING: Unexpected indentation. $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/basedatatypes.py:docstring of plotly.basedatatypes.BaseFigure.batch_animate:8: WARNING: Unexpected indentation. $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/basedatatypes.py:docstring of plotly.basedatatypes.BaseFigure.get_subplot:26: WARNING: Unexpected indentation. $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/basedatatypes.py:docstring of plotly.basedatatypes.BaseFigure.get_subplot:30: WARNING: Unexpected indentation. $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/basedatatypes.py:docstring of plotly.basedatatypes.BaseFigure.to_json:15: WARNING: Definition list ends without a blank line; unexpected unindent. $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/basedatatypes.py:docstring of plotly.basedatatypes.BaseFigure.update_traces:45: WARNING: Inline strong start-string without end-string. $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/basedatatypes.py:docstring of plotly.basedatatypes.BaseFigure.update_traces:45: WARNING: Inline strong start-string without end-string. $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/basedatatypes.py:docstring of plotly.basedatatypes.BaseFigure.write_json:16: WARNING: Definition list ends without a blank line; unexpected unindent. WARNING: autodoc: failed to import module 'config' from module 'plotly'; the following exception was raised: The plotly.config module is deprecated, please install the chart-studio package and use the chart_studio.config module instead. WARNING: autodoc: failed to import module 'conftest' from module 'plotly'; the following exception was raised: No module named 'pytest' WARNING: autodoc: failed to import module 'dashboard_objs' from module 'plotly'; the following exception was raised: The plotly.dashboard_objs module is deprecated, please install the chart-studio package and use the chart_studio.dashboard_objs module instead. WARNING: autodoc: failed to import module 'grid_objs' from module 'plotly'; the following exception was raised: The plotly.grid_objs module is deprecated, please install the chart-studio package and use the chart_studio.grid_objs module instead. WARNING: autodoc: failed to import module 'presentation_objs' from module 'plotly'; the following exception was raised: The plotly.presentation_objs module is deprecated, please install the chart-studio package and use the chart_studio.presentation_objs module instead. WARNING: autodoc: failed to import module 'session' from module 'plotly'; the following exception was raised: The plotly.session module is deprecated, please install the chart-studio package and use the chart_studio.session module instead. $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/shapeannotation.py:docstring of plotly.shapeannotation.axis_spanning_shape_annotation:3: WARNING: Unexpected indentation. $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/shapeannotation.py:docstring of plotly.shapeannotation.axis_spanning_shape_annotation:4: WARNING: Block quote ends without a blank line; unexpected unindent. $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/shapeannotation.py:docstring of plotly.shapeannotation.axis_spanning_shape_annotation:6: WARNING: Unexpected indentation. $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/subplots.py:docstring of plotly.subplots.make_subplots:76: WARNING: Unexpected indentation. $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/tools.py:docstring of plotly.tools.get_graph_obj:5: WARNING: Unexpected indentation. $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/tools.py:docstring of plotly.tools.make_subplots:32: WARNING: Unexpected indentation. $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/tools.py:docstring of plotly.tools.make_subplots:70: WARNING: Unexpected indentation. $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/tools.py:docstring of plotly.tools.mpl_to_plotly:19: WARNING: Unexpected section title or transition. =========================================================================== WARNING: autodoc: failed to import module 'widgets' from module 'plotly'; the following exception was raised: The plotly.widgets module is deprecated, please install the chart-studio package and use the chart_studio.widgets module instead. [HERE WOULD BE ~9000 lines of warnings] ----------------------- Default renderer: 'browser' Available renderers: ['plotly_mimetype', 'jupyterlab', 'nteract', 'vscode', 'notebook', 'notebook_connected', 'kaggle', 'azure', 'colab', 'cocalc', 'databricks', 'json', 'png', 'jpeg', 'jpg', 'svg', 'pdf', 'browser', 'firefox', 'chrome', 'chromium', 'iframe', 'iframe_connected', 'sphinx_gallery', 'sphinx_gallery_png'] is not a callable object $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/io/_renderers.py:docstring of plotly.io._renderers.show:1: WARNING: duplicate object description of plotly.io.show, other instance in generated/plotly.io, use :noindex: for one of them WARNING: Failed to get a function signature for plotly.io.templates: Templates configuration ----------------------- Default template: 'plotly' Available templates: ['ggplot2', 'seaborn', 'simple_white', 'plotly', 'plotly_white', 'plotly_dark', 'presentation', 'xgridoff', 'ygridoff', 'gridon', 'none'] is not a callable object $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/io/_html.py:docstring of plotly.io._html.to_html:1: WARNING: duplicate object description of plotly.io.to_html, other instance in generated/plotly.io, use :noindex: for one of them $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/io/_kaleido.py:docstring of plotly.io._kaleido.to_image:1: WARNING: duplicate object description of plotly.io.to_image, other instance in generated/plotly.io, use :noindex: for one of them $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/io/_json.py:docstring of plotly.io._json.to_json:1: WARNING: duplicate object description of plotly.io.to_json, other instance in generated/plotly.io, use :noindex: for one of them $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/io/_json.py:docstring of plotly.io._json.to_json:17: WARNING: Definition list ends without a blank line; unexpected unindent. $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/io/_templates.py:docstring of plotly.io._templates.to_templated:1: WARNING: duplicate object description of plotly.io.to_templated, other instance in generated/plotly.io, use :noindex: for one of them $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/io/_html.py:docstring of plotly.io._html.write_html:1: WARNING: duplicate object description of plotly.io.write_html, other instance in generated/plotly.io, use :noindex: for one of them $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/io/_kaleido.py:docstring of plotly.io._kaleido.write_image:1: WARNING: duplicate object description of plotly.io.write_image, other instance in generated/plotly.io, use :noindex: for one of them $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/io/_kaleido.py:docstring of plotly.io._kaleido.write_image:20: WARNING: Unexpected indentation. $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/io/_json.py:docstring of plotly.io._json.write_json:1: WARNING: duplicate object description of plotly.io.write_json, other instance in generated/plotly.io, use :noindex: for one of them $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/io/_json.py:docstring of plotly.io._json.write_json:18: WARNING: Definition list ends without a blank line; unexpected unindent. WARNING: autodoc: failed to import module 'plotly' from module 'plotly'; the following exception was raised: The plotly.plotly module is deprecated, please install the chart-studio package and use the chart_studio.plotly module instead. WARNING: autodoc: failed to import module 'plotly.chunked_requests' from module 'plotly'; the following exception was raised: The plotly.plotly module is deprecated, please install the chart-studio package and use the chart_studio.plotly module instead. $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/subplots.py:docstring of plotly.subplots.make_subplots:1: WARNING: duplicate object description of plotly.subplots.make_subplots, other instance in generated/plotly, use :noindex: for one of them $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/subplots.py:docstring of plotly.subplots.make_subplots:76: WARNING: Unexpected indentation. $HOME/Projects/sources/plotly.py/doc/apidoc/index.rst:7: WARNING: Title underline too short. Python API reference for `plotly` ==================== $HOME/Projects/sources/plotly.py/doc/apidoc/plotly.express.rst:58: WARNING: Title underline too short. `plotly.express` subpackages --------------------------- $HOME/Projects/sources/plotly.py/doc/apidoc/plotly.figure_factory.rst:4: WARNING: Title underline too short. `plotly.figure_factory`: helper methods for building specific complex charts ============== $HOME/Projects/sources/plotly.py/doc/apidoc/plotly.graph_objects.rst:4: WARNING: Title underline too short. `plotly.graph_objects`: low-level interface to figures, traces and layout ========================================= $HOME/Projects/sources/plotly.py/doc/apidoc/plotly.graph_objects.rst:52: WARNING: Title underline too short. Distribution Traces ------------- $HOME/Projects/sources/plotly.py/doc/apidoc/plotly.graph_objects.rst:52: WARNING: Title underline too short. Distribution Traces ------------- $HOME/Projects/sources/plotly.py/doc/apidoc/plotly.graph_objects.rst:65: WARNING: Title underline too short. Finance Traces ------- $HOME/Projects/sources/plotly.py/doc/apidoc/plotly.graph_objects.rst:65: WARNING: Title underline too short. Finance Traces ------- $HOME/Projects/sources/plotly.py/doc/apidoc/plotly.graph_objects.rst:94: WARNING: Title underline too short. Map Traces ---- $HOME/Projects/sources/plotly.py/doc/apidoc/plotly.graph_objects.rst:94: WARNING: Title underline too short. Map Traces ---- $HOME/Projects/sources/plotly.py/doc/apidoc/plotly.graph_objects.rst:107: WARNING: Title underline too short. Specialized Traces ----------- $HOME/Projects/sources/plotly.py/doc/apidoc/plotly.graph_objects.rst:107: WARNING: Title underline too short. Specialized Traces ----------- $HOME/Projects/sources/plotly.py/doc/apidoc/plotly.io.rst:4: WARNING: Title underline too short. `plotly.io`: low-level interface for displaying, reading and writing figures ============== $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/io/__init__.py:docstring of plotly.io:1: WARNING: duplicate object description of plotly.io, other instance in generated/plotly.io, use :noindex: for one of them $HOME/Projects/sources/plotly.py/doc/apidoc/plotly.subplots.rst:4: WARNING: Title underline too short. `plotly.subplots`: helper function for laying out multi-plot figures =========================== $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/subplots.py:docstring of plotly.subplots.make_subplots:1: WARNING: duplicate object description of plotly.subplots.make_subplots, other instance in generated/plotly.subplots.make_subplots, use :noindex: for one of them $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/subplots.py:docstring of plotly.subplots.make_subplots:76: WARNING: Unexpected indentation. looking for now-outdated files... none found pickling environment... done checking consistency... $HOME/Projects/sources/plotly.py/doc/apidoc/README.rst: WARNING: document isn't included in any toctree $HOME/Projects/sources/plotly.py/doc/apidoc/basefigure.rst: WARNING: document isn't included in any toctree $HOME/Projects/sources/plotly.py/doc/apidoc/generated/modules.rst: WARNING: document isn't included in any toctree done preparing documents... WARNING: unsupported theme option 'analytics_id' given done writing output... [ 0%] README ....................... writing output... [100%] plotly.subplots $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/io/__init__.py:docstring of plotly.io._json.from_json:: WARNING: more than one target found for cross-reference 'Figure': plotly.graph_objs.Figure, plotly.graph_objects.Figure $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/io/__init__.py:docstring of plotly.io._json.from_json:: WARNING: more than one target found for cross-reference 'FigureWidget': plotly.missing_ipywidgets.FigureWidget, plotly.graph_objects.FigureWidget, plotly.graph_objs.FigureWidget $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/io/__init__.py:docstring of plotly.io._json.read_json:: WARNING: more than one target found for cross-reference 'Figure': plotly.graph_objs.Figure, plotly.graph_objects.Figure $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/io/__init__.py:docstring of plotly.io._json.read_json:: WARNING: more than one target found for cross-reference 'FigureWidget': plotly.missing_ipywidgets.FigureWidget, plotly.graph_objects.FigureWidget, plotly.graph_objs.FigureWidget $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/io/_json.py:docstring of plotly.io._json.from_json:: WARNING: more than one target found for cross-reference 'Figure': plotly.graph_objs.Figure, plotly.graph_objects.Figure $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/io/_json.py:docstring of plotly.io._json.from_json:: WARNING: more than one target found for cross-reference 'FigureWidget': plotly.missing_ipywidgets.FigureWidget, plotly.graph_objects.FigureWidget, plotly.graph_objs.FigureWidget $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/io/_json.py:docstring of plotly.io._json.read_json:: WARNING: more than one target found for cross-reference 'Figure': plotly.graph_objs.Figure, plotly.graph_objects.Figure $HOME/miniconda3/envs/plotly_docs/lib/python3.8/site-packages/plotly/io/_json.py:docstring of plotly.io._json.read_json:: WARNING: more than one target found for cross-reference 'FigureWidget': plotly.missing_ipywidgets.FigureWidget, plotly.graph_objects.FigureWidget, plotly.graph_objs.FigureWidget generating indices... genindex py-modindex done writing additional pages... search done copying static files... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 9260 warnings. The HTML pages are in _build/html. git checkout -- ../../packages/python/plotly/plotly/graph_objs # Remove files which were added only for docstring generation rm ../../packages/python/plotly/plotly/colors/diverging.py ../../packages/python/plotly/plotly/colors/sequential.py ../../packages/python/plotly/plotly/colors/qualitative.py ../../packages/python/plotly/plotly/colors/cyclical.py ../../packages/python/plotly/plotly/colors/colorbrewer.py ../../packages/python/plotly/plotly/colors/carto.py ../../packages/python/plotly/plotly/colors/cmocean.py rm ../../packages/python/plotly/plotly/express/colors/diverging.py ../../packages/python/plotly/plotly/express/colors/sequential.py ../../packages/python/plotly/plotly/express/colors/qualitative.py ../../packages/python/plotly/plotly/express/colors/cyclical.py ../../packages/python/plotly/plotly/express/colors/colorbrewer.py ../../packages/python/plotly/plotly/express/colors/carto.py ../../packages/python/plotly/plotly/express/colors/cmocean.py rename 's/graph_objs/graph_objects/' _build/html/*.html _build/html/generated/*.html _build/html/generated/plotly.graph_objs.html not renamed: _build/html/generated/plotly.graph_objects.html already exists mv _build/html/generated/plotly.graph_objs.html _build/html/generated/plotly.graph_objects.html sed -i 's/graph_objs/graph_objects/g' _build/html/*.html sed -i 's/graph_objs/graph_objects/g' _build/html/*.inv sed -i 's/graph_objs/graph_objects/g' _build/html/*.js sed -i 's/graph_objs/graph_objects/g' _build/html/generated/*.html sed -i 's/graph_objs/graph_objects/g' _build/html/generated/generated/*.html ~~~

rabyj commented 1 year ago

@magic-lantern since you already worked on some offline doc issues with plotly, do you have any idea about this?

nicolaskruchten commented 1 year ago

I'm not sure what problem you're encountering here... does make html eventually fail? what does the bottom of that log look like? it seems to say build succeeded, 9260 warnings. so... does the resulting HTML make sense or is it broken or...? If the issue is that doc2dash doesn't know how to consume this output, I'm afraid that I don't really have the bandwidth to dig into what that particular tool is expecting versus what make html is producing :)

rabyj commented 1 year ago

@nicolaskruchten

The log is in there (clickable)

Detail of warnings (DISCLAIMER: Not actual output, removed ~9000 very similar lines')

If you see anything familiar error wise, I'd love to have a pointer, in any case thanks for checking out the issue!

The html is indeed created, but I wouldn't know if it makes sense, I just know that doc2dash can't read it. I'm not sure if it can't read the index or it's something else. It should be able to read proper intersphinx compatible doc. I totally understand not wanting to deal with the specifics of the tool :)

gvwilson commented 2 months ago

Hi - we are trying to tidy up the stale issues and PRs in Plotly's public repositories so that we can focus on things that are still important to our community. Since this one has been sitting for a while, I'm going to close it; if it is still a concern, please add a comment letting us know what recent version of our software you've checked it with so that I can reopen it and add it to our backlog. Alternatively, if it's a request for tech support, please post in our community forum. Thank you - @gvwilson