Skip to content
Snippets Groups Projects
Commit 408e8926 authored by Edvin Bergström's avatar Edvin Bergström
Browse files

Merge branch 'Doc' into 'master'

Fixed some spelling

See merge request edvbe696/pycommandcenter!4
parents 73781213 f7b4f6e4
No related branches found
No related tags found
No related merge requests found
...@@ -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:
......
...@@ -30,7 +30,7 @@ Table of contents ...@@ -30,7 +30,7 @@ Table of contents
constants constants
replays replays
idareplayobserver idareplayobserver
replayuinit replayunit
.. autosummary:: .. autosummary::
:toctree: _autosummary :toctree: _autosummary
......
...@@ -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 whithe SC2Reader. if the information you want could be collected 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 diffrens This is the second technique it is much like using a bot but whit the difference
that no action can be preform just observations that no action can be preform just observations.
.. code-block:: python .. code-block:: python
......
...@@ -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.
......
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