Skip to content

Commit

Permalink
change default thumbnail and remove rst comments
Browse files Browse the repository at this point in the history
  • Loading branch information
StFroese committed Jul 11, 2023
1 parent 9d54da3 commit ee0ae22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ def setup(app):
"copyfile_regex": r"index.rst|.*\.png|.*\.json",
"filename_pattern": r".*\.py",
"promote_jupyter_magic": True,
"line_numbers": True,
"default_thumb_file": "ctapipe_logo.png",
}


Expand Down
3 changes: 0 additions & 3 deletions examples/examples/core/customTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ class TelescopeWiseComponent(TelescopeComponent):
######################################################################
# This TelescopeParameters can then be set using a list of patterns like:
#
# .. code:: python
#
# component.param = [
# ("type", "LST*",3.0),
Expand All @@ -117,7 +116,6 @@ class TelescopeWiseComponent(TelescopeComponent):
# These get translated into per-telescope-id values once the subarray is
# registered. After that one acccess the per-telescope id values via:
#
# .. code:: python
#
# component.param.tel[tel_id]
#
Expand Down Expand Up @@ -207,7 +205,6 @@ def finish(self):
# specified it’s read from ``sys.argv``, so the following is the same as
# running:
#
# .. code:: sh
#
# mytool --log_level=INFO --infile gamma_test.simtel.gz --iterations=3
#
Expand Down

0 comments on commit ee0ae22

Please sign in to comment.