From b4cd2d3345192b3e64555d0627fe0e30d19df237 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Bergstr=C3=B6m?= <davbe125@student.liu.se>
Date: Fri, 31 Aug 2018 11:19:22 +0200
Subject: [PATCH] Explicitly order races

---
 docs/constants.rst | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/docs/constants.rst b/docs/constants.rst
index 4bd6767fa..f49d71485 100644
--- a/docs/constants.rst
+++ b/docs/constants.rst
@@ -28,9 +28,14 @@ Difficulty
 Race
 ----
 
-" TODO: Order these explicitly
+.. class:: library.Race
 
-.. autoclass:: library.Race
-   :members:
-   :undoc-members:
+   The folllowing three values represent actual races
+   
+   .. attribute:: Race.Protoss
+   .. attribute:: Race.Terran
+   .. attribute:: Race.Zerg
+
+   This means a randomly selected race from the three above:
 
+   .. attribute:: Race.Random
-- 
GitLab