Skip to content

Commit 7babeea

Browse files
committed
add link to correspoing module function
1 parent 8b5ac9f commit 7babeea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

shiny/module.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ def server(input, output, session):
9292
9393
See Also
9494
--------
95-
Shiny Modules documentation:
96-
https://shiny.posit.co/py/docs/modules.html
95+
* Shiny Modules documentation: https://shiny.posit.co/py/docs/modules.html
96+
* ~shiny.module.server
9797
"""
9898

9999
def wrapper(id: Id, *args: P.args, **kwargs: P.kwargs) -> R:
@@ -175,8 +175,8 @@ def server(input, output, session):
175175
176176
See Also
177177
--------
178-
Shiny Modules documentation:
179-
https://shiny.posit.co/py/docs/modules.html
178+
* Shiny Modules documentation: https://shiny.posit.co/py/docs/modules.html
179+
* ~shiny.module.ui
180180
"""
181181
from .session import require_active_session, session_context
182182

0 commit comments

Comments
 (0)