From 5ace2491c651ea64e7ead7a276511136e36264b6 Mon Sep 17 00:00:00 2001 From: thecosmos Date: Wed, 8 May 2019 16:55:07 +0530 Subject: [PATCH] Docs fixes --- README.md | 8 ++++---- docs/introduction.rst | 5 +---- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 41f1efd..4940b26 100644 --- a/README.md +++ b/README.md @@ -48,14 +48,11 @@ def me(): - - """ - + """ if __name__ == "__main__": app.run() - ``` @@ -65,4 +62,7 @@ if __name__ == "__main__": ### Documentation +Head over to [documentation] for full API reference. + +[documentation]: https://flask-discord.readthedocs.io/en/latest/ \ No newline at end of file diff --git a/docs/introduction.rst b/docs/introduction.rst index 0a112cf..40629b8 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -79,10 +79,7 @@ in exchange for fetching user's details and display them on web page. - - """ - - + """ if __name__ == "__main__": app.run() \ No newline at end of file