Skip to content

Commit

Permalink
Added index with thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
aibit0111 committed Nov 24, 2024
1 parent 9dd991f commit 82f52c8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file added docs/source/_static/img/examples/var2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ NumPyro documentation
examples/zero_inflated_poisson
examples/cvae
tutorials/tbip
examples/var2

.. nbgallery::
:maxdepth: 1
Expand Down
2 changes: 1 addition & 1 deletion examples/var2.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def main(args):

plt.xlabel("Time Steps")
plt.tight_layout()
plt.savefig("var2_with_confidence_interval.png")
plt.savefig("var2.png")


if __name__ == "__main__":
Expand Down

0 comments on commit 82f52c8

Please sign in to comment.