Skip to content

Commit

Permalink
Merge pull request #909 from cta-observatory/docs_fix
Browse files Browse the repository at this point in the history
Fix rst syntax to fix docs build
  • Loading branch information
maxnoe authored Feb 8, 2022
2 parents e55473b + 64c9eef commit 6872eff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
intersphinx_mapping = {
"python": ("https://docs.python.org/3.6", None),
"numpy": ("https://numpy.org/doc/stable", None),
"scipy": ("https://docs.scipy.org/doc/scipy/reference/", None),
"scipy": ("https://docs.scipy.org/doc/scipy", None),
"astropy": ("https://docs.astropy.org/en/latest/", None),
"pytables": ("https://www.pytables.org/", None),
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
Expand Down
2 changes: 1 addition & 1 deletion lstchain/mc/sensitivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def diff_events_after_cut(events, rates, obstime, feature, cut, gamma_efficiency
gamma_efficiency: `float` target gamma efficiency for the cut
Returns
---------
-------
midpoint: `float` cut in feature
"""
Expand Down

0 comments on commit 6872eff

Please sign in to comment.