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
408e8926
Commit
408e8926
authored
4 years ago
by
Edvin Bergström
Browse files
Options
Downloads
Plain Diff
Merge branch 'Doc' into 'master'
Fixed some spelling See merge request
edvbe696/pycommandcenter!4
parents
73781213
f7b4f6e4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!6
Replays
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/idareplayobserver.rst
+1
-1
1 addition, 1 deletion
docs/idareplayobserver.rst
docs/index.rst
+1
-1
1 addition, 1 deletion
docs/index.rst
docs/replays.rst
+3
-3
3 additions, 3 deletions
docs/replays.rst
docs/replayunit.rst
+1
-1
1 addition, 1 deletion
docs/replayunit.rst
with
6 additions
and
6 deletions
docs/idareplayobserver.rst
+
1
−
1
View file @
408e8926
...
...
@@ -3,7 +3,7 @@ IDAReplayObserver
.. class:: library.IDAReplayObserver
This is a class for following a replay.
Se :ref:`Replays <replays>` for a example.
This is a class for following a replay.
Inherited methods:
...
...
This diff is collapsed.
Click to expand it.
docs/index.rst
+
1
−
1
View file @
408e8926
...
...
@@ -30,7 +30,7 @@ Table of contents
constants
replays
idareplayobserver
replayu
i
nit
replayunit
.. autosummary::
:toctree: _autosummary
...
...
This diff is collapsed.
Click to expand it.
docs/replays.rst
+
3
−
3
View file @
408e8926
...
...
@@ -60,7 +60,7 @@ Here is a short example that uses SC2Reader to extract the build order.
SC2Reader has good documation_ that also describe what information
could be found. `What is in a Replay`_ and Events_ gives a good idea
if the information you want could be colleced w
h
ith
e
SC2Reader.
if the information you want could be collec
t
ed with SC2Reader.
.. _documation: https://sc2reader.readthedocs.io/en/latest/index.html
.. _What is in a Replay: https://sc2reader.readthedocs.io/en/latest/articles/whatsinareplay.html
...
...
@@ -68,8 +68,8 @@ if the information you want could be colleced whithe SC2Reader.
ReplayObserver
--------------
This is the second technique it is much like using a bot but whit the diffren
s
that no action can be preform just observations
This is the second technique it is much like using a bot but whit the diff
e
ren
ce
that no action can be preform just observations
.
.. code-block:: python
...
...
This diff is collapsed.
Click to expand it.
docs/replayunit.rst
+
1
−
1
View file @
408e8926
...
...
@@ -4,7 +4,7 @@ ReplayUnit
.. class:: library.ReplayUnit
An instance of the class Unit represents one unit in a replay. A ReplayUnit is a
:class`library.Unit` white some limitations.
:class
:
`library.Unit` white some limitations.
It is possible to use ReplayUnit as keys in a dictionary, which might be helpful
for bookkeeping.
...
...
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