Skip to content

Commit 413ab88

Browse files
committed
fix: board_url top level import, add to docs
1 parent 99ad308 commit 413ab88

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/api/constructors.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ Board Constructors
1212
~board_s3
1313
~board_gcs
1414
~board_rsconnect
15+
~board_url
1516
~board

pins/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
board_temp,
1717
board_local,
1818
board_github,
19-
board_urls,
19+
board_urls, # DEPRECATED
20+
board_url,
2021
board_rsconnect,
2122
board_s3,
2223
board_gcs,

0 commit comments

Comments
 (0)