Skip to content

Commit 7aecf1c

Browse files
switch to a standard reference link
Updated the documentation to replace the full parameter section with a reference link to the function documentation for HTML figure export options.
1 parent 70b692c commit 7aecf1c

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

doc/python/interactive-html-export.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,6 @@ IFrame(snippet_url + 'interactive-html-export', width='100%', height=1200)
145145
<u><a href="https://go.plotly.com/dash-club?utm_source=Dash+Club+2022&utm_medium=graphing_libraries&utm_content=inline">Join now</a></u>.</p></div></div></div></div>
146146

147147

148-
### Full Parameter Documentation
148+
### Reference
149149

150-
```python
151-
import plotly.graph_objects as go
152-
153-
help(go.Figure.write_html)
154-
```
150+
See [function reference for `plotly.io.to_html()`](https://plotly.com/python-api-reference/generated/plotly.io.to_html.html) for more information and HTML figure export options.

0 commit comments

Comments
 (0)