diff --git a/docs/gettingstarted.rst b/docs/gettingstarted.rst
index c8c6e1f9f771a33f86cc6ae47804726d3df33d13..29a31fcc9eace81311fe1a98852f28b8ae0fb5be 100644
--- a/docs/gettingstarted.rst
+++ b/docs/gettingstarted.rst
@@ -1,5 +1,3 @@
-.. TODO: How should we host the binaries
-
 .. _gettingstarted:
 
 Getting started
@@ -49,8 +47,6 @@ Now, let us break it down piece by piece to understand it.
 
    from library import *
 
-.. TODO: Should we really encourage this behaviour?
-
 This imports everything from the library into your namespace. 
 
 Next, we need to define our bot.
diff --git a/docs/managers.rst b/docs/managers.rst
index 926ce11641738498e86cd317660ef69bcf5b9a3c..2e861ce11977827b0a58b5578d48ecd10dc1498f 100644
--- a/docs/managers.rst
+++ b/docs/managers.rst
@@ -79,12 +79,8 @@ TypeData
    :members:
    :undoc-members:
 
-.. TODO: Where is morph ability?
-
 .. TODO: Types for all fields would be nice, is required_units List[UnitType] or List[UNIT_TYPEID]?
 
-.. TODO: Not all members have docstrings attached to them
-
 MapTools
 --------
 
@@ -98,7 +94,8 @@ Color
 .. autoclass:: library.Color 	
    :members:
    :undoc-members:
-.. TODO: Only include the constructor and the color constants
+
+   .. automethod:: __init__
 
 DistanceMap
 ~~~~~~~~~~~
diff --git a/docs/unit.rst b/docs/unit.rst
index 0ffe399fcf92010886bd9cee518b1e3885fab581..003e12df71f91e2034b6878c69676cf71866d8f9 100644
--- a/docs/unit.rst
+++ b/docs/unit.rst
@@ -58,7 +58,6 @@ Unit
    .. automethod:: right_click
    .. automethod:: repair
    .. automethod:: build
-   .. TODO: Maybe should I put the limits of build here, and when to use build_target
    .. automethod:: build_target
    .. automethod:: train
    .. automethod:: research