aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Hardiman <[email protected]>2022-11-24 22:05:41 -0500
committerGitHub <[email protected]>2022-11-24 22:05:41 -0500
commit7efd6ad30ee4e1624fbf69b1b0fab2b4b448690f (patch)
tree26845ab78d995beaea264ae634c6901185f51075
parent10b2a9984237aaae6a512d441001e635060d6af7 (diff)
downloadmastodon.py-7efd6ad30ee4e1624fbf69b1b0fab2b4b448690f.tar.gz
text formatting fixes
-rw-r--r--docs/index.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/index.rst b/docs/index.rst
index a1d9695..10e18c0 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -617,8 +617,8 @@ Media dicts
617 617
618 # Focus Metadata dict: 618 # Focus Metadata dict:
619 { 619 {
620 'x': Focus point x coordinate (between -1 and 1) 620 'x': # Focus point x coordinate (between -1 and 1)
621 'y': Focus point x coordinate (between -1 and 1) 621 'y': # Focus point x coordinate (between -1 and 1)
622 } 622 }
623 623
624 # Media colors dict: 624 # Media colors dict:
@@ -686,9 +686,9 @@ Instance dicts
686 'version': # The instance's Mastodon version 686 'version': # The instance's Mastodon version
687 'urls': # Additional URLs dict, presently only 'streaming_api' with the 687 'urls': # Additional URLs dict, presently only 'streaming_api' with the
688 # stream websocket address. 688 # stream websocket address.
689 'stats: # A dictionary containing three stats, user_count (number of local users), 689 'stats': # A dictionary containing three stats, user_count (number of local users),
690 # status_count (number of local statuses) and domain_count (number of known 690 # status_count (number of local statuses) and domain_count (number of known
691 # instance domains other than this one). 691 # instance domains other than this one).
692 'contact_account': # User dict of the primary contact for the instance 692 'contact_account': # User dict of the primary contact for the instance
693 'languages': # Array of ISO 639-1 (two-letter) language codes the instance 693 'languages': # Array of ISO 639-1 (two-letter) language codes the instance
694 # has chosen to advertise. 694 # has chosen to advertise.
@@ -847,7 +847,7 @@ Announcement dicts
847 'emojis': # Custom emoji used in the annoucement, as a list of emoji dicts 847 'emojis': # Custom emoji used in the annoucement, as a list of emoji dicts
848 'reactions': # Reactions to the annoucement, as a list of reaction dicts (documented inline here): 848 'reactions': # Reactions to the annoucement, as a list of reaction dicts (documented inline here):
849 [ { 849 [ {
850 'name': '# Name of the custom emoji or unicode emoji of the reaction 850 'name': # Name of the custom emoji or unicode emoji of the reaction
851 'count': # Reaction counter (i.e. number of users who have added this reaction) 851 'count': # Reaction counter (i.e. number of users who have added this reaction)
852 'me': # True if the logged-in user has reacted with this emoji, false otherwise 852 'me': # True if the logged-in user has reacted with this emoji, false otherwise
853 'url': # URL for the custom emoji image 853 'url': # URL for the custom emoji image
Powered by cgit v1.2.3 (git 2.41.0)