From 0fbca741c358a42a453d7e8899419330e39331b4 Mon Sep 17 00:00:00 2001 From: Lukas Schwab Date: Sun, 6 Feb 2022 13:44:33 -0800 Subject: [PATCH 1/2] Re-add jsonfeed/converters/__init__.py --- Makefile | 2 +- docs/index.html | 1 + docs/jsonfeed.html | 4 + docs/jsonfeed/converters.html | 243 +++++++++++++++++++++++ docs/jsonfeed/converters/feedparser.html | 8 +- docs/search.json | 2 +- jsonfeed/converters/__init__.py | 0 7 files changed, 253 insertions(+), 7 deletions(-) create mode 100644 docs/jsonfeed/converters.html create mode 100644 jsonfeed/converters/__init__.py diff --git a/Makefile b/Makefile index 28affc3..0fd95be 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ audit: docs: docs/index.html docs/index.html: $(source) README.md rm -rf docs/* - pdoc --docformat "restructuredtext" jsonfeed jsonfeed.converters.feedparser -o docs + pdoc --docformat "restructuredtext" ./jsonfeed -o docs clean: rm -rf build dist diff --git a/docs/index.html b/docs/index.html index 9cc99b0..e614b62 100644 --- a/docs/index.html +++ b/docs/index.html @@ -43,6 +43,7 @@

Available Modules

diff --git a/docs/jsonfeed.html b/docs/jsonfeed.html index db068d8..ccaef53 100644 --- a/docs/jsonfeed.html +++ b/docs/jsonfeed.html @@ -48,6 +48,10 @@

Contents

+

Submodules

+

API Documentation