From 2e759215a8acf604831ab61a9f12a745b3d30c58 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Thu, 3 Oct 2024 23:35:39 +0200 Subject: [PATCH] Rearange README --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 6f78731..460ccd1 100644 --- a/README.md +++ b/README.md @@ -246,21 +246,6 @@ The tests verify: - Enum parameters and their custom truthy values behave correctly - Simulator functionality and consistency -## Disclaimer -NuCon is an unofficial tool and is not affiliated with or endorsed by the creators of Nucleares. - -## Citing -What? Why would you wanna cite it? What are you even doing? -``` -@misc{nucon, - title = {NuCon}, - author = {Dominik Roth}, - abstract = {NuCon is a Python library to interface with and control Nucleares, a nuclear reactor simulation game. Includes gymnasium bindings for Reinforcement Learning.}, - url = {https://git.dominik-roth.eu/dodox/NuCon}, - year = {2024}, -} -``` - --- ![NuCon Meme](README_meme.jpg) @@ -294,4 +279,19 @@ items = [ meme = create_drake_meme(items) meme.save("README_meme.jpg") +``` + +## Disclaimer +NuCon is an unofficial tool and is not affiliated with or endorsed by the creators of Nucleares. + +## Citing +What? Why would you wanna cite it? What are you even doing? +``` +@misc{nucon, + title = {NuCon}, + author = {Dominik Roth}, + abstract = {NuCon is a Python library to interface with and control Nucleares, a nuclear reactor simulation game. Includes gymnasium bindings for Reinforcement Learning.}, + url = {https://git.dominik-roth.eu/dodox/NuCon}, + year = {2024}, +} ``` \ No newline at end of file