Skip to content

Commit 94a9024

Browse files
committed
use :func: and :func: to show links
1 parent 381764f commit 94a9024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shiny/module.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def ui(fn: Callable[P, R]) -> Callable[Concatenate[str, P], R]:
5151
See Also
5252
--------
5353
* Shiny Modules documentation: <https://shiny.posit.co/py/docs/modules.html>
54-
* shiny.module.server
54+
* :func:`shiny.module.server`
5555
"""
5656

5757
def wrapper(id: Id, *args: P.args, **kwargs: P.kwargs) -> R:
@@ -91,7 +91,7 @@ def server(
9191
See Also
9292
--------
9393
* Shiny Modules documentation: <https://shiny.posit.co/py/docs/modules.html>
94-
* shiny.module.ui
94+
* :func:`shiny.module.ui`
9595
"""
9696
from .session import require_active_session, session_context
9797

0 commit comments

Comments
 (0)