From 7efd6ad30ee4e1624fbf69b1b0fab2b4b448690f Mon Sep 17 00:00:00 2001 From: Travis Hardiman Date: Thu, 24 Nov 2022 22:05:41 -0500 Subject: text formatting fixes --- docs/index.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/index.rst') 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 # Focus Metadata dict: { - 'x': Focus point x coordinate (between -1 and 1) - 'y': Focus point x coordinate (between -1 and 1) + 'x': # Focus point x coordinate (between -1 and 1) + 'y': # Focus point x coordinate (between -1 and 1) } # Media colors dict: @@ -686,9 +686,9 @@ Instance dicts 'version': # The instance's Mastodon version 'urls': # Additional URLs dict, presently only 'streaming_api' with the # stream websocket address. - 'stats: # A dictionary containing three stats, user_count (number of local users), - # status_count (number of local statuses) and domain_count (number of known - # instance domains other than this one). + 'stats': # A dictionary containing three stats, user_count (number of local users), + # status_count (number of local statuses) and domain_count (number of known + # instance domains other than this one). 'contact_account': # User dict of the primary contact for the instance 'languages': # Array of ISO 639-1 (two-letter) language codes the instance # has chosen to advertise. @@ -847,7 +847,7 @@ Announcement dicts 'emojis': # Custom emoji used in the annoucement, as a list of emoji dicts 'reactions': # Reactions to the annoucement, as a list of reaction dicts (documented inline here): [ { - 'name': '# Name of the custom emoji or unicode emoji of the reaction + 'name': # Name of the custom emoji or unicode emoji of the reaction 'count': # Reaction counter (i.e. number of users who have added this reaction) 'me': # True if the logged-in user has reacted with this emoji, false otherwise 'url': # URL for the custom emoji image -- cgit v1.2.3