Add intersphinx

This commit is contained in:
Tobotimus
2018-01-06 17:21:56 -05:00
committed by Rapptz
parent 0ef866a704
commit 3112e1c17e
37 changed files with 267 additions and 268 deletions

View File

@ -26,7 +26,7 @@ DEALINGS IN THE SOFTWARE.
class Colour:
"""Represents a Discord role colour. This class is similar
to an (red, green, blue) tuple.
to an (red, green, blue) :class:`tuple`.
There is an alias for this called Color.
@ -50,7 +50,7 @@ class Colour:
Attributes
------------
value: int
value: :class:`int`
The raw integer colour value.
"""