Skip to content

Commit 0212d23

Browse files
committed
Fix documentation links
1 parent fa65d16 commit 0212d23

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ it can be used to process also data from other Imaging Atmospheric
2020
Cherenkov Telescopes (IACTs).
2121

2222
- **Source code:** https://github.com/cta-observatory/pyirf
23-
- **Documentation:** https://cta-observatory.github.io/pyirf/
23+
- **Documentation:** https://pyirf.readthedocs.io/
2424

2525
Citing this software
2626
--------------------

docs/contribute.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Further details
135135

136136
Please also have a look at the
137137

138-
- ``ctapipe`` `development guidelines <https://cta-observatory.github.io/ctapipe/development/index.html>`__
138+
- ``ctapipe`` `development guidelines <https://ctapipe.readthedocs.io/en/latest/developer-guide/>`__
139139
- The `Open Gamma-Ray Astronomy data formats <https://gamma-astro-data-formats.readthedocs.io/en/latest/>`__
140140
which also describe the IRF formats and their definitions.
141141
- ``ctools`` `documentation page on IRFs <http://cta.irap.omp.eu/ctools/users/user_manual/irf_cta.html>`__

docs/notebooks/fact_example.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"`pyirf` does not prescribe or use a specific DL2 *file* format.\n",
120120
"You need to read the data into an `astropy.table.QTable` following our conventions, detailed in the docs here: \n",
121121
"\n",
122-
"<https://cta-observatory.github.io/pyirf/introduction.html#dl2-event-lists>\n",
122+
"<https://pyirf.readthedocs.io/en/latest/introduction.html#dl2-event-lists>\n",
123123
"\n",
124124
"The FACT-Tools / aict-tools analysis chain uses a column-oriented hdf5 file written using h5py. \n",
125125
"Unfortunately, units have to be known and are not in the metadata."

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
[project.urls]
3838
"Homepage" = "https://github.com/cta-observatory/pyirf"
3939
"Bug Tracker" = "https://github.com/cta-observatory/pyirf/issues"
40-
"Documentation" = "https://cta-observatory.github.io/pyirf"
40+
"Documentation" = "https://pyirf.readthedocs.io/"
4141
"Source Code" = "https://github.com/cta-observatory/pyirf"
4242

4343
[project.optional-dependencies]

0 commit comments

Comments
 (0)