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
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
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
Edvin Bergström
PyCommandCenter
Commits
f7b4f6e4
Commit
f7b4f6e4
authored
4 years ago
by
Rojikku98
Browse files
Options
Downloads
Patches
Plain Diff
Fixed some spelling
parent
73781213
No related branches found
Branches containing commit
No related tags found
1 merge request
!4
Fixed some spelling
Pipeline
#17184
passed
4 years ago
Stage: deploy
Changes
4
Pipelines
1
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 @
f7b4f6e4
...
@@ -3,7 +3,7 @@ IDAReplayObserver
...
@@ -3,7 +3,7 @@ IDAReplayObserver
.. class:: library.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:
Inherited methods:
...
...
This diff is collapsed.
Click to expand it.
docs/index.rst
+
1
−
1
View file @
f7b4f6e4
...
@@ -30,7 +30,7 @@ Table of contents
...
@@ -30,7 +30,7 @@ Table of contents
constants
constants
replays
replays
idareplayobserver
idareplayobserver
replayu
i
nit
replayunit
.. autosummary::
.. autosummary::
:toctree: _autosummary
:toctree: _autosummary
...
...
This diff is collapsed.
Click to expand it.
docs/replays.rst
+
3
−
3
View file @
f7b4f6e4
...
@@ -60,7 +60,7 @@ Here is a short example that uses SC2Reader to extract the build order.
...
@@ -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
SC2Reader has good documation_ that also describe what information
could be found. `What is in a Replay`_ and Events_ gives a good idea
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
.. _documation: https://sc2reader.readthedocs.io/en/latest/index.html
.. _What is in a Replay: https://sc2reader.readthedocs.io/en/latest/articles/whatsinareplay.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.
...
@@ -68,8 +68,8 @@ if the information you want could be colleced whithe SC2Reader.
ReplayObserver
ReplayObserver
--------------
--------------
This is the second technique it is much like using a bot but whit the diffren
s
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
that no action can be preform just observations
.
.. code-block:: python
.. code-block:: python
...
...
This diff is collapsed.
Click to expand it.
docs/replayunit.rst
+
1
−
1
View file @
f7b4f6e4
...
@@ -4,7 +4,7 @@ ReplayUnit
...
@@ -4,7 +4,7 @@ ReplayUnit
.. class:: library.ReplayUnit
.. class:: library.ReplayUnit
An instance of the class Unit represents one unit in a replay. A ReplayUnit is a
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
It is possible to use ReplayUnit as keys in a dictionary, which might be helpful
for bookkeeping.
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