Skip to content

Commit

Permalink
Corrected styles in doc (#7371)
Browse files Browse the repository at this point in the history
  • Loading branch information
chryshumble authored Oct 8, 2024
1 parent 43ae5a1 commit 25ec66d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
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

0 comments on commit 25ec66d

Please sign in to comment.