From b16445993ad1779d7c5d0172c587a5133ccd2ee3 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Tue, 4 Jun 2024 10:26:06 -0400 Subject: [PATCH 1/2] fix links --- doc/python/network-graphs.md | 2 +- doc/python/peak-finding.md | 2 +- doc/python/smoothing.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/python/network-graphs.md b/doc/python/network-graphs.md index 6046fdd4728..efff973bc33 100644 --- a/doc/python/network-graphs.md +++ b/doc/python/network-graphs.md @@ -134,7 +134,7 @@ fig = go.Figure(data=[edge_trace, node_trace], hovermode='closest', margin=dict(b=20,l=5,r=5,t=40), annotations=[ dict( - text="Python code: https://plotly.com/ipython-notebooks/network-graphs/", + text="Python code: https://plotly.com/python/v3/ipython-notebooks/network-graphs/", showarrow=False, xref="paper", yref="paper", x=0.005, y=-0.002 ) ], diff --git a/doc/python/peak-finding.md b/doc/python/peak-finding.md index f04375af7ec..1449afb44c5 100644 --- a/doc/python/peak-finding.md +++ b/doc/python/peak-finding.md @@ -36,7 +36,7 @@ jupyter: #### Imports -The tutorial below imports [Pandas](https://plotly.com/pandas/intro-to-pandas-tutorial/), and [SciPy](https://www.scipy.org/). +The tutorial below imports [Pandas](https://pandas.pydata.org/docs/user_guide/10min.html), and [SciPy](https://www.scipy.org/). ```python import pandas as pd diff --git a/doc/python/smoothing.md b/doc/python/smoothing.md index 7c977478625..7ad484f1e69 100644 --- a/doc/python/smoothing.md +++ b/doc/python/smoothing.md @@ -36,7 +36,7 @@ jupyter: #### Imports -The tutorial below imports [NumPy](http://www.numpy.org/), [Pandas](https://plotly.com/pandas/intro-to-pandas-tutorial/), [SciPy](https://www.scipy.org/) and [Plotly](https://plotly.com/python/getting-started/). +The tutorial below imports [NumPy](http://www.numpy.org/), [Pandas](https://pandas.pydata.org/docs/user_guide/10min.html), [SciPy](https://www.scipy.org/) and [Plotly](https://plotly.com/python/getting-started/). ```python import plotly.graph_objects as go From 7a28818f6c3fc3b80cce853c0ad60121acec57b2 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Tue, 4 Jun 2024 11:35:12 -0400 Subject: [PATCH 2/2] Update doc/python/network-graphs.md --- doc/python/network-graphs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python/network-graphs.md b/doc/python/network-graphs.md index efff973bc33..9d2f3fec2e2 100644 --- a/doc/python/network-graphs.md +++ b/doc/python/network-graphs.md @@ -134,7 +134,7 @@ fig = go.Figure(data=[edge_trace, node_trace], hovermode='closest', margin=dict(b=20,l=5,r=5,t=40), annotations=[ dict( - text="Python code: https://plotly.com/python/v3/ipython-notebooks/network-graphs/", + text="Python code: https://plotly.com/python/network-graphs/", showarrow=False, xref="paper", yref="paper", x=0.005, y=-0.002 ) ],