Skip to content

Commit

Permalink
docs: update example with plotly graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
dbhart committed Nov 27, 2024
1 parent b5faee6 commit 697281b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
Binary file added docs/_static/basic-thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,12 @@
# html_sidebars = {"nomenclature": []}
html_theme_options = {
"icon_links": [
{
"name": "Issues",
"url": "https://github.com/sandialabs/sansmic/issues",
"type": "fontawesome",
"icon": "fa-regular fa-circle-dot",
},
{
"name": "GitHub", # Label for this link
"url": "https://github.com/sandialabs/sansmic", # required URL where the link will redirect
Expand Down Expand Up @@ -250,3 +256,7 @@
"navbar-icon-links",
],
}

nbsphinx_thumbnails = {
"basic-example/basic": "_static/basic-thumbnail.png",
}

0 comments on commit 697281b

Please sign in to comment.