diff --git a/CHANGES.rst b/CHANGES.rst index d3f2dc63..d1b410d1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Changelog ========= .. module:: reader - :noindex: + :no-index: Version 3.15 diff --git a/docs/dev.rst b/docs/dev.rst index 8f801658..19c9489c 100644 --- a/docs/dev.rst +++ b/docs/dev.rst @@ -3,7 +3,7 @@ Development =========== .. module:: reader - :noindex: + :no-index: Development should follow a problem-solution_ approach. diff --git a/docs/guide.rst b/docs/guide.rst index 55f3680b..d9abc2aa 100644 --- a/docs/guide.rst +++ b/docs/guide.rst @@ -3,7 +3,7 @@ User guide ========== .. module:: reader - :noindex: + :no-index: This page gives a tour of *reader*'s features, diff --git a/docs/internal.rst b/docs/internal.rst index 0bb79bf7..69a6448c 100644 --- a/docs/internal.rst +++ b/docs/internal.rst @@ -45,7 +45,7 @@ Protocols ~~~~~~~~~ .. module:: reader._parser - :noindex: + :no-index: .. autoclass:: FeedArgument :members: @@ -72,7 +72,7 @@ Protocols .. module:: reader._parser.requests - :noindex: + :no-index: .. autoclass:: RequestHook :members: @@ -87,7 +87,7 @@ Data objects ~~~~~~~~~~~~ .. module:: reader._parser - :noindex: + :no-index: .. autoclass:: RetrieveResult :members: @@ -155,7 +155,7 @@ but at least one other implementation needs to exists before that. .. autoattribute:: reader.Reader._search .. module:: reader._types - :noindex: + :no-index: .. autoclass:: StorageType() :members: diff --git a/docs/plugins.rst b/docs/plugins.rst index 76f0e9d3..fcdcf8c2 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -3,7 +3,7 @@ Plugins ======= .. module:: reader - :noindex: + :no-index: .. _built-in plugins: diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 0c524b46..51899d09 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -2,7 +2,7 @@ Tutorial ======== .. module:: reader - :noindex: + :no-index: In this tutorial we'll use *reader* to download all the episodes of a podcast, diff --git a/src/reader/plugins/entry_dedupe.py b/src/reader/plugins/entry_dedupe.py index 0b675cc4..b138ae07 100644 --- a/src/reader/plugins/entry_dedupe.py +++ b/src/reader/plugins/entry_dedupe.py @@ -3,7 +3,7 @@ ~~~~~~~~~~~~~~~~~~~ .. module:: reader - :noindex: + :no-index: Deduplicate the entries of a feed. diff --git a/src/reader/plugins/mark_as_read.py b/src/reader/plugins/mark_as_read.py index a9f27243..42496e42 100644 --- a/src/reader/plugins/mark_as_read.py +++ b/src/reader/plugins/mark_as_read.py @@ -3,7 +3,7 @@ ~~~~~~~~~~~~~~~~~~~ .. module:: reader - :noindex: + :no-index: Mark added entries of specific feeds as read + unimportant if their title matches a regex. diff --git a/src/reader/plugins/readtime.py b/src/reader/plugins/readtime.py index 6fa4dd0f..61bde776 100644 --- a/src/reader/plugins/readtime.py +++ b/src/reader/plugins/readtime.py @@ -3,7 +3,7 @@ ~~~~~~~~~~~~~~~ .. module:: reader - :noindex: + :no-index: Calculate the read time for new/updated entries, and store it as the ``.reader.readtime`` entry tag, with the format::