Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Backport PR #15387: fix tooltip display bug#16955

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletionsdoc/_static/mpl.css
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1103,10 +1103,6 @@ p.caption {
font-weight: bold;
}

div#gallery.section, div#tutorials.section {
overflow: hidden;
}

.sphx-glr-multi-img{
max-width: 99% !important;
}
Expand DownExpand Up@@ -1278,3 +1274,7 @@ div.bullet-box li {
flex: 0 0 90%;
}
}

div#gallery.section .sphx-glr-clear:first-of-type, div#tutorials.section .sphx-glr-clear:first-of-type{
display: none;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Do we want a newline at the end?

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I'm not super worried about that in the css files.

2 changes: 1 addition & 1 deletionrequirements/doc/doc-requirements.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,5 +13,5 @@ ipython
ipywidgets
numpydoc>=0.8
pillow>=3.4,!=5.4.0
sphinx-gallery>=0.2
sphinx-gallery>=0.5
sphinx-copybutton

[8]ページ先頭

©2009-2025 Movatter.jp