From 1ee297968b3580f233d6f3c846d435765f2f58e7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Bergstr=C3=B6m?= <davbe125@student.liu.se>
Date: Mon, 3 Sep 2018 09:56:06 +0200
Subject: [PATCH] Rename Perception -> Helpers

---
 docs/{perception.rst => helpers.rst} | 4 ++--
 docs/index.rst                       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename docs/{perception.rst => helpers.rst} (99%)

diff --git a/docs/perception.rst b/docs/helpers.rst
similarity index 99%
rename from docs/perception.rst
rename to docs/helpers.rst
index 98ed84f1b..06b7c1c21 100644
--- a/docs/perception.rst
+++ b/docs/helpers.rst
@@ -1,5 +1,5 @@
-Perception
-==========
+Helpers
+=======
 
 There are several classes related to processing information about the game
 state and the input from Starcraft. All these classes are taken more or less
diff --git a/docs/index.rst b/docs/index.rst
index a10a4d1f4..778669f49 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -20,7 +20,7 @@ Table of contents
    :maxdepth: 3
 
    gettingstarted
-   perception
+   helpers
    idabot
    unit
    types
-- 
GitLab