From cde48580227506b13474200bc82bda4ebce02d2c Mon Sep 17 00:00:00 2001 From: Aman Srivastava Date: Thu, 5 Feb 2026 22:36:46 +0530 Subject: [PATCH 1/3] swapping content for 2 and 4 --- pvlib/iotools/bsrn.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pvlib/iotools/bsrn.py b/pvlib/iotools/bsrn.py index d45e2cf688..320efb50f9 100644 --- a/pvlib/iotools/bsrn.py +++ b/pvlib/iotools/bsrn.py @@ -146,13 +146,13 @@ def get_bsrn(station, start, end, username, password, .. [1] `World Radiation Monitoring Center - Baseline Surface Radiation Network (BSRN) `_ - .. [2] `BSRN Data Retrieval via FTP - `_ - .. [3] `BSRN Data Release Guidelines - `_ - .. [4] `Update of the Technical Plan for BSRN Data Management, 2013, + .. [2] `Update of the Technical Plan for BSRN Data Management, 2013, Global Climate Observing System (GCOS) GCOS-174. `_ + .. [3] `BSRN Data Release Guidelines + `_ + .. [4] `BSRN Data Retrieval via FTP + `_ """ # noqa: E501 # The FTP server uses lowercase station abbreviations station = station.lower() From 5c1edd6c6034cfcc2dd9c9f3135382ddc66a8b52 Mon Sep 17 00:00:00 2001 From: Aman Srivastava Date: Thu, 5 Feb 2026 22:38:26 +0530 Subject: [PATCH 2/3] update --- pvlib/iotools/bsrn.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pvlib/iotools/bsrn.py b/pvlib/iotools/bsrn.py index 320efb50f9..fd45107879 100644 --- a/pvlib/iotools/bsrn.py +++ b/pvlib/iotools/bsrn.py @@ -148,11 +148,11 @@ def get_bsrn(station, start, end, username, password, `_ .. [2] `Update of the Technical Plan for BSRN Data Management, 2013, Global Climate Observing System (GCOS) GCOS-174. - `_ - .. [3] `BSRN Data Release Guidelines - `_ - .. [4] `BSRN Data Retrieval via FTP - `_ + ` + .. [3] `BSRN Data Retrieval via FTP + ` + .. [4] `BSRN Data Release Guidelines + ` """ # noqa: E501 # The FTP server uses lowercase station abbreviations station = station.lower() From 3f187a52d79dcc052daee8e9f738f7753f7779f0 Mon Sep 17 00:00:00 2001 From: Aman Srivastava Date: Thu, 5 Feb 2026 23:07:47 +0530 Subject: [PATCH 3/3] missing _ fix applied --- pvlib/iotools/bsrn.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pvlib/iotools/bsrn.py b/pvlib/iotools/bsrn.py index fd45107879..a1280f7c21 100644 --- a/pvlib/iotools/bsrn.py +++ b/pvlib/iotools/bsrn.py @@ -148,11 +148,11 @@ def get_bsrn(station, start, end, username, password, `_ .. [2] `Update of the Technical Plan for BSRN Data Management, 2013, Global Climate Observing System (GCOS) GCOS-174. - ` + `_ .. [3] `BSRN Data Retrieval via FTP - ` + `_ .. [4] `BSRN Data Release Guidelines - ` + `_ """ # noqa: E501 # The FTP server uses lowercase station abbreviations station = station.lower()