Skip to content

Commit

Permalink
Add ui module (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Apr 21, 2024
1 parent 62ad757 commit 96c9879
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/ui.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# ui module

::: hypercoast.ui
4 changes: 4 additions & 0 deletions hypercoast/ui.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
"""This module contains the user interface for the hypercoast package.
"""

import ipywidgets as widgets
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,4 @@ nav:
- common module: common.md
- emit module: emit.md
- hypercoast module: hypercoast.md
- ui module: ui.md

0 comments on commit 96c9879

Please sign in to comment.