Skip to content

Commit

Permalink
Drop "note" in example
Browse files Browse the repository at this point in the history
  • Loading branch information
sofianehaddad authored and jschueller committed Mar 21, 2024
1 parent a7ee48d commit cfb176a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,14 @@
.toggle .header.open:after {
content: " ▲";
}

/* hide the top link */
div.sphx-glr-download-link-note {
height: 0px;
visibility: hidden;
}

/* Remove big whitespace to solve #1642 */
pre, div[class*="highlight-"] {
clear: left;
}
5 changes: 5 additions & 0 deletions doc/themes/openturns/static/openturns.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ div.sphinxsidebar ul ul {
list-style-image: url(listitem.png);
}

div.sphx-glr-download-link-note {
height: 0px;
visibility: hidden;
}

/* -- footer --------------------------------------------------------------- */

div.footer {
Expand Down

0 comments on commit cfb176a

Please sign in to comment.