Skip to content

Commit

Permalink
docs: move new docs to proper subcategories
Browse files Browse the repository at this point in the history
  • Loading branch information
iisakkirotko committed Mar 11, 2024
1 parent 4ef93c1 commit d86d15e
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
"""

import solara
from solara.website.components import NoPage
from solara.website.utils import apidoc

from ..components import NoPage

title = "computed"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# get_kernel_id
"""

import solara
from solara.website.components import NoPage
from solara.website.utils import apidoc

from . import NoPage

title = "get_kernel_id"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# get_session_id
"""

import solara
from solara.website.components import NoPage
from solara.website.utils import apidoc

from . import NoPage

title = "get_session_id"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def on_kernel_start(f: Callable[[], Optional[Callable[[], None]]]):
(e.g. the cleanup function of the last call to `on_kernel_start` will be called first on kernel shutdown)
"""

from . import NoPage
from solara.website.components import NoPage

title = "on_kernel_start"
Page = NoPage
Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit d86d15e

Please sign in to comment.