-
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
Dec 27, 2024
0 parents
commit bdb44aa
Showing
8 changed files
with
1,827 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
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>ctapipe Daily Digest | ||
— | ||
Activity since 2024-12-26</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>ctapipe Daily Digest | ||
— | ||
Activity since 2024-12-26</h1> | ||
|
||
<ul class="repos"> | ||
<li> | ||
<p><span class="reponame"><a href="https://github.com/cta-observatory/ctapipe">cta-observatory/ctapipe</a></span> | ||
repo issues | ||
</p> | ||
|
||
<p>Nothing happening</p> | ||
|
||
</li> | ||
<li> | ||
<p><span class="reponame"><a href="https://github.com/cta-observatory/ctapipe">cta-observatory/ctapipe</a></span> | ||
repo pull_requests | ||
</p> | ||
|
||
<p>Nothing happening</p> | ||
|
||
</li> | ||
</ul> | ||
|
||
<p class="footer"> | ||
created at 2024-12-27 10:47 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.