From a6945856a10bf6ee1a9ff7571fe26ae7cdd61e3d Mon Sep 17 00:00:00 2001 From: linarphy Date: Wed, 16 Jul 2025 16:52:34 +0200 Subject: [PATCH] Fix link in readme --- README.md | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b6fdfb0..a141929 100644 --- a/README.md +++ b/README.md @@ -28,17 +28,17 @@ python main.py --filename=test.hdf5\ ## Dependencies -- [Finesse](finesse): to compute the simulation -- [backscattering_simulation_data](bsd): to store the result -- [gitpython](gitpython): to get data about the current git repo -- [gwpy](gwpy): to use normalized FrequencySeries and units -- [h5py](h5py): to specify where to store the result -- [rich](rich): to have pretty printing +- [Finesse][finesse]: to compute the simulation +- [backscattering_simulation_data][bsd]: to store the result +- [gitpython][gitpython]: to get data about the current git repo +- [gwpy][gwpy]: to use normalized FrequencySeries and units +- [h5py][h5py]: to specify where to store the result +- [rich][rich]: to have pretty printing ## Development dependencies -- [basedpyright](basedpyright): to catch typing and miscellaneous error -- [ruff](ruff): to lint and format the code +- [basedpyright][basedpyright]: to catch typing and miscellaneous error +- [ruff][ruff]: to lint and format the code ## License @@ -49,3 +49,12 @@ more information. Thanks to all the people that worked on the libraries, and on all software and libraries used in this project. + +[finesse]: https://finesse.ifosim.org +[bsd]: https://git.ligo.org/augustin.demagny/backscattering_simulation_data +[gitpython]: https://gitpython.readthedocs.io/ +[gwpy]: https://gwpy.github.io/ +[h5py]: https://docs.h5py.org/ +[rich]: https://rich.readthedocs.io/ +[basedpyright]: https://docs.basedpyright.com +[ruff]: https://docs.astral.sh/ruff/