From 7f2e5a0b700bb4f90cfa9e5d6cb0ca1fed2c0287 Mon Sep 17 00:00:00 2001 From: Michael H Date: Fri, 17 Jan 2020 18:00:24 -0500 Subject: [PATCH] [Docs] Remaining doc improvements for 3.2.3 (#3400) * double the fun * double * pluralize this --- docs/framework_apikeys.rst | 13 +++++++++++++ docs/install_linux_mac.rst | 4 ++++ docs/install_windows.rst | 4 ++++ 3 files changed, 21 insertions(+) diff --git a/docs/framework_apikeys.rst b/docs/framework_apikeys.rst index b27d2e713..2a67d9c45 100644 --- a/docs/framework_apikeys.rst +++ b/docs/framework_apikeys.rst @@ -60,3 +60,16 @@ Event Reference :type service_name: :class:`str` :param api_tokens: New Mapping of token names to tokens. This contains api tokens that weren't changed too. :type api_tokens: Mapping[:class:`str`, :class:`str`] + + +********************* +Additional References +********************* + +.. py:currentmodule:: redbot.core.bot + +.. automethod:: Red.get_shared_api_tokens + +.. automethod:: Red.set_shared_api_tokens + +.. automethod:: Red.remove_shared_api_tokens diff --git a/docs/install_linux_mac.rst b/docs/install_linux_mac.rst index 1b7dccfea..c21e7bfe6 100644 --- a/docs/install_linux_mac.rst +++ b/docs/install_linux_mac.rst @@ -355,6 +355,10 @@ Or, to install with PostgreSQL support: python -m pip install -U Red-DiscordBot[postgres] +.. note:: + + These commands are also used for updating Red + -------------------------- Setting Up and Running Red -------------------------- diff --git a/docs/install_windows.rst b/docs/install_windows.rst index 36fcc11fa..05e8c60d9 100644 --- a/docs/install_windows.rst +++ b/docs/install_windows.rst @@ -96,6 +96,10 @@ Installing Red python -m pip install -U Red-DiscordBot[postgres] +.. note:: + + These commands are also used for updating Red + -------------------------- Setting Up and Running Red --------------------------