Skip to content

Commit ea2491c

Browse files
committed
Fix documentation links
1 parent 9fd5f34 commit ea2491c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.rst

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

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

2727
Citing this software
2828
--------------------

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."

0 commit comments

Comments
 (0)