Skip to content

Fix css glitch and navigation in docs#2856

Merged
aliabd merged 7 commits into
mainfrom
aliabd/css-glitch
Dec 21, 2022
Merged

Fix css glitch and navigation in docs#2856
aliabd merged 7 commits into
mainfrom
aliabd/css-glitch

Conversation

@aliabd
Copy link
Copy Markdown
Contributor

@aliabd aliabd commented Dec 20, 2022

Fixes navigation issue in docs and css.

Closes #2821, closes #2822

@aliabd aliabd requested review from abidlabs and aliabid94 and removed request for aliabid94 December 20, 2022 10:51
@github-actions
Copy link
Copy Markdown
Contributor

All the demos for this PR have been deployed at https://huggingface.co/spaces/gradio-pr-deploys/pr-2856-all-demos

Comment thread gradio/components.py
from markdown_it import MarkdownIt
from mdit_py_plugins.dollarmath import dollarmath_plugin
from pandas.api.types import is_numeric_dtype
from PIL import Image as _Image # using _ to minimize namespace pollution
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Ok I was getting this locally too when I linted the backend.

I'm guessing the person who added this line had a different version of isort?

Copy link
Copy Markdown
Collaborator

@freddyaboulton freddyaboulton left a comment

Choose a reason for hiding this comment

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

Thanks @aliabd !

Verified this fixes on main. I wonder if we can re-generate the 3.14.0 documentation as well so that it doesn't look buggy?

@aliabd
Copy link
Copy Markdown
Contributor Author

aliabd commented Dec 21, 2022

@freddyaboulton good point, I cleaned just the css glitch from 3.14 as well, although we'll probably end up releasing 3.15 very soon. But I didn't make the other fixes because I didn't want to manually change too much.

@aliabd aliabd merged commit 9893166 into main Dec 21, 2022
@aliabd aliabd deleted the aliabd/css-glitch branch December 21, 2022 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Navigation issues with Component Helpers in docs CSS glitch in docs

3 participants