@@ -24,37 +24,14 @@ The examples demonstrate various use cases and features of **SpectraFit**, from
2424
2525<div class =" grid cards " markdown >
2626
27- - :material-console: ** [ Fitting of a Single Feature] ( example1.md ) **
28-
29- Learn how to fit a single peak using the command-line interface.
30-
31- - :material-file-document-multiple: ** [ JSON, TOML, YAML Inputs] ( example2.md ) **
32-
33- Use different input file formats for your fitting parameters.
34-
35- - :material-chart-bell-curve: ** [ Multi Peak Fitting] ( example3.md ) **
36-
37- Handle complex spectra with multiple overlapping peaks.
38-
39- - :material-flask: ** [ Working with Real Life Data] ( example4.md ) **
40-
41- Apply ** SpectraFit** to experimental spectroscopic data.
42-
43- - :material-function: ** [ Working with Expressions] ( example5.md ) **
44-
45- Create custom expressions for specialized fitting needs.
46-
47- - :material-earth: ** [ Global Fitting] ( example6.md ) **
48-
49- Fit multiple datasets simultaneously with shared parameters.
50-
51- - :material-robot: ** [ Automatic Fitting] ( example7.md ) **
52-
53- Use automated approaches for initial parameter estimation.
54-
55- - :material-file-import: ** [ Working with Athena Data] ( example8.md ) **
56-
57- Import and process data from Athena XAS software.
27+ - :material-console: ** [ Fitting of a Single Feature] ( example1.md ) ** - Learn how to fit a single peak using the command-line interface.
28+ - :material-file-document-multiple: ** [ JSON, TOML, YAML Inputs] ( example2.md ) ** - Use different input file formats for your fitting parameters.
29+ - :material-chart-bell-curve: ** [ Multi Peak Fitting] ( example3.md ) ** - Handle complex spectra with multiple overlapping peaks.
30+ - :material-flask: ** [ Working with Real Life Data] ( example4.md ) ** - Apply ** SpectraFit** to experimental spectroscopic data.
31+ - :material-function: ** [ Working with Expressions] ( example5.md ) ** - Create custom expressions for specialized fitting needs.
32+ - :material-earth: ** [ Global Fitting] ( example6.md ) ** - Fit multiple datasets simultaneously with shared parameters.
33+ - :material-robot: ** [ Automatic Fitting] ( example7.md ) ** - Use automated approaches for initial parameter estimation.
34+ - :material-file-import: ** [ Working with Athena Data] ( example8.md ) ** - Import and process data from Athena XAS software.
5835
5936</div >
6037
@@ -64,29 +41,12 @@ Jupyter notebooks provide an interactive environment for **SpectraFit**, allowin
6441
6542<div class =" grid cards " markdown >
6643
67- - :material-chart-line: ** [ Default Plot] ( example9_1.ipynb ) **
68-
69- Basic visualization of fitting results in a notebook.
70-
71- - :material-palette: ** [ Themes] ( example9_2.ipynb ) **
72-
73- Customize the appearance of your plots.
74-
75- - :material-file-export: ** [ Export Results] ( example9_3.ipynb ) **
76-
77- Save and export your fitting results in various formats.
78-
79- - :material-map: ** [ RIXS Map Visualization] ( example9_4.ipynb ) **
80-
81- Generate 2D maps from RIXS spectroscopy data.
82-
83- - :material-code-json: ** [ Using Converters as Module] ( example9_5.ipynb ) **
84-
85- Convert between different file formats programmatically.
86-
87- - :material-earth: ** [ RIXS Global-Fitting in Jupyter] ( example9_6.ipynb ) **
88-
89- Apply global fitting approaches to RIXS datasets.
44+ - :material-chart-line: ** [ Default Plot] ( example9_1.ipynb ) ** - Basic visualization of fitting results in a notebook.
45+ - :material-palette: ** [ Themes] ( example9_2.ipynb ) ** - Customize the appearance of your plots.
46+ - :material-file-export: ** [ Export Results] ( example9_3.ipynb ) ** - Save and export your fitting results in various formats.
47+ - :material-map: ** [ RIXS Map Visualization] ( example9_4.ipynb ) ** - Generate 2D maps from RIXS spectroscopy data.
48+ - :material-code-json: ** [ Using Converters as Module] ( example9_5.ipynb ) ** - Convert between different file formats programmatically.
49+ - :material-earth: ** [ RIXS Global-Fitting in Jupyter] ( example9_6.ipynb ) ** - Apply global fitting approaches to RIXS datasets.
9050
9151</div >
9252
0 commit comments