From bc6993e6f87ff60720fca9e87713f74c935fd71b Mon Sep 17 00:00:00 2001 From: glipR <37640160+glipR@users.noreply.github.com> Date: Sat, 15 Aug 2020 21:09:31 +1000 Subject: [PATCH 1/2] Fix change to MHSRobotics. --- README.md | 8 +++----- docs/customisation.rst | 2 +- docs/ev3_extensions.rst | 2 +- docs/setup.rst | 2 +- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 10c9e0ef..86e4f72b 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,11 @@ # RoboCup_Simulator -![Python package](https://github.com/MelbourneHighSchool/RoboCup_Simulator/workflows/Python%20package/badge.svg) - -If you want to make changes to this repository, please complete https://forms.office.com/Pages/ResponsePage.aspx?id=h42eJG9AWU2cviWaMsGmARjoL0O6BYlNl-nkrUuf9BZUOEhIVkJPTkhXMTgyRUZQVFRKOUgxUTZPMi4u. If you just want to run the simulator, don't worry about it. +![Python package](https://github.com/MelbourneHighSchoolRobotics/RoboCup_Simulator/workflows/Python%20package/badge.svg) ## Getting started -To get up and running with the simulator, check the docs: https://melbournehighschool.github.io/RoboCup_Simulator/ +To get up and running with the simulator, check the docs: https://melbournehighschoolrobotics.github.io/RoboCup_Simulator/ ## Problems -Find any issues with the simulator? Feel free to make an issue here: https://github.com/MelbourneHighSchool/RoboCup_Simulator/issues +Find any issues with the simulator? Feel free to make an issue here: https://github.com/MelbourneHighSchoolRobotics/RoboCup_Simulator/issues diff --git a/docs/customisation.rst b/docs/customisation.rst index 7c8ccd9c..b1421d57 100644 --- a/docs/customisation.rst +++ b/docs/customisation.rst @@ -108,7 +108,7 @@ All of the logic running the soccer simulation in particular is defined in a **p A full example of the soccer preset can be found `here`_. -.. _here: https://github.com/MelbourneHighSchool/RoboCup_Simulator/tree/main/ev3sim/presets/soccer.yaml +.. _here: https://github.com/MelbourneHighSchoolRobotics/RoboCup_Simulator/tree/main/ev3sim/presets/soccer.yaml After saving this to ``preset.yaml`` for example, you can run the simulation with this preset by running diff --git a/docs/ev3_extensions.rst b/docs/ev3_extensions.rst index 64f886b0..61526e4c 100644 --- a/docs/ev3_extensions.rst +++ b/docs/ev3_extensions.rst @@ -20,4 +20,4 @@ As an example, the simulator currently does not implement the ``Led`` functional Importing this means you need to transfer ``ev3sim/code_helpers.py`` onto the brick for this to run (Just create a folder named ``ev3sim`` and place `code_helpers.py`_ in there). -.. _code_helpers.py: https://github.com/MelbourneHighSchool/RoboCup_Simulator/tree/main/ev3sim/code_helpers.py \ No newline at end of file +.. _code_helpers.py: https://github.com/MelbourneHighSchoolRobotics/RoboCup_Simulator/tree/main/ev3sim/code_helpers.py \ No newline at end of file diff --git a/docs/setup.rst b/docs/setup.rst index 11f8f54d..7cc7336b 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -35,4 +35,4 @@ Which, provided a simulation is already running, attaches some demo code to that More information on the use of these commands can be given with ``ev3sim -h`` or ``ev3attach -h``. -.. _bot.yaml: https://github.com/MelbourneHighSchool/RoboCup_Simulator/tree/main/ev3sim/robots/bot.yaml +.. _bot.yaml: https://github.com/MelbourneHighSchoolRobotics/RoboCup_Simulator/tree/main/ev3sim/robots/bot.yaml From 22a5e743bc394feb9c9364f66bf6f5eb70fd28fe Mon Sep 17 00:00:00 2001 From: glipR <37640160+glipR@users.noreply.github.com> Date: Sat, 15 Aug 2020 21:11:03 +1000 Subject: [PATCH 2/2] Bump version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fab6867b..9d3711a5 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name="ev3sim", - version="1.0.5", + version="1.0.7", description="Simulate ev3dev programs in Python", long_description=README, long_description_content_type="text/markdown",