Fix link in readme
This commit is contained in:
parent
fa6114ba7e
commit
a6945856a1
1 changed files with 17 additions and 8 deletions
25
README.md
25
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/
|
||||
|
|
Loading…
Reference in a new issue