Skip to content

Commit

Permalink
Merge pull request gammapy#4767 from morcuended/fix_docstring_headers
Browse files Browse the repository at this point in the history
Use Notes instead of Note in docstrings for proper formatting in docs
  • Loading branch information
Astro-Kirsty authored Sep 26, 2023
2 parents 0180567 + 42724b2 commit 34cdc58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gammapy/scripts/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ def datasets_url(self):

def progress_download(source, destination):
"""
Note
----
Notes
-----
The progress bar can be displayed for this function.
"""
import requests
Expand Down
4 changes: 2 additions & 2 deletions gammapy/utils/parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ def run_multiprocessing(
):
"""Run function in a loop or in Parallel
Note
----
Notes
-----
The progress bar can be displayed for this function.
Parameters
Expand Down

0 comments on commit 34cdc58

Please sign in to comment.