diff --git a/README.md b/README.md index 7d3ea6f..5f19641 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ notify(title="Test title", message="Test message") ### Optional arguments - **icon:** Custom icon to be used for `Linux` and `Windows` operating systems. - Linux: Choose any [pre-defined icons](https://wiki.ubuntu.com/Artwork/BreatheIconSet/Icons) or a `.png` file as icon. - - Windows: Choose any `.ico` file as icon. Defaults to [notification.ico](https://github.com/thevickypedia/pynotification/tree/main/notifier/notification.ico) + - Windows: Choose any `.ico` file as icon. Defaults to [notification.ico](https://github.com/thevickypedia/pynotification/tree/main/pynotification/notification.ico) - **destroy:** Boolean value to destroy the notification box on `Windows` operating system after notifying. - **debug:** Display logs in the form of `info`, `warnings` and `errors` messages. - **logger:** Bring your own [`Logger`](https://docs.python.org/3/library/logging.html#logging.Logger) for custom logging. diff --git a/doc_gen/index.rst b/doc_gen/index.rst index 231d6d6..bad7819 100644 --- a/doc_gen/index.rst +++ b/doc_gen/index.rst @@ -13,18 +13,15 @@ Welcome to pynotification's documentation! README ---------PyNotification-------- -============================== - -Notify -====== -.. automodule:: notifier.notify +PyNotification +============== +.. automodule:: pynotification.pynotifier :members: :undoc-members: Module ====== -.. automodule:: notifier.mod +.. automodule:: pynotification.mod :members: :undoc-members: diff --git a/docs/README.html b/docs/README.html index 601c141..065701f 100644 --- a/docs/README.html +++ b/docs/README.html @@ -70,7 +70,7 @@

Optional argumentsLinux and Windows operating systems.

  • destroy: Boolean value to destroy the notification box on Windows operating system after notifying.

  • diff --git a/docs/_sources/README.md.txt b/docs/_sources/README.md.txt index 7d3ea6f..5f19641 100644 --- a/docs/_sources/README.md.txt +++ b/docs/_sources/README.md.txt @@ -25,7 +25,7 @@ notify(title="Test title", message="Test message") ### Optional arguments - **icon:** Custom icon to be used for `Linux` and `Windows` operating systems. - Linux: Choose any [pre-defined icons](https://wiki.ubuntu.com/Artwork/BreatheIconSet/Icons) or a `.png` file as icon. - - Windows: Choose any `.ico` file as icon. Defaults to [notification.ico](https://github.com/thevickypedia/pynotification/tree/main/notifier/notification.ico) + - Windows: Choose any `.ico` file as icon. Defaults to [notification.ico](https://github.com/thevickypedia/pynotification/tree/main/pynotification/notification.ico) - **destroy:** Boolean value to destroy the notification box on `Windows` operating system after notifying. - **debug:** Display logs in the form of `info`, `warnings` and `errors` messages. - **logger:** Bring your own [`Logger`](https://docs.python.org/3/library/logging.html#logging.Logger) for custom logging. diff --git a/docs/_sources/index.rst.txt b/docs/_sources/index.rst.txt index 231d6d6..bad7819 100644 --- a/docs/_sources/index.rst.txt +++ b/docs/_sources/index.rst.txt @@ -13,18 +13,15 @@ Welcome to pynotification's documentation! README ---------PyNotification-------- -============================== - -Notify -====== -.. automodule:: notifier.notify +PyNotification +============== +.. automodule:: pynotification.pynotifier :members: :undoc-members: Module ====== -.. automodule:: notifier.mod +.. automodule:: pynotification.mod :members: :undoc-members: diff --git a/docs/genindex.html b/docs/genindex.html index 4617f47..866c09a 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -45,6 +45,7 @@

    Index

    | M | N | O + | P | R | W @@ -52,7 +53,7 @@

    Index

    D

    @@ -64,9 +65,9 @@

    M

    module @@ -75,35 +76,39 @@

    M

    N

    +
    -