Skip to content

Commit

Permalink
Add docstring to panel module (holoviz#3177)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcSkovMadsen authored Feb 20, 2022
1 parent 6adf7df commit c8c620b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions panel/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
"""Panel is a high level app and dashboarding framework
====================================================
Panel is an open-source Python library that lets you create custom
interactive web apps and dashboards by connecting user-defined widgets
to plots, images, tables, or text.
Panel works with the tools you know and ❤️.
.. figure:: https://user-images.githubusercontent.com/42288570/152672367-6c239073-0ea0-4a2b-a4c0-817e8090e877.gif
:alt: Panel Dashboard
Panel Dashboard
"""
from . import layout # noqa
from . import links # noqa
from . import pane # noqa
Expand Down

0 comments on commit c8c620b

Please sign in to comment.