File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed
Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 99project = 'PySHRED'
1010copyright = '2025, Kutz Research Group'
1111author = 'Kutz Research Group'
12- version = '1 .0.0'
12+ version = 'v1 .0.0'
1313
1414# -- General configuration ---------------------------------------------------
1515# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
5555
5656html_theme = "pydata_sphinx_theme"
5757html_static_path = ['_static' ]
58- html_title = "PySHRED"
58+ html_title = "PySHRED"
59+
60+ # html_baseurl = 'https://pyshred-dev.github.io/pyshred/'
Original file line number Diff line number Diff line change @@ -96,4 +96,5 @@ PySHRED is an open-source software implementing the SHallow REcurrent Decoder (S
9696
9797 User Guide <user_guide/index >
9898 Example Gallery <examples/index >
99- API Reference <pyshred/modules >
99+ API Reference <pyshred/modules >
100+ Release Notes <release_notes/index >
Original file line number Diff line number Diff line change 1+ Release Notes
2+ =============
3+
4+ .. toctree ::
5+ :maxdepth: 1
6+
7+ v1_0_0
Original file line number Diff line number Diff line change 1+ # Release Notes
2+
3+ ## v1.0.0 — Initial Launch
4+
5+ Released: 2025-06-14
6+
7+ 🎉 PySHRED v1.0.0 marks the first official release!
You can’t perform that action at this time.
0 commit comments