removed unnecessary doubles in the links section

This commit is contained in:
BlueFox 2024-11-15 19:54:21 +01:00
parent fd2a4117b3
commit eb31a92cea
Signed by: BlueFox
GPG Key ID: 327233DA85435270

View File

@ -108,11 +108,11 @@ So, as the `Config` class uses python's magic function for getting and setting a
Here are some of the websites I learnt a lot from while programming this project - mainly here for documentation reasons.
- [https://bhave.sh/micropython-json-config/ - A small guide into configuration files in json](https://bhave.sh/micropython-json-config/)
- [https://docs.micropython.org/en/latest/library/json.html - the official micropython wiki page about the same topic](https://docs.micropython.org/en/latest/library/json.html)
- [https://stackoverflow.com/questions/16311562/python-json-without-whitespaces - Thread how to format a json file bit more beautiful](https://stackoverflow.com/questions/16311562/python-json-without-whitespaces)
- [https://staskoltsov.medium.com/python-magic-methods-to-get-set-attributes-716a12d0b106 - a guide about magic functions for settings and getting attributes](https://staskoltsov.medium.com/python-magic-methods-to-get-set-attributes-716a12d0b106)
- [https://git-scm.com/book/en/v2/Git-Tools-Submodules - the official guide into git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules)
- [A handy guide into configuration files in json](https://bhave.sh/micropython-json-config/)
- [The official micropython wiki page about the same topic](https://docs.micropython.org/en/latest/library/json.html)
- [StackOverflow thread about how to format a json file (used by this project to make it a bit more readable)](https://stackoverflow.com/questions/16311562/python-json-without-whitespaces)
- [A guide about magic functions for settings and getting attributes](https://staskoltsov.medium.com/python-magic-methods-to-get-set-attributes-716a12d0b106)
- [The official guide into git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules)
## License