We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ad308 commit 413ab88Copy full SHA for 413ab88
docs/api/constructors.rst
@@ -12,4 +12,5 @@ Board Constructors
12
~board_s3
13
~board_gcs
14
~board_rsconnect
15
+ ~board_url
16
~board
pins/__init__.py
@@ -16,7 +16,8 @@
board_temp,
17
board_local,
18
board_github,
19
- board_urls,
+ board_urls, # DEPRECATED
20
+ board_url,
21
board_rsconnect,
22
board_s3,
23
board_gcs,
0 commit comments