Skip to content
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

Corrected styles in doc #7371

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion examples/reference/panes/GIF.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"* **``fixed_aspect``** (boolean, default=True): Whether the aspect ratio of the image should be forced to be equal.\n",
"* **``link_url``** (str, default=None): A link URL to make the image clickable and link to some other website.\n",
"* **``object``** (str or object): The string to display. If a non-string type is supplied the repr is displayed. \n",
"* **``style``** (dict): Dictionary specifying CSS styles\n",
"* **``styles``** (dict): Dictionary specifying CSS styles\n",
"\n",
"___"
]
Expand Down
2 changes: 1 addition & 1 deletion examples/reference/panes/Image.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"* **``fixed_aspect``** (boolean, default=True): Whether the aspect ratio of the image should be forced to be equal.\n",
"* **``link_url``** (str, default=None): A link URL to make the image clickable and link to some other website.\n",
"* **``object``** (str or object): The Image file to display. Can be a string pointing to a local or remote file, or an object with a ``_repr_extension_`` method, where extension is an image file extension.\n",
"* **``style``** (dict): Dictionary specifying CSS styles\n",
"* **``styles``** (dict): Dictionary specifying CSS styles\n",
"\n",
"___"
]
Expand Down
2 changes: 1 addition & 1 deletion examples/reference/panes/JPG.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"* **``fixed_aspect``** (boolean, default=True): Whether the aspect ratio of the image should be forced to be equal.\n",
"* **``link_url``** (str, default=None): A link URL to make the image clickable and link to some other website.\n",
"* **``object``** (str or object): The JPEG file to display. Can be a string pointing to a local or remote file, or an object with a ``_repr_jpeg_`` method.\n",
"* **``style``** (dict): Dictionary specifying CSS styles\n",
"* **``styles``** (dict): Dictionary specifying CSS styles\n",
"\n",
"___"
]
Expand Down
2 changes: 1 addition & 1 deletion examples/reference/panes/PDF.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"* **``embed``** (boolean, default=False): If given a URL to a file this determines whether the image will be embedded as base64 or merely linked to.\n",
"* **``object``** (str or object): The PDF file to display. Can be a string pointing to a local or remote file, or an object with a ``_repr_pdf_`` method.\n",
"* **``start_page``** (int): Start page of the `.pdf` file when loading the page. \n",
"* **``style``** (dict): Dictionary specifying CSS styles.\n",
"* **``styles``** (dict): Dictionary specifying CSS styles.\n",
"\n",
"___"
]
Expand Down
2 changes: 1 addition & 1 deletion examples/reference/panes/PNG.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"* **``fixed_aspect``** (boolean, default=True): Whether the aspect ratio of the image should be forced to be equal.\n",
"* **``link_url``** (str, default=None): A link URL to make the image clickable and link to some other website.\n",
"* **``object``** (str or object): The PNG file to display. Can be a string pointing to a local or remote file, or an object with a ``_repr_png_`` method.\n",
"* **``style``** (dict): Dictionary specifying CSS styles\n",
"* **``styles``** (dict): Dictionary specifying CSS styles\n",
"\n",
"___"
]
Expand Down
2 changes: 1 addition & 1 deletion examples/reference/panes/SVG.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"* **``link_url``** (str, default=None): A link URL to make the image clickable and link to some other website.\n",
"* **``encode``** (bool, default=True): Whether to base64 encode the SVG, when enabled SVG links may not work while disabling encoding will prevent image scaling from working.\n",
"* **``object``** (str or object): The svg file to display. Can be a string pointing to a local or remote file, or an object with a ``_repr_svg_`` method.\n",
"* **``style``** (dict): Dictionary specifying CSS styles\n",
"* **``styles``** (dict): Dictionary specifying CSS styles\n",
"\n",
"___"
]
Expand Down
2 changes: 1 addition & 1 deletion examples/reference/panes/Str.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"For details on other options for customizing the component see the [layout](../../how_to/layout/index.md) and [styling](../../how_to/styling/index.md) how-to guides.\n",
"\n",
"* **``object``** (str or object): The string to display. If a non-string type is supplied, the `repr` of that object is displayed. \n",
"* **``style``** (dict): Dictionary specifying CSS styles\n",
"* **``styles``** (dict): Dictionary specifying CSS styles\n",
"\n",
"___"
]
Expand Down
2 changes: 1 addition & 1 deletion examples/reference/panes/WebP.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"* **``fixed_aspect``** (boolean, default=True): Whether the aspect ratio of the image should be forced to be equal.\n",
"* **``link_url``** (str, default=None): A link URL to make the image clickable and link to some other website.\n",
"* **``object``** (str or object): The PNG file to display. Can be a string pointing to a local or remote file, or an object with a ``_repr_png_`` method.\n",
"* **``style``** (dict): Dictionary specifying CSS styles\n",
"* **``styles``** (dict): Dictionary specifying CSS styles\n",
"\n",
"___"
]
Expand Down
Loading