Skip to content

Commit

Permalink
Sphinx: :noindex: -> :no-index:
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon24 committed Aug 15, 2024
1 parent a2f3496 commit f92e592
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Changelog
=========

.. module:: reader
:noindex:
:no-index:


Version 3.15
Expand Down
2 changes: 1 addition & 1 deletion docs/dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Development
===========

.. module:: reader
:noindex:
:no-index:


Development should follow a problem-solution_ approach.
Expand Down
2 changes: 1 addition & 1 deletion docs/guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ User guide
==========

.. module:: reader
:noindex:
:no-index:


This page gives a tour of *reader*'s features,
Expand Down
8 changes: 4 additions & 4 deletions docs/internal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Protocols
~~~~~~~~~

.. module:: reader._parser
:noindex:
:no-index:

.. autoclass:: FeedArgument
:members:
Expand All @@ -72,7 +72,7 @@ Protocols


.. module:: reader._parser.requests
:noindex:
:no-index:

.. autoclass:: RequestHook
:members:
Expand All @@ -87,7 +87,7 @@ Data objects
~~~~~~~~~~~~

.. module:: reader._parser
:noindex:
:no-index:

.. autoclass:: RetrieveResult
:members:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Plugins
=======

.. module:: reader
:noindex:
:no-index:


.. _built-in plugins:
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/reader/plugins/entry_dedupe.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
~~~~~~~~~~~~~~~~~~~
.. module:: reader
:noindex:
:no-index:
Deduplicate the entries of a feed.
Expand Down
2 changes: 1 addition & 1 deletion src/reader/plugins/mark_as_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
~~~~~~~~~~~~~~~~~~~
.. module:: reader
:noindex:
:no-index:
Mark added entries of specific feeds as read + unimportant
if their title matches a regex.
Expand Down
2 changes: 1 addition & 1 deletion src/reader/plugins/readtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit f92e592

Please sign in to comment.