Skip to content
Snippets Groups Projects
Commit 4215d2cd authored by David Bergström's avatar David Bergström
Browse files

Update/resolve a few TODOs

parent 7a40504f
No related branches found
No related tags found
No related merge requests found
.. 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.
......
......@@ -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
~~~~~~~~~~~
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment