diff --git a/README.md b/README.md index c263ead..0888625 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,9 @@ The `wattpad` package is an asynchronous wrapper around the Wattpad User API.
- - +![Follow Badge](https://img.shields.io/badge/-%40TheOnlyWayUp-blue?style=for-the-badge&logo=github&logoColor=green&label=Follow&link=https%3A%2F%2Fgithub.com%2FTheOnlyWayUp) +![Star Badge](https://img.shields.io/badge/-Wattpad--Py-orange?style=for-the-badge&logoColor=green&label=Star%20%E2%AD%90&link=https%3A%2F%2Fgithub.com%2FTheOnlyWayUp%2FWattpad-Py) +
diff --git a/docs/memory-efficiency.ipynb b/docs/memory-efficiency.ipynb index e8cf151..25e181c 100644 --- a/docs/memory-efficiency.ipynb +++ b/docs/memory-efficiency.ipynb @@ -8,7 +8,10 @@ "\n", "This package strives to be resource efficient. This is done through the implementation of:\n", "- The Singleton Design Pattern\n", - "- Caching for HTTP Requests" + "- Caching for HTTP Requests\n", + "\n", + "![Follow Badge](https://img.shields.io/badge/-%40TheOnlyWayUp-blue?style=for-the-badge&logo=github&logoColor=green&label=Follow&link=https%3A%2F%2Fgithub.com%2FTheOnlyWayUp) \n", + "![Star Badge](https://img.shields.io/badge/-Wattpad--Py-orange?style=for-the-badge&logoColor=green&label=Star%20%E2%AD%90&link=https%3A%2F%2Fgithub.com%2FTheOnlyWayUp%2FWattpad-Py)\n" ] }, { @@ -1009,10 +1012,19 @@ "cell_type": "markdown", "metadata": {}, "source": [ + "![Follow Badge](https://img.shields.io/badge/-%40TheOnlyWayUp-blue?style=for-the-badge&logo=github&logoColor=green&label=Follow&link=https%3A%2F%2Fgithub.com%2FTheOnlyWayUp) \n", + "![Star Badge](https://img.shields.io/badge/-Wattpad--Py-orange?style=for-the-badge&logoColor=green&label=Star%20%E2%AD%90&link=https%3A%2F%2Fgithub.com%2FTheOnlyWayUp%2FWattpad-Py)\n", + "\n", + "\n", "
\n", "

TheOnlyWayUp © 2024

\n", "
\n" ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [] } ], "metadata": { diff --git a/docs/quickstart.ipynb b/docs/quickstart.ipynb index d4b573a..fb38313 100644 --- a/docs/quickstart.ipynb +++ b/docs/quickstart.ipynb @@ -9,6 +9,14 @@ "Let's hit the ground running by briefly describing all the functions in the library." ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "![Follow Badge](https://img.shields.io/badge/-%40TheOnlyWayUp-blue?style=for-the-badge&logo=github&logoColor=green&label=Follow&link=https%3A%2F%2Fgithub.com%2FTheOnlyWayUp) \n", + "![Star Badge](https://img.shields.io/badge/-Wattpad--Py-orange?style=for-the-badge&logoColor=green&label=Star%20%E2%AD%90&link=https%3A%2F%2Fgithub.com%2FTheOnlyWayUp%2FWattpad-Py)\n" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -1115,9 +1123,6 @@ "source": [ "---\n", "\n", - "Extra reading:\n", - "- https://docs.python.org/3/library/asyncio-task.html\n", - "\n", "That's all! If you need help, look [here](https://github.com/TheOnlyWayUp/Wattpad-Py#support)." ] }, @@ -1125,10 +1130,19 @@ "cell_type": "markdown", "metadata": {}, "source": [ + "![Follow Badge](https://img.shields.io/badge/-%40TheOnlyWayUp-blue?style=for-the-badge&logo=github&logoColor=green&label=Follow&link=https%3A%2F%2Fgithub.com%2FTheOnlyWayUp) \n", + "![Star Badge](https://img.shields.io/badge/-Wattpad--Py-orange?style=for-the-badge&logoColor=green&label=Star%20%E2%AD%90&link=https%3A%2F%2Fgithub.com%2FTheOnlyWayUp%2FWattpad-Py)\n", + "\n", + "\n", "
\n", "

TheOnlyWayUp © 2024

\n", "
\n" ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [] } ], "metadata": { diff --git a/docs/sync-and-async.ipynb b/docs/sync-and-async.ipynb index 95caa34..5751fa8 100644 --- a/docs/sync-and-async.ipynb +++ b/docs/sync-and-async.ipynb @@ -8,6 +8,10 @@ "\n", "`wattpad` is an *asynchronous* package. That means, you need to use the `async` and `await` keywords to use the package.\n", "\n", + "![Follow Badge](https://img.shields.io/badge/-%40TheOnlyWayUp-blue?style=for-the-badge&logo=github&logoColor=green&label=Follow&link=https%3A%2F%2Fgithub.com%2FTheOnlyWayUp) \n", + "![Star Badge](https://img.shields.io/badge/-Wattpad--Py-orange?style=for-the-badge&logoColor=green&label=Star%20%E2%AD%90&link=https%3A%2F%2Fgithub.com%2FTheOnlyWayUp%2FWattpad-Py)\n", + "\n", + "\n", "## What is Async?\n", "\n", "A simple analogy: You're a painter who has to deliver 30 painted pots by the end of the day. Each pot takes fifteen minutes to paint, and another 45 to dry. That's an hour in total.\n", @@ -115,10 +119,19 @@ "cell_type": "markdown", "metadata": {}, "source": [ + "![Follow Badge](https://img.shields.io/badge/-%40TheOnlyWayUp-blue?style=for-the-badge&logo=github&logoColor=green&label=Follow&link=https%3A%2F%2Fgithub.com%2FTheOnlyWayUp) \n", + "![Star Badge](https://img.shields.io/badge/-Wattpad--Py-orange?style=for-the-badge&logoColor=green&label=Star%20%E2%AD%90&link=https%3A%2F%2Fgithub.com%2FTheOnlyWayUp%2FWattpad-Py)\n", + "\n", + "\n", "
\n", "

TheOnlyWayUp © 2024

\n", "
\n" ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [] } ], "metadata": {