Skip to content

Commit 34cddc1

Browse files
committed
docs: fix board methods api and a note directive
1 parent 60205ec commit 34cddc1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/api/boards.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Board Methods
22
=============
33

4-
.. currentmodule:: pins
4+
.. currentmodule:: pins.boards
55

66
Constructor
77
-----------

docs/getting_started.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,12 @@ That said, most boards transmit pins over HTTP, and this is going to be slow and
8888
As a general rule of thumb, we don't recommend using pins with files over 500 MB.
8989
If you find yourself routinely pinning data larger that this, you might need to reconsider your data engineering pipeline.
9090

91-
91+
<!-- #region -->
9292
```{note}
9393
If you are using the RStudio Connect board (`board_rsconnect`), then you must specify your pin name as
9494
`<user_name>/<content_name>`. For example, `hadley/sales-report`.
9595
```
96+
<!-- #endregion -->
9697

9798

9899
## Metadata

0 commit comments

Comments
 (0)