Skip to content

Commit d3027eb

Browse files
committed
docs: add missing boards to reference home page
1 parent 413ab88 commit d3027eb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/api/index.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,18 @@ Boards abstract over different storage backends, making it easy to share data in
3232
.. list-table::
3333
:class: table-align-left
3434

35-
* - :func:`.board_folder`, :func:`.board_local`
35+
* - :func:`.board_azure`
36+
- Use an Azure storage container as a board
37+
* - :func:`.board_folder`, :func:`.board_local`, :func:`.board_temp`
3638
- Use a local folder as a board
3739
* - :func:`.board_rsconnect`
3840
- Use RStudio Connect as a board
3941
* - :func:`.board_s3`
4042
- Use an S3 bucket as a board
43+
* - :func:`.board_gcs`
44+
- Use a Google Cloud Storage bucket as a board.
45+
* - :func:`.board_url`
46+
- Use a dictionary of URLs as a board
4147
* - :func:`.board`
4248
- Generic board constructor
4349

0 commit comments

Comments
 (0)