@@ -11,12 +11,12 @@ hero:
1111 link : /stepss-docs/getting-started/overview/
1212 icon : right-arrow
1313 variant : primary
14- - text : PyRAMSES API
15- link : /stepss-docs/pyramses/api-reference /
14+ - text : Browse Examples
15+ link : /stepss-docs/pyramses/examples /
1616 icon : right-arrow
1717---
1818
19- import { Card , CardGrid } from ' @astrojs/starlight/components' ;
19+ import { Card , CardGrid , LinkCard } from ' @astrojs/starlight/components' ;
2020
2121## Core Modules
2222
@@ -31,7 +31,7 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
3131 Translates user-defined models into Fortran 2003 code for compilation and linking with RAMSES.
3232 </Card >
3333 <Card title = " PyRAMSES — Python Interface" icon = " seti:python" >
34- Modern Python API for scripting simulations, extracting results, and integrating with the scientific Python ecosystem.
34+ Python API for scripting simulations, extracting results, and integrating with the scientific Python ecosystem.
3535 </Card >
3636</CardGrid >
3737
@@ -44,10 +44,10 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
4444 <Card title = " Quick Start" icon = " open-book" >
4545 [ Run your first simulation →] ( /stepss-docs/getting-started/quickstart/ )
4646 </Card >
47- <Card title = " User-Defined Models " icon = " setting " >
48- [ Create custom models with CODEGEN →] ( /stepss-docs/developer/user-models / )
47+ <Card title = " Model Reference " icon = " list-format " >
48+ [ Browse available models →] ( /stepss-docs/models/ieee-exciters / )
4949 </Card >
50- <Card title = " URAMSES " icon = " puzzle " >
51- [ Compile and link Fortran models →] ( /stepss-docs/developer/uramses / )
50+ <Card title = " Test Systems " icon = " star " >
51+ [ Nordic and 5-bus benchmarks →] ( /stepss-docs/test-systems/nordic / )
5252 </Card >
5353</CardGrid >
0 commit comments