Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PyCommandCenter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Starcraft AI Course
PyCommandCenter
Commits
4215d2cd
Commit
4215d2cd
authored
6 years ago
by
David Bergström
Browse files
Options
Downloads
Patches
Plain Diff
Update/resolve a few TODOs
parent
7a40504f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/gettingstarted.rst
+0
-4
0 additions, 4 deletions
docs/gettingstarted.rst
docs/managers.rst
+2
-5
2 additions, 5 deletions
docs/managers.rst
docs/unit.rst
+0
-1
0 additions, 1 deletion
docs/unit.rst
with
2 additions
and
10 deletions
docs/gettingstarted.rst
+
0
−
4
View file @
4215d2cd
.. 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.
...
...
This diff is collapsed.
Click to expand it.
docs/managers.rst
+
2
−
5
View file @
4215d2cd
...
...
@@ -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
~~~~~~~~~~~
...
...
This diff is collapsed.
Click to expand it.
docs/unit.rst
+
0
−
1
View file @
4215d2cd
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment