From ce682eb7fa14effb4fd91ddf5dc72621ee3bb9cf Mon Sep 17 00:00:00 2001 From: Peter Drew Date: Sun, 16 Aug 2020 00:14:40 +1000 Subject: [PATCH 1/2] rename to ev3sim --- README.md | 8 ++++---- docs/customisation.rst | 2 +- docs/ev3_extensions.rst | 2 +- docs/setup.rst | 2 +- setup.py | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 86e4f72b..37409b55 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# RoboCup_Simulator +# ev3sim -![Python package](https://github.com/MelbourneHighSchoolRobotics/RoboCup_Simulator/workflows/Python%20package/badge.svg) +![Python package](https://github.com/MelbourneHighSchoolRobotics/ev3sim/workflows/Python%20package/badge.svg) ## Getting started -To get up and running with the simulator, check the docs: https://melbournehighschoolrobotics.github.io/RoboCup_Simulator/ +To get up and running with the simulator, check the docs: https://melbournehighschoolrobotics.github.io/ev3sim/ ## Problems -Find any issues with the simulator? Feel free to make an issue here: https://github.com/MelbourneHighSchoolRobotics/RoboCup_Simulator/issues +Find any issues with the simulator? Feel free to make an issue here: https://github.com/MelbourneHighSchoolRobotics/ev3sim/issues diff --git a/docs/customisation.rst b/docs/customisation.rst index b1421d57..085d87de 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/MelbourneHighSchoolRobotics/RoboCup_Simulator/tree/main/ev3sim/presets/soccer.yaml +.. _here: https://github.com/MelbourneHighSchoolRobotics/ev3sim/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 61526e4c..ca6a8f61 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/MelbourneHighSchoolRobotics/RoboCup_Simulator/tree/main/ev3sim/code_helpers.py \ No newline at end of file +.. _code_helpers.py: https://github.com/MelbourneHighSchoolRobotics/ev3sim/tree/main/ev3sim/code_helpers.py \ No newline at end of file diff --git a/docs/setup.rst b/docs/setup.rst index 7cc7336b..c11a151f 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/MelbourneHighSchoolRobotics/RoboCup_Simulator/tree/main/ev3sim/robots/bot.yaml +.. _bot.yaml: https://github.com/MelbourneHighSchoolRobotics/ev3sim/tree/main/ev3sim/robots/bot.yaml diff --git a/setup.py b/setup.py index 9d3711a5..ec3f4f36 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ long_description=README, long_description_content_type="text/markdown", python_requires=REQUIRES_PYTHON, - url="https://github.com/MelbourneHighSchool/RoboCup_Simulator", + url="https://github.com/MelbourneHighSchool/ev3sim", author="Jackson Goerner, James Bui, Richard Huang, Angus Trau, Peter Drew", author_email="jgoerner@outlook.com, jtbui20@gmail.com, me@huangrichard.com, contact@angus.ws, peter@pdrew.com", license="BSD-3-Clause", From cea798e7916099961e7a22b149539053af670a09 Mon Sep 17 00:00:00 2001 From: Peter Drew Date: Sun, 16 Aug 2020 00:15:10 +1000 Subject: [PATCH 2/2] bump 1.0.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ec3f4f36..aa86642b 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name="ev3sim", - version="1.0.7", + version="1.0.8", description="Simulate ev3dev programs in Python", long_description=README, long_description_content_type="text/markdown",