-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added docs and github actions #7
Closed
Conversation
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
@Mittmich I would like to merge this branch into "pixel-file-format" or close this pull request and merge the "docs" branch into the "pixel-file-format" branch of pull request #6; otherwise if I edit anything there during the review, we will have merge conflicts since you black the code in this pull request. |
Yeah, fine with me :)
On 30 October 2023 13:15:25 Christoph Langer ***@***.***> wrote:
@Mittmich I would like to merge this branch into "pixel-file-format" or
close this pull request and merge the "docs" branch into the
"pixel-file-format" branch of pull request #6; otherwise if I edit anything
there during the review, we will have merge conflicts since you black the
code in this pull request.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--18b809a9d3776cf27f811baa1f
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.=
w3.org/TR/html4/loose.dtd"><html>
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dutf-8"></=
head>
<body>
<div dir=3D"auto">
<div dir=3D"auto">Yeah, fine with me :)</div><div dir=3D"auto"><br></div>
<div id=3D"aqm-original" style=3D"color: black;">
<!-- body start -->
<div class=3D"aqm-original-body">
<div style=3D"color: black;">
<p style=3D"color: black; font-size: 10pt; font-family: sans-serif; margin:=
8pt 0;">On 30 October 2023 13:15:25 Christoph Langer ***@***.***=
hub.com> wrote:</p>
<blockquote type=3D"cite" class=3D"gmail_quote" style=3D"margin: 0 0 0 0.75=
ex; border-left: 1px solid #808080; padding-left: 0.75ex;">
<p></p>
<p dir=3D"auto"><a class=3D"user-mention notranslate" data-hovercard-type=
=3D"user" data-hovercard-url=3D"/users/Mittmich/hovercard" data-octo-click=
=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" href=3D"h=
***@***.***</a> I would like to merge this branch=
into "pixel-file-format" or close this pull request and merge th=
e "docs" branch into the "pixel-file-format" branch of =
pull request <a class=3D"issue-link js-issue-link" data-error-text=3D"Faile=
d to load title" data-id=3D"1901546298" data-permission-text=3D"Title is pr=
ivate" data-url=3D"#6" data-hoverc=
ard-type=3D"pull_request" data-hovercard-url=3D"/gerlichlab/spoc/pull/6/hov=
ercard" href=3D"#6">#6</a>; otherwis=
e if I edit anything there during the review, we will have merge conflicts =
since you black the code in this pull request.</p>
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">=E2=
=80=94<br>Reply to this email directly, <a href=3D"https://github.com/gerli=
chlab/spoc/pull/7#issuecomment-1785059407">view it on GitHub</a>, or <a hre=
f=3D"https://github.com/notifications/unsubscribe-auth/AHBC4C4DA6OQAY5EP3YE=
RBLYB6K5VAVCNFSM6AAAAAA5XCCIIWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOB=
VGA2TSNBQG4">unsubscribe</a>.<br>You are receiving this because you were me=
ntioned.<img src=3D"https://github.com/notifications/beacon/AHBC4CYE3ZVUI7V=
4SLT7L6LYB6K5VA5CNFSM6AAAAAA5XCCIIWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ=
2KUY3PNVWWK3TUL5UWJTTKMXME6.gif" height=3D"1" width=3D"1" alt=3D""><span st=
yle=3D"color: transparent; font-size: 0; display: none; visibility: hidden;=
overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-heigh=
t: 0; mso-hide: all">Message ID: <span><gerlichlab/spoc/pull/7/c17850594=
07</span><span>@</span><span>github</span><span>.</span><span>com></span=
</span></p>
</blockquote>
</div>
</div>
<!-- body end -->
</div><div dir=3D"auto"><br></div>
</div></body>
</html>
…--18b809a9d3776cf27f811baa1f--
|
O.K., closing it and adding content to #6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds a documentation page (with automatic building of github pages at https://gerlichlab.github.io/spoc/) as well as automation for code style as well as unittests for PR requests.