diff --git a/docs/ui.md b/docs/ui.md new file mode 100644 index 0000000..4763964 --- /dev/null +++ b/docs/ui.md @@ -0,0 +1,3 @@ +# ui module + +::: hypercoast.ui diff --git a/hypercoast/ui.py b/hypercoast/ui.py new file mode 100644 index 0000000..cfe6039 --- /dev/null +++ b/hypercoast/ui.py @@ -0,0 +1,4 @@ +"""This module contains the user interface for the hypercoast package. +""" + +import ipywidgets as widgets diff --git a/mkdocs.yml b/mkdocs.yml index 9c969b0..69c61f2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -85,3 +85,4 @@ nav: - common module: common.md - emit module: emit.md - hypercoast module: hypercoast.md + - ui module: ui.md