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

Fix a few issues with the rst files

parent 611944cd
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ and more. ...@@ -13,6 +13,7 @@ and more.
.. _here: https://gitlab.ida.liu.se/starcraft-api/sc2-python-bot .. _here: https://gitlab.ida.liu.se/starcraft-api/sc2-python-bot
.. code-block:: python .. code-block:: python
import os import os
from library import * from library import *
......
...@@ -6,7 +6,7 @@ state and the input from Starcraft. All these classes are taken more or less ...@@ -6,7 +6,7 @@ state and the input from Starcraft. All these classes are taken more or less
directly from the original `CommandCenter`_, but we have left all directly from the original `CommandCenter`_, but we have left all
decision-making to the user of the API. decision-making to the user of the API.
-.. _CommandCenter: https://github.com/davechurchill/commandcenter .. _CommandCenter: https://github.com/davechurchill/commandcenter
Here is a full list of all managers: Here is a full list of all managers:
......
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