-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 378617d 🚀
- Loading branch information
cta-dinghy-bot
committed
Jan 31, 2025
0 parents
commit fb97f81
Showing
8 changed files
with
2,884 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
|
||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>CTA-Observatory dinghy digests</title> | ||
<link rel="icon" href="https://raw.githubusercontent.com/primer/octicons/main/icons/code-24.svg" type="image/svg+xml"> | ||
<style> | ||
body { | ||
font-family: "Fira Sans", sans-serif; | ||
max-width: 60em; | ||
margin: auto; | ||
line-height: 1.3; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h1>CTA-Observatory Github Auto Digests</h1> | ||
<p>Powered by <a href="https://github.com/nedbat/dinghy">dinghy</a> | ||
|
||
<h2>ctapipe</h2> | ||
<ul> | ||
<li><a href="ctapipe_weekly.html">ctapipe Bi-Weekly Digest</a></li> | ||
<li><a href="ctapipe_daily.html">ctapipe Daily Digest</a></li> | ||
</ul> | ||
<h2>pyirf</h2> | ||
<ul> | ||
<li><a href="pyirf_weekly.html">pyirf Bi-Weekly Digest</a></li> | ||
<li><a href="pyirf_daily.html">pyirf Daily Digest</a></li> | ||
</ul> | ||
<h2>pyeventio</h2> | ||
<ul> | ||
<li><a href="pyeventio_weekly.html">pyeventio Bi-Weekly Digest</a></li> | ||
<li><a href="pyeventio_daily.html">pyeventio Daily Digest</a></li> | ||
</ul> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,233 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<title>pyeventio Daily Digest | ||
— | ||
Activity since 2025-01-30</title> | ||
<link rel="icon" href="https://raw.githubusercontent.com/primer/octicons/main/icons/comment-discussion-24.svg" type="image/svg+xml"> | ||
<style> | ||
body { | ||
font-family: sans-serif; | ||
max-width: 60em; | ||
margin: auto; | ||
line-height: 1.3; | ||
color: black; | ||
} | ||
ul { | ||
padding-left: 0; | ||
list-style-type: none; | ||
} | ||
li { | ||
margin: 0; | ||
} | ||
li p { | ||
margin: 0; | ||
} | ||
ul.repos > li { | ||
margin-top: 2em; | ||
} | ||
ul.entries > li { | ||
margin-top: 1em; | ||
} | ||
ul.entries > li > p { | ||
margin-left: 4.2em; | ||
} | ||
ul.entries > li > p:first-child { | ||
text-indent: -2.1em; /* not sure why it's half the 4.2em indent */ | ||
} | ||
ul.comments > li > p { | ||
margin-left: 4.2em; | ||
padding-left: 1.6em; | ||
text-indent: -1.6em; | ||
} | ||
ul.thread_comment ul.thread_comment { | ||
padding-left: 1.6em; | ||
} | ||
ul.thread_comment > li > p { | ||
padding-left: 7.3em; | ||
text-indent: -1.6em; | ||
} | ||
a { | ||
text-decoration: none; | ||
color: inherit; | ||
} | ||
a:hover { | ||
text-decoration: none; | ||
color: #0969da; | ||
} | ||
.footer a:hover { | ||
text-decoration: underline; | ||
} | ||
.reponame { | ||
font-weight: bold; | ||
font-size: 150%; | ||
margin-right: .5em; | ||
} | ||
.label { | ||
padding: .2em .5em .1em .5em; | ||
border-radius: 2em; | ||
font-size: 75%; | ||
opacity: .85; | ||
vertical-align: middle; | ||
white-space: nowrap; | ||
/* GitHub label style computations, lifted from github.com */ | ||
border: 1px solid transparent; | ||
--perceived-lightness: calc( ((var(--label-r) * 0.2126) + (var(--label-g) * 0.7152) + (var(--label-b) * 0.0722)) / 255 ); | ||
--lightness-switch: max(0, min(calc((var(--perceived-lightness) - var(--lightness-threshold)) * -1000), 1)); | ||
--lightness-threshold: 0.453; | ||
--border-threshold: 0.96; | ||
--border-alpha: max(0, min(calc((var(--perceived-lightness) - var(--border-threshold)) * 100), 1)); | ||
background: rgb(var(--label-r), var(--label-g), var(--label-b)); | ||
color: hsl(0, 0%, calc(var(--lightness-switch) * 100%)); | ||
border-color: hsla(var(--label-h), calc(var(--label-s) * 1%), calc((var(--label-l) - 25) * 1%), var(--border-alpha)); | ||
} | ||
.homerepo { | ||
color: #888; | ||
} | ||
.boring > p { | ||
color: #888; | ||
} | ||
.footer { | ||
color: #888; | ||
font-style: italic; | ||
margin-top: 3em; | ||
} | ||
.octicons { | ||
display: inline-block; | ||
padding-right: .3em; | ||
} | ||
.octicon { | ||
width: 1.3em; | ||
height: 1em; | ||
display: inline-block; | ||
vertical-align: middle; | ||
background-repeat: no-repeat; | ||
padding-bottom: .2em; | ||
} | ||
.octicon.star { | ||
background-image: url(https://raw.githubusercontent.com/primer/octicons/main/icons/star-16.svg); | ||
filter: invert(1) brightness(.5) sepia(1) hue-rotate(98deg) saturate(8) brightness(0.5); | ||
|
||
} | ||
.octicon.x { | ||
background-image: url(https://raw.githubusercontent.com/primer/octicons/main/icons/x-16.svg); | ||
|
||
} | ||
.octicon.check { | ||
background-image: url(https://raw.githubusercontent.com/primer/octicons/main/icons/check-16.svg); | ||
|
||
} | ||
.octicon.checkcircle { | ||
background-image: url(https://raw.githubusercontent.com/primer/octicons/main/icons/check-circle-16.svg); | ||
filter: invert(1) brightness(.5) sepia(1) hue-rotate(98deg) saturate(8) brightness(0.5); | ||
|
||
} | ||
.octicon.comment.resolved { | ||
background-image: url(https://raw.githubusercontent.com/primer/octicons/main/icons/tasklist-16.svg); | ||
filter: invert(1) brightness(.5) sepia(1) hue-rotate(98deg) saturate(8) brightness(0.5); | ||
|
||
} | ||
.octicon.comment { | ||
background-image: url(https://raw.githubusercontent.com/primer/octicons/main/icons/comment-16.svg); | ||
|
||
} | ||
.octicon.eye { | ||
background-image: url(https://raw.githubusercontent.com/primer/octicons/main/icons/eye-16.svg); | ||
|
||
} | ||
.octicon.filediff { | ||
background-image: url(https://raw.githubusercontent.com/primer/octicons/main/icons/file-diff-16.svg); | ||
filter: invert(1) brightness(.5) sepia(1) hue-rotate(316deg) saturate(6) brightness(.8); | ||
|
||
} | ||
.octicon.dash { | ||
background-image: url(https://raw.githubusercontent.com/primer/octicons/main/icons/dash-16.svg); | ||
filter: invert(1) brightness(.5) sepia(1) hue-rotate(172deg) saturate(0.43) brightness(1.25); | ||
|
||
} | ||
.octicon.pull { | ||
background-image: url(https://raw.githubusercontent.com/primer/octicons/main/icons/git-pull-request-16.svg); | ||
filter: invert(1) brightness(.5) sepia(1) hue-rotate(98deg) saturate(8) brightness(0.5); | ||
|
||
} | ||
.octicon.pull.draft { | ||
background-image: url(https://raw.githubusercontent.com/primer/octicons/main/icons/git-pull-request-draft-16.svg); | ||
filter: invert(1) brightness(.5) sepia(1) hue-rotate(172deg) saturate(0.43) brightness(0.65); | ||
|
||
} | ||
.octicon.pull.closed { | ||
background-image: url(https://raw.githubusercontent.com/primer/octicons/main/icons/git-pull-request-closed-16.svg); | ||
filter: invert(1) brightness(.5) sepia(1) hue-rotate(316deg) saturate(6) brightness(.8); | ||
|
||
} | ||
.octicon.pull.merged { | ||
background-image: url(https://raw.githubusercontent.com/primer/octicons/main/icons/git-merge-16.svg); | ||
filter: invert(1) brightness(.5) sepia(1) hue-rotate(220deg) saturate(8) brightness(.65); | ||
|
||
} | ||
.octicon.issue { | ||
background-image: url(https://raw.githubusercontent.com/primer/octicons/main/icons/issue-opened-16.svg); | ||
filter: invert(1) brightness(.5) sepia(1) hue-rotate(98deg) saturate(8) brightness(0.5); | ||
|
||
} | ||
.octicon.issue.closed { | ||
background-image: url(https://raw.githubusercontent.com/primer/octicons/main/icons/issue-closed-16.svg); | ||
filter: invert(1) brightness(.5) sepia(1) hue-rotate(220deg) saturate(8) brightness(.65); | ||
|
||
} | ||
.octicon.issue.wontdo { | ||
background-image: url(https://raw.githubusercontent.com/primer/octicons/main/icons/skip-16.svg); | ||
filter: invert(1) brightness(.5) sepia(1) hue-rotate(172deg) saturate(0.43) brightness(0.65); | ||
|
||
} | ||
.octicon.tag { | ||
background-image: url(https://raw.githubusercontent.com/primer/octicons/main/icons/tag-16.svg); | ||
filter: invert(1) brightness(.5) sepia(1) hue-rotate(172deg) saturate(0.43) brightness(0.65); | ||
|
||
} | ||
.octicon.commit { | ||
background-image: url(https://raw.githubusercontent.com/primer/octicons/main/icons/git-commit-16.svg); | ||
filter: invert(1) brightness(.5) sepia(1) hue-rotate(172deg) saturate(0.43) brightness(0.65); | ||
|
||
} | ||
.octicon.release { | ||
background-image: url(https://raw.githubusercontent.com/primer/octicons/main/icons/package-16.svg); | ||
filter: invert(1) brightness(.5) sepia(1) hue-rotate(98deg) saturate(8) brightness(0.5); | ||
|
||
} | ||
</style> | ||
</head> | ||
<body> | ||
|
||
<h1>pyeventio Daily Digest | ||
— | ||
Activity since 2025-01-30</h1> | ||
|
||
<ul class="repos"> | ||
<li> | ||
<p><span class="reponame"><a href="https://github.com/cta-observatory/pyeventio">cta-observatory/pyeventio</a></span> | ||
repo issues | ||
</p> | ||
|
||
<p>Nothing happening</p> | ||
|
||
</li> | ||
<li> | ||
<p><span class="reponame"><a href="https://github.com/cta-observatory/pyeventio">cta-observatory/pyeventio</a></span> | ||
repo pull_requests | ||
</p> | ||
|
||
<p>Nothing happening</p> | ||
|
||
</li> | ||
</ul> | ||
|
||
<p class="footer"> | ||
created at 2025-01-31 06:28 by | ||
<a href="https://pypi.org/project/dinghy/1.3.3"> | ||
dinghy | ||
<span class="dinghy_version">1.3.3</span></a>. | ||
</p> | ||
</body> | ||
</html> |
Oops, something went wrong.