Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-zeller committed Apr 28, 2024
1 parent 37e575b commit 113d5ff
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,10 @@ a.import:active {
color: red!important;
}
svg a {
text-decoration: none!important;
}
/* Banner */
.banner {
margin-top: 30px; /* Add a top margin to avoid content overlay */
Expand Down
Binary file modified docs/beta/dist/debuggingbook-1.2.3.tar.gz
Binary file not shown.
Binary file modified docs/beta/dist/debuggingbook-code.zip
Binary file not shown.
Binary file modified docs/beta/dist/debuggingbook-notebooks.zip
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/beta/html/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,10 @@ a.import:active {
color: red!important;
}

svg a {
text-decoration: none!important;
}

/* Banner */
.banner {
margin-top: 30px; /* Add a top margin to avoid content overlay */
Expand Down
2 changes: 1 addition & 1 deletion docs/beta/notebooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ This work is designed as a _textbook_ for a course in software debugging; as _su

## News

This book is _work in progress._ All chapters planned are out now, but we keep on refining text and code with [minor and major releases.](https://www.debuggingbook.org/html/ReleaseNotes.html) To get notified on updates, <a href="https://mastodon.social/invite/P27cijZH">follow us on Mastodon</a>.
This book is _work in progress._ All chapters planned are out now, but we keep on refining text and code with [minor and major releases.](https://www.debuggingbook.org/html/ReleaseNotes.html) To get notified on updates, <a href="https://mastodon.social/@TheDebuggingBook">follow us on Mastodon</a>.

<!--
4 changes: 4 additions & 0 deletions docs/beta/notebooks/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,10 @@ a.import:active {
color: red!important;
}

svg a {
text-decoration: none!important;
}

/* Banner */
.banner {
margin-top: 30px; /* Add a top margin to avoid content overlay */
Expand Down

0 comments on commit 113d5ff

Please sign in to comment.