@@ -627,28 +627,28 @@ as described below:
627627
628628**Added **
629629
630- * :meth: `~praw.models.reddit.subreddit .Modmail.unread_count ` to get unread count by
630+ * :meth: `.Modmail.unread_count ` to get unread count by
631631 conversation state.
632- * :meth: `~praw.models.reddit.subreddit .Modmail.bulk_read ` to mark conversations as read
632+ * :meth: `.Modmail.bulk_read ` to mark conversations as read
633633 by conversation state.
634- * :meth: `~praw.models.reddit.subreddit .Modmail.subreddits ` to fetch subreddits using new
634+ * :meth: `.Modmail.subreddits ` to fetch subreddits using new
635635 modmail.
636- * :meth: `~praw.models.reddit.subreddit .Modmail.create ` to create a new modmail
636+ * :meth: `.Modmail.create ` to create a new modmail
637637 conversation.
638- * :meth: `~praw.models .ModmailConversation.read ` to mark modmail conversations as read.
639- * :meth: `~praw.models .ModmailConversation.unread ` to mark modmail conversations as
638+ * :meth: `.ModmailConversation.read ` to mark modmail conversations as read.
639+ * :meth: `.ModmailConversation.unread ` to mark modmail conversations as
640640 unread.
641- * :meth: `~praw.models.reddit .subreddit.Modmail.conversations ` to get new modmail
641+ * :meth: `.subreddit.Modmail.conversations ` to get new modmail
642642 conversations.
643- * :meth: `~praw.models .ModmailConversation.highlight ` to highlight modmail conversations.
644- * :meth: `~praw.models .ModmailConversation.unhighlight ` to unhighlight modmail
643+ * :meth: `.ModmailConversation.highlight ` to highlight modmail conversations.
644+ * :meth: `.ModmailConversation.unhighlight ` to unhighlight modmail
645645 conversations.
646- * :meth: `~praw.models .ModmailConversation.mute ` to mute modmail conversations.
647- * :meth: `~praw.models .ModmailConversation.unmute ` to unmute modmail conversations.
648- * :meth: `~praw.models .ModmailConversation.archive ` to archive modmail conversations.
649- * :meth: `~praw.models .ModmailConversation.unarchive ` to unarchive modmail conversations.
650- * :meth: `~praw.models .ModmailConversation.reply ` to reply to modmail conversations.
651- * :meth: `~praw.models.reddit.subreddit .Modmail.__call__ ` to get a new modmail
646+ * :meth: `.ModmailConversation.mute ` to mute modmail conversations.
647+ * :meth: `.ModmailConversation.unmute ` to unmute modmail conversations.
648+ * :meth: `.ModmailConversation.archive ` to archive modmail conversations.
649+ * :meth: `.ModmailConversation.unarchive ` to unarchive modmail conversations.
650+ * :meth: `.ModmailConversation.reply ` to reply to modmail conversations.
651+ * :meth: `.Modmail.__call__ ` to get a new modmail
652652 conversation.
653653* :meth: `.Inbox.stream ` to stream new items in the inbox.
654654* Exponential request delay to all streams when no new items are returned in a request.
@@ -660,9 +660,9 @@ as described below:
660660* :class: `.Reddit ` accepts ``requestor_class=cls `` for a customized requestor class and
661661 ``requestor_kwargs={"param": value} `` for passing arguments to requestor
662662 initialization.
663- * :meth: `~praw.models.reddit.subreddit .SubredditStream.comments `,
664- :meth: `~praw.models.reddit.subreddit .SubredditStream.submissions `, and
665- :meth: `~praw.models .Subreddits.stream ` accept a ``pause_after `` argument to allow
663+ * :meth: `.SubredditStream.comments `,
664+ :meth: `.SubredditStream.submissions `, and
665+ :meth: `.Subreddits.stream ` accept a ``pause_after `` argument to allow
666666 pausing of the stream. The default value of ``None `` retains the preexisting behavior.
667667
668668**Deprecated **
@@ -789,18 +789,18 @@ as described below:
789789
790790**Added **
791791
792- * :meth: `praw.models .Subreddits.search_by_topic ` to search subreddits by topic. (see:
792+ * :meth: `.Subreddits.search_by_topic ` to search subreddits by topic. (see:
793793 https://www.reddit.com/dev/api/#GET_api_subreddits_by_topic).
794- * :meth: `praw.models .LiveHelper.__call__ ` to provide interface to
794+ * :meth: `.LiveHelper.__call__ ` to provide interface to
795795 ``praw.models.LiveThread.__init__ ``.
796796* :class: `.SubredditFilters ` to work with filters for special subreddits, like
797797 ``r/all ``.
798798* Added callables for :class: `.SubredditRelationship ` and :class: `.SubredditFlair ` so
799799 that ``limit `` and other parameters can be passed.
800- * Add :meth: `~praw.models .Message.reply ` to :class: `.Message ` which was accidentally
800+ * Add :meth: `.Message.reply ` to :class: `.Message ` which was accidentally
801801 missed previously.
802802* Add ``sticky `` parameter to :meth: `.CommentModeration.distinguish ` to sticky comments.
803- * :meth: `.flair ` to add a submission's flair from an instance of :class: `.Submission `.
803+ * :meth: `.Submission. flair ` to add a submission's flair from an instance of :class: `.Submission `.
804804* :meth: `.Comment.parent ` to obtain the parent of a :class: `.Comment `.
805805* :meth: `.opt_in ` and :meth: `.opt_out ` to :class: `.Subreddit ` to permit working with
806806 quarantined subreddits.
@@ -829,7 +829,7 @@ as described below:
829829 ``Subreddit.mod.ignore_reports ``, ``Subreddit.mod.remove ``,
830830 ``Subreddit.mod.undistinguish ``, ``Subreddit.mod.unignore_reports ``.
831831* Support for passing a :class: `.Submission ` to :meth: `.SubredditFlair.set ` will be
832- removed in PRAW 5. Use :meth: `.flair ` instead.
832+ removed in PRAW 5. Use :meth: `.Submission. flair ` instead.
833833* The ``thing `` argument to :meth: `.SubredditFlair.set ` is replaced with ``redditor ``
834834 and will be removed in PRAW 5.
835835
@@ -872,7 +872,7 @@ as described below:
872872
873873**Fixed **
874874
875- * :meth: `~praw.models .Auth.authorize ` properly sets the session's Authentication (thanks
875+ * :meth: `.Auth.authorize ` properly sets the session's Authentication (thanks
876876 @williammck).
877877
8788784.0.0rc1 (2016/11/20)
@@ -885,31 +885,23 @@ to help with updating your code to PRAW 4. If you require additional help please
885885
886886**Added **
887887
888- * :meth: `praw.models.Comment.block `, :meth: `praw.models.Message.block `, and
889- :meth: `praw.models.SubredditMessage.block ` to permit blocking unwanted user contact.
890- * :meth: `praw.models.LiveHelper.create ` to create new live threads.
891- * :meth: `praw.models.Redditor.unblock ` to undo a block.
892- * :meth: `praw.models.Subreddits.gold ` to iterate through gold subreddits.
893- * :meth: `praw.models.Subreddits.search ` to search for subreddits by name and
894- description.
895- * :meth: `praw.models.Subreddits.stream ` to obtain newly created subreddits in near-
896- realtime.
897- * :meth: `praw.models.User.karma ` to retrieve the current user's subreddit karma.
888+ * :meth: `.Comment.block `, :meth: `.Message.block `, and
889+ :meth: `.SubredditMessage.block ` to permit blocking unwanted user contact.
890+ * :meth: `.LiveHelper.create ` to create new live threads.
891+ * :meth: `.Redditor.unblock ` to undo a block.
892+ * :meth: `.Subreddits.gold ` to iterate through gold subreddits.
893+ * :meth: `.Subreddits.search ` to search for subreddits by name and description.
894+ * :meth: `.Subreddits.stream ` to obtain newly created subreddits in near realtime.
895+ * :meth: `.User.karma ` to retrieve the current user's subreddit karma.
898896* ``praw.models.reddit.submission.SubmissionModeration.lock `` and
899897 ``praw.models.reddit.submission.SubmissionModeration.unlock `` to change a Submission's
900898 lock state.
901- * :meth: `praw.models.reddit.subreddit.SubredditFlairTemplates.delete ` to delete a single
902- flair template.
903- * :meth: `praw.models.reddit.subreddit.SubredditModeration.unread ` to iterate over unread
904- moderation messages.
905- * :meth: `praw.models.reddit.subreddit.ModeratorRelationship.invite ` to invite a
906- moderator to a subreddit.
907- * :meth: `praw.models.reddit.subreddit.ModeratorRelationship.update ` to update a
908- moderator's permissions.
909- * :meth: `praw.models.reddit.subreddit.ModeratorRelationship.update_invite ` to update an
910- invited moderator's permissions.
911- * :meth: `praw.models.Front.random_rising `, :meth: `praw.models.Subreddit.random_rising `
912- and :meth: `praw.models.Multireddit.random_rising `.
899+ * :meth: `.SubredditFlairTemplates.delete ` to delete a single flair template.
900+ * :meth: `.SubredditModeration.unread ` to iterate over unread moderation messages.
901+ * :meth: `.ModeratorRelationship.invite ` to invite a moderator to a subreddit.
902+ * :meth: `.ModeratorRelationship.update ` to update a moderator's permissions.
903+ * :meth: `.ModeratorRelationship.update_invite ` to update an invited moderator's permissions.
904+ * :meth: `.Front.random_rising `, :meth: `.Subreddit.random_rising ` and :meth: `.Multireddit.random_rising `.
913905* :class: `~.WikiPage ` supports a revision argument.
914906* :meth: `~.SubredditWiki.revisions ` to obtain a list of recent revisions to a subreddit.
915907* :meth: `~.WikiPage.revisions ` to obtain a list of revisions for a wiki page.
@@ -925,12 +917,12 @@ to help with updating your code to PRAW 4. If you require additional help please
925917 Only prominent changes are listed here.
926918
927919* ``helpers.comments_stream `` is now
928- :meth: `praw.models.reddit.subreddit .SubredditStream.comments `
920+ :meth: `.SubredditStream.comments `
929921* ``helpers.submissions_between `` is now ``Subreddit.submissions ``. This new method now
930922 only iterates through newest submissions first and as a result makes approximately 33%
931923 fewer requests.
932924* ``helpers.submission_stream `` is now
933- :meth: `praw.models.reddit.subreddit .SubredditStream.submissions `
925+ :meth: `.SubredditStream.submissions `
934926
935927**Removed **
936928
0 commit comments