From 2e24a2f0790a369d4ae0b374b2dddb53de4730ca Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 14 Oct 2018 06:45:23 -0400 Subject: [PATCH] cleanup --- README.md | 2 -- docs/source/index.rst | 3 --- 2 files changed, 5 deletions(-) diff --git a/README.md b/README.md index b7f8110..8bcb9fe 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,6 @@ The Python world certainly doesn't need more web frameworks. But, it does need more creativity, so I thought I'd spread some [Hacktoberfest](https://hacktoberfest.digitalocean.com/) spirit around, bring some of my ideas to the table, and see what I could come up with. -## An Example Web Service: - ```python import responder diff --git a/docs/source/index.rst b/docs/source/index.rst index c6f7f1f..35b2a6d 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -24,9 +24,6 @@ A familiar HTTP Service Framework The Python world certainly doesn't need more web frameworks. But, it does need more creativity, so I thought I'd spread some `Hacktoberfest `_ spirit around, bring some of my ideas to the table, and see what I could come up with. -An Example Web Service: ------------------------ - .. code:: python import responder