From 43c7d7ceb8da17954aedee96bd6fb5444a4a728c Mon Sep 17 00:00:00 2001 From: halcy Date: Tue, 29 Nov 2022 00:50:02 +0200 Subject: Restructure the docs, a lot --- docs/15_everything.rst | 188 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 188 insertions(+) create mode 100644 docs/15_everything.rst (limited to 'docs/15_everything.rst') diff --git a/docs/15_everything.rst b/docs/15_everything.rst new file mode 100644 index 0000000..84ddbbe --- /dev/null +++ b/docs/15_everything.rst @@ -0,0 +1,188 @@ +Every function on a huge CTRL-F-able page +========================================= +.. py:module:: mastodon +.. py:class: Mastodon + +.. automethod:: Mastodon.retrieve_mastodon_version +.. automethod:: Mastodon.verify_minimum_version +.. automethod:: Mastodon.create_app +.. automethod:: Mastodon.app_verify_credentials +.. automethod:: Mastodon.__init__ +.. automethod:: Mastodon.log_in +.. automethod:: Mastodon.auth_request_url +.. automethod:: Mastodon.set_language +.. automethod:: Mastodon.revoke_access_token +.. automethod:: Mastodon.create_account +.. automethod:: Mastodon.email_resend_confirmation +.. automethod:: Mastodon.preferencesStatuses, media and polls +.. automethod:: Mastodon.status +.. automethod:: Mastodon.status_context +.. automethod:: Mastodon.status_reblogged_by +.. automethod:: Mastodon.status_favourited_by +.. automethod:: Mastodon.status_card +.. automethod:: Mastodon.status_history +.. automethod:: Mastodon.status_source +.. automethod:: Mastodon.favourites +.. automethod:: Mastodon.bookmarks +.. automethod:: Mastodon.status_post +.. automethod:: Mastodon.status_reply +.. automethod:: Mastodon.toot +.. automethod:: Mastodon.make_poll +.. automethod:: Mastodon.status_reblog +.. automethod:: Mastodon.status_unreblog +.. automethod:: Mastodon.status_favourite +.. automethod:: Mastodon.status_unfavourite +.. automethod:: Mastodon.status_mute +.. automethod:: Mastodon.status_unmute +.. automethod:: Mastodon.status_bookmark +.. automethod:: Mastodon.status_unbookmark +.. automethod:: Mastodon.status_delete +.. automethod:: Mastodon.status_update +.. automethod:: Mastodon.scheduled_statuses +.. automethod:: Mastodon.scheduled_status +.. automethod:: Mastodon.scheduled_status_update +.. automethod:: Mastodon.scheduled_status_delete +.. automethod:: Mastodon.media_post +.. automethod:: Mastodon.media_update +.. automethod:: Mastodon.poll +.. automethod:: Mastodon.poll_voteAccounts, relationships and lists +.. automethod:: Mastodon.account_verify_credentials +.. automethod:: Mastodon.me +.. automethod:: Mastodon.account +.. automethod:: Mastodon.account_search +.. automethod:: Mastodon.account_lookup +.. automethod:: Mastodon.featured_tags +.. automethod:: Mastodon.featured_tag_suggestions +.. automethod:: Mastodon.account_featured_tags +.. automethod:: Mastodon.endorsements +.. automethod:: Mastodon.account_statuses +.. automethod:: Mastodon.account_following +.. automethod:: Mastodon.account_familiar_followers +.. automethod:: Mastodon.account_lists +.. automethod:: Mastodon.account_update_credentials +.. automethod:: Mastodon.account_pin +.. automethod:: Mastodon.account_unpin +.. automethod:: Mastodon.account_note_set +.. automethod:: Mastodon.featured_tag_create +.. automethod:: Mastodon.featured_tag_delete +.. automethod:: Mastodon.status_pin +.. automethod:: Mastodon.status_unpin +.. automethod:: Mastodon.account_followers +.. automethod:: Mastodon.account_relationships +.. automethod:: Mastodon.follows +.. automethod:: Mastodon.follow_requests +.. automethod:: Mastodon.suggestions +.. automethod:: Mastodon.account_follow +.. automethod:: Mastodon.account_unfollow +.. automethod:: Mastodon.follow_request_authorize +.. automethod:: Mastodon.follow_request_reject +.. automethod:: Mastodon.suggestion_delete +.. automethod:: Mastodon.mutes +.. automethod:: Mastodon.blocks +.. automethod:: Mastodon.domain_blocks +.. automethod:: Mastodon.account_mute +.. automethod:: Mastodon.account_unmute +.. automethod:: Mastodon.account_block +.. automethod:: Mastodon.account_unblock +.. automethod:: Mastodon.account_remove_from_followers +.. automethod:: Mastodon.domain_block +.. automethod:: Mastodon.domain_unblock +.. automethod:: Mastodon.lists +.. automethod:: Mastodon.list +.. automethod:: Mastodon.list_accounts +.. automethod:: Mastodon.list_create +.. automethod:: Mastodon.list_update +.. automethod:: Mastodon.list_delete +.. automethod:: Mastodon.list_accounts_add +.. automethod:: Mastodon.list_accounts_delete +.. automethod:: Mastodon.timeline +.. automethod:: Mastodon.timeline_home +.. automethod:: Mastodon.timeline_local +.. automethod:: Mastodon.timeline_public +.. automethod:: Mastodon.timeline_hashtag +.. automethod:: Mastodon.timeline_list +.. automethod:: Mastodon.conversationsInstance-wide data and search +.. automethod:: Mastodon.instance +.. automethod:: Mastodon.instance_activity +.. automethod:: Mastodon.instance_peers +.. automethod:: Mastodon.instance_health +.. automethod:: Mastodon.instance_nodeinfo +.. automethod:: Mastodon.instance_rules +.. automethod:: Mastodon.directory +.. automethod:: Mastodon.custom_emojis +.. automethod:: Mastodon.announcements +.. automethod:: Mastodon.announcement_dismiss +.. automethod:: Mastodon.announcement_reaction_create +.. automethod:: Mastodon.announcement_reaction_delete +.. automethod:: Mastodon.trending_tags +.. automethod:: Mastodon.trending_statuses +.. automethod:: Mastodon.trending_links +.. automethod:: Mastodon.trends +.. automethod:: Mastodon.search +.. automethod:: Mastodon.search_v2 +.. automethod:: Mastodon.notifications +.. automethod:: Mastodon.notifications_clear +.. automethod:: Mastodon.notifications_dismiss +.. automethod:: Mastodon.conversations_read +.. automethod:: Mastodon.filters +.. automethod:: Mastodon.filter +.. automethod:: Mastodon.filters_apply +.. automethod:: Mastodon.filter_create +.. automethod:: Mastodon.filter_update +.. automethod:: Mastodon.filter_delete +.. automethod:: Mastodon.push_subscription +.. automethod:: Mastodon.push_subscription_set +.. automethod:: Mastodon.push_subscription_update +.. automethod:: Mastodon.push_subscription_generate_keys +.. automethod:: Mastodon.push_subscription_decrypt_push +.. automethod:: Mastodon.stream_user +.. automethod:: Mastodon.stream_public +.. automethod:: Mastodon.stream_local +.. automethod:: Mastodon.stream_hashtag +.. automethod:: Mastodon.stream_list +.. automethod:: Mastodon.stream_healthy +.. autoclass:: StreamListener +.. automethod:: StreamListener.on_update +.. automethod:: StreamListener.on_notification +.. automethod:: StreamListener.on_delete +.. automethod:: StreamListener.on_conversation +.. automethod:: StreamListener.on_status_update +.. automethod:: StreamListener.on_unknown_event +.. automethod:: StreamListener.on_abort +.. automethod:: StreamListener.handle_heartbeat +.. autoclass:: CallbackStreamListenerMisc: Markers, reports +.. automethod:: Mastodon.markers_get +.. automethod:: Mastodon.markers_set +.. automethod:: Mastodon.reports +.. automethod:: Mastodon.reportUtility: Pagination and Blurhash +.. automethod:: Mastodon.fetch_next +.. automethod:: Mastodon.fetch_previous +.. automethod:: Mastodon.fetch_remaining +.. automethod:: Mastodon.decode_blurhash +.. automethod:: Mastodon.admin_accounts_v2 +.. automethod:: Mastodon.admin_accounts +.. automethod:: Mastodon.admin_accounts_v1 +.. automethod:: Mastodon.admin_account +.. automethod:: Mastodon.admin_account_enable +.. automethod:: Mastodon.admin_account_approve +.. automethod:: Mastodon.admin_account_reject +.. automethod:: Mastodon.admin_account_unsilence +.. automethod:: Mastodon.admin_account_unsuspend +.. automethod:: Mastodon.admin_account_moderate +.. automethod:: Mastodon.admin_reports +.. automethod:: Mastodon.admin_report +.. automethod:: Mastodon.admin_report_assign +.. automethod:: Mastodon.admin_report_unassign +.. automethod:: Mastodon.admin_report_reopen +.. automethod:: Mastodon.admin_report_resolve +.. automethod:: Mastodon.admin_trending_tags +.. automethod:: Mastodon.admin_trending_statuses +.. automethod:: Mastodon.admin_trending_links +.. automethod:: Mastodon.admin_domain_blocks +.. automethod:: Mastodon.admin_create_domain_block +.. automethod:: Mastodon.admin_update_domain_block +.. automethod:: Mastodon.admin_delete_domain_block +.. automethod:: Mastodon.admin_measures +.. automethod:: Mastodon.admin_dimensions +.. automethod:: Mastodon.admin_retention + -- cgit v1.2.3